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
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
Comment