]> source.dussan.org Git - vaadin-framework.git/commit
Fix initially selected CheckBox rendering in Safari in v7 compatibility package ...
authorKoen De Cock <koendecock@users.noreply.github.com>
Thu, 14 Feb 2019 14:52:40 +0000 (15:52 +0100)
committerPekka Hyvönen <pekka@vaadin.com>
Thu, 14 Feb 2019 14:52:40 +0000 (16:52 +0200)
commitfd654b100be791813bcb36f6a3556f03290eb3b0
tree569d60f4931f078d2e8fb01ed52697d3a572f9fb
parent7b5f1b58539de46bae515f624ab6b23676d3fccf
Fix initially selected CheckBox rendering in Safari in v7 compatibility package (#11024) (#11456)

This fix was already applied to com.vaadin.client.ui.VCheckBox but the committer forget to apply the same fix to the com.vaadin.v7.client.ui.VCheckBox. Some people are still temporarely using the checkbox from the compatibility package.
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VCheckBox.java