Threaded View
-
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
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