Using SmartClient Version: v12.0p_2018-04-18/LGPL Development Only (built 2018-04-18)
Browser: Firefox 52.9.0 (32-bit)
I have a ListGrid in which I have created a CanvasItem for one of the Cells which contains a TextAreaItem and a Button. When editing the ListGrid row and inside the TextAreaItem when I use the Arrow Up or Down keys it doesn't move the cursor position, but rather changes the Editing row selected entirely making it impossible to change rows within the Text Area without using mouse clicks.
I have tried setting the setArrowKeyAction to "none" but this seems to have no affect.
Any other ways to fix this problem?
Thank you
Browser: Firefox 52.9.0 (32-bit)
I have a ListGrid in which I have created a CanvasItem for one of the Cells which contains a TextAreaItem and a Button. When editing the ListGrid row and inside the TextAreaItem when I use the Arrow Up or Down keys it doesn't move the cursor position, but rather changes the Editing row selected entirely making it impossible to change rows within the Text Area without using mouse clicks.
I have tried setting the setArrowKeyAction to "none" but this seems to have no affect.
Any other ways to fix this problem?
Thank you
Comment