SmartClient Version: v11.0p_2017-02-11/PowerEdition Deployment (built 2017-02-11)
Hi,
I am able to open a window using addClickHandler() when the text item is clicked but I want the window to open when focus is coming on text item using tab button. So I replaced addClickHandler() by addFocusHandler(). But unfortunately the addFocusHandler() is getting called twice when tab is pressed and two similar windows are opening whenever tab is pressed. I am not sure why this is happening. Could you please help into the same.
Thanks
Hi,
I am able to open a window using addClickHandler() when the text item is clicked but I want the window to open when focus is coming on text item using tab button. So I replaced addClickHandler() by addFocusHandler(). But unfortunately the addFocusHandler() is getting called twice when tab is pressed and two similar windows are opening whenever tab is pressed. I am not sure why this is happening. Could you please help into the same.
Thanks
Comment