]> source.dussan.org Git - vaadin-framework.git/commit
Force re-measurement of CheckBoxGroup and RadioButtonGroup (#9901)
authorPetter Holmström <petter.holmstrom@outlook.com>
Mon, 4 Sep 2017 13:40:38 +0000 (16:40 +0300)
committerHenri Sara <henri.sara@gmail.com>
Mon, 4 Sep 2017 13:40:38 +0000 (16:40 +0300)
commita75117689e09e507c88bc6faa4144e56b041498b
tree383a98b5e730a764e1fc053be395ed9cfb04aecc
parent73c461e33634e3db54dd9189a5a212ec8d9212cd
Force re-measurement of CheckBoxGroup and RadioButtonGroup (#9901)

The related tests have a workaround for another (Chrome specific) GridLayout bug #9921.
Those workarounds should be removed once that issue is fixed.

Fixes #9148
client/src/main/java/com/vaadin/client/ui/optiongroup/CheckBoxGroupConnector.java
client/src/main/java/com/vaadin/client/ui/optiongroup/RadioButtonGroupConnector.java
tests/screenshots
uitest/src/main/java/com/vaadin/tests/components/checkboxgroup/CheckBoxGroupInGridLayout.java [new file with mode: 0644]
uitest/src/main/java/com/vaadin/tests/components/radiobuttongroup/RadioButtonGroupInGridLayout.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/checkboxgroup/CheckBoxGroupInGridLayoutTest.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/radiobuttongroup/RadioButtonGroupInGridLayoutTest.java [new file with mode: 0644]