Hi everyone,
Considering the SmartGWT showcase and various controls for Forms: the https://www.smartclient.com/smartgwt...ntrols_various.
If you have opened the picklist of a SelectItem or a ComboBoxItem, then you have to click once outside it, before you can click on another component. As long as the picklist is open, hovering on other components does not activate their respective hover state. This is true for all the cases in the Showcase, EXCEPT for the first one with the ComboBoxItem. When the picklist is showing, I can still hover over the checkbox above or I can press a button, which responds immediately to my click.
In our case, we have a multi select SelectItem with a button next to it. Our customers complain about that when the picklist is showing, they need to click two times on the button, before the button actually responds. First click on the button hides the picklist, and the second click "activates" the button and fires the click event.
I have attached two screenshots. Screen1 shows when the first comboboxitem is active and the picklist is showing, I can still hover over the checkbox above (sorry, the mouse cursor is not displaying). On screen2 the picklist of SelectItem is opened, but I cannot hover over the checkbox.
Is there any way to circumvent this?
Hope my explanation is clear...
Best Regards,
Rasmus
Considering the SmartGWT showcase and various controls for Forms: the https://www.smartclient.com/smartgwt...ntrols_various.
If you have opened the picklist of a SelectItem or a ComboBoxItem, then you have to click once outside it, before you can click on another component. As long as the picklist is open, hovering on other components does not activate their respective hover state. This is true for all the cases in the Showcase, EXCEPT for the first one with the ComboBoxItem. When the picklist is showing, I can still hover over the checkbox above or I can press a button, which responds immediately to my click.
In our case, we have a multi select SelectItem with a button next to it. Our customers complain about that when the picklist is showing, they need to click two times on the button, before the button actually responds. First click on the button hides the picklist, and the second click "activates" the button and fires the click event.
I have attached two screenshots. Screen1 shows when the first comboboxitem is active and the picklist is showing, I can still hover over the checkbox above (sorry, the mouse cursor is not displaying). On screen2 the picklist of SelectItem is opened, but I cannot hover over the checkbox.
Is there any way to circumvent this?
Hope my explanation is clear...
Best Regards,
Rasmus
Comment