Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    8.1 Nightly: Arrow keys in text fields not working (on chrome)

    Hi,
    I am trying the latest nightly (8.1) and with me the arrow keys do not work anymore in text fields, the cursor does not move. This happens in chrome 14 (on ubuntu), on firefox this works fine.

    I tested with the textitem example from the feature explorer:
    http://localhost:8080/isomorphic/sys....html#textItem

    After some debugging, it seems that it has to do with the handleKeyDown/_nativeScrollKeys implementation in Canvas.js. The arrow key event is bubbled from the form item, to the dynamicform to the enclosing canvas. But there it is cancelled in this handleKeyDown method (at least afaics).

    gr. Martin
    Last edited by martintaal; 22 Oct 2011, 23:41.

    #2
    This is now fixed.
    Apologies for the inconvenience. The fix will be present in nightly builds going forward.

    Comment


      #3
      Hi,

      the same bug arises on ListGrid : the keyDown event is first bubbled to the body where the cancellation occurs. Consequently the keyDown handler attached to the listgrid is not called.
      Indeed this is fixed in the nightly builds.

      Thanks

      F. (sorry for my poor english/french)

      Comment

      Working...
      X