Hi,
With SmartGWT version update to 12.1-p20200824.
I have observed one issue with Using IconButton and grouping them into a group and setting ActionType to Radio.
Iconbutton.setRadioGroup("proposal-radio-group");
Iconbutton.setActionType(SelectionType.RADIO);
Please refer to attached screenshot. When IconButton is selected it gets the class 'iconButtonSelecetd' but the same selcted state is not floated till the img tag.
In previous version the img tag also gets '_selected' keyword appended to src of img.
Without '_selected ' state on img the images are not getting upadted and from UI point of view it is nit clear that which IconButton is selcted.
in 12.1-p20200709 of smartGWT it was working correctly.
Can you please help in this.
With SmartGWT version update to 12.1-p20200824.
I have observed one issue with Using IconButton and grouping them into a group and setting ActionType to Radio.
Iconbutton.setRadioGroup("proposal-radio-group");
Iconbutton.setActionType(SelectionType.RADIO);
Please refer to attached screenshot. When IconButton is selected it gets the class 'iconButtonSelecetd' but the same selcted state is not floated till the img tag.
In previous version the img tag also gets '_selected' keyword appended to src of img.
Without '_selected ' state on img the images are not getting upadted and from UI point of view it is nit clear that which IconButton is selcted.
in 12.1-p20200709 of smartGWT it was working correctly.
Can you please help in this.
Comment