I would not suggest using co-ordinates.
I had similar issued with typing in textarea today and I used combination of -
mouseDown("locator");
mouseUp("locator");
typeKeys("locator", testdata);
and this worked for me.
Try avoid using coordinates as much as possible for obvious reasons.
~ seleniumtests.com