-
17 Sep 2012 6:24 AM #1
Cell vs. InputField - setCursorPos
Cell vs. InputField - setCursorPos
I have the following setup. I have a TextField inputField and want to set the cursor position. If I call
inputField.setCursorPos(pos) it does not seem to have any effect. It does however work if I call
Any idea what is going on here?Code:inputField.getCell().setCursorPos(inputField.getElement(), pos);
Cheers
acerReportServer - Open Source Web Reporting
reportserver.datenwerke.net
-
17 Sep 2012 6:39 AM #2
The code seems to be wrong (within GXT). I will move this thread to the bugs forum so we can take a look at it. Thanks for bringing it up.
-
8 Nov 2012 3:53 PM #3
This has been fixed in SVN and nightly builds, and will be available in the next release.
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTGWT-2431
in
3.0.3.


Reply With Quote