Re: getEventHandler() and updateAjaxAttributes - cursor focusing the same data grid cell again after the form submission by blur event.

2017-08-21 Thread durairaj t
Thank you martin! On Mon, Aug 21, 2017 at 10:11 AM, Martin Grigorov wrote: > It looks like some IE 7 quirck... > We do not support IE older than 11. > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Mon, Aug 21, 2017 at 4:42 PM, durairaj t > wrote: >

Re: getEventHandler() and updateAjaxAttributes - cursor focusing the same data grid cell again after the form submission by blur event.

2017-08-21 Thread Martin Grigorov
It looks like some IE 7 quirck... We do not support IE older than 11. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Aug 21, 2017 at 4:42 PM, durairaj t wrote: > No issues with the Chrome and Firefox. It is working as expected. > > On Mon, Aug 21, 2017 at

Re: getEventHandler() and updateAjaxAttributes - cursor focusing the same data grid cell again after the form submission by blur event.

2017-08-21 Thread durairaj t
No issues with the Chrome and Firefox. It is working as expected. On Mon, Aug 21, 2017 at 3:54 AM, Martin Grigorov wrote: > Hi, > > How does it behave in Chrome/Firefox ? > > Martin Grigorov > Wicket Training and Consulting > https://twitter.com/mtgrigorov > > On Fri, Aug 18, 2017 at 11:26 PM,

Re: getEventHandler() and updateAjaxAttributes - cursor focusing the same data grid cell again after the form submission by blur event.

2017-08-21 Thread Martin Grigorov
Hi, How does it behave in Chrome/Firefox ? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Aug 18, 2017 at 11:26 PM, durairaj t wrote: > in IE 11, the "wicket-focusedelementid" is giving the next cell id, but not > in IE compatibility mode(IE7, id remains

Re: getEventHandler() and updateAjaxAttributes - cursor focusing the same data grid cell again after the form submission by blur event.

2017-08-18 Thread durairaj t
in IE 11, the "wicket-focusedelementid" is giving the next cell id, but not in IE compatibility mode(IE7, id remains same). Is it due to some error in the ajax behavior which I used to submit the form *Or* something not supporting in wicket 7? On Fri, Aug 18, 2017 at 10:48 AM, durairaj t wrote:

getEventHandler() and updateAjaxAttributes - cursor focusing the same data grid cell again after the form submission by blur event.

2017-08-18 Thread durairaj t
I have replaced the following wicket5 getEventHandler() code to wicket7 as it is in the below code snippet, it worked but the cursor focusing the same filed again after the form submission by blur event. This event behavior used in the wicket stuff data grid cell, *Expected *functionality: Curso