Hello,
i have a splitpane with a grid to the left, and a form to the right, and i'm having trouble getting focus right in handset mode.
--
I have a clickhandler on the grid. so when a row in the grid is clicked i do showDetailPane on the splitpane and then i have some logic to decide which formitem that should have focus.
this works fine in desktop mode, but in handset mode it seems that since the form isn't drawn and visible yet (the detail pane),
any calls to any of the focus methods in the form are ignored.
It's in the context of the clickhandler that i have the listgridrecord, and i know what to focus on, so i'm not sure what to do. Is there
some callback in the form that i can latch on to and have my focus logic there?
Pointers appreciated.
i have a splitpane with a grid to the left, and a form to the right, and i'm having trouble getting focus right in handset mode.
--
I have a clickhandler on the grid. so when a row in the grid is clicked i do showDetailPane on the splitpane and then i have some logic to decide which formitem that should have focus.
this works fine in desktop mode, but in handset mode it seems that since the form isn't drawn and visible yet (the detail pane),
any calls to any of the focus methods in the form are ignored.
It's in the context of the clickhandler that i have the listgridrecord, and i know what to focus on, so i'm not sure what to do. Is there
some callback in the form that i can latch on to and have my focus logic there?
Pointers appreciated.
Comment