Success! Looks like we've fixed this one. According to our records the fix was applied for EXTGWT-2431 in 3.0.3.
  1. #1
    Ext GWT Premium Member
    Join Date
    Oct 2007
    Posts
    36
    Vote Rating
    1
    acerberus is on a distinguished road

      0  

    Default 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

    Code:
    inputField.getCell().setCursorPos(inputField.getElement(), pos);
    Any idea what is going on here?

    Cheers
    acer
    ReportServer - Open Source Web Reporting
    reportserver.datenwerke.net

  2. #2
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,755
    Vote Rating
    113
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    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.

  3. #3
    Sencha - GXT Dev Team
    Join Date
    Feb 2009
    Posts
    2,020
    Vote Rating
    56
    Colin Alworth is a jewel in the rough Colin Alworth is a jewel in the rough Colin Alworth is a jewel in the rough Colin Alworth is a jewel in the rough

      0  

    Default


    This has been fixed in SVN and nightly builds, and will be available in the next release.