]> source.dussan.org Git - vaadin-framework.git/commit
Do not process click events for disabled optiongroups (#19433)
authorArtur Signell <artur@vaadin.com>
Sat, 16 Jan 2016 11:02:45 +0000 (13:02 +0200)
committerelmot <elmot@vaadin.com>
Thu, 21 Jan 2016 15:12:34 +0000 (17:12 +0200)
commit99899fa80d167f3eb6ed62960dfd7d81e002bbf7
tree2b2022f979cda6affcb8676bbafbc7267e022935
parent81b016a0cde928200bf0ae6241603d0f97396dc5
Do not process click events for disabled optiongroups (#19433)

This removes the warning logged on the server side when the RPC reaches it
for the disabled component. As this is more of a cosmetic change, there is
no automatic test.

Change-Id: Ia010c07fe277411a6ea3edcacb7a016d66b6807f
client/src/com/vaadin/client/ui/VOptionGroup.java
uitest/src/com/vaadin/tests/components/optiongroup/OptionGroupDisabled.java [new file with mode: 0644]