diff options
author | Artem Godin <artem@vaadin.com> | 2013-10-02 17:07:14 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-10-03 12:08:42 +0000 |
commit | 267a4cae6de31d143c3d8d1d8dd79d4616896603 (patch) | |
tree | dacf102c9c4b41221a98a7a0d26852c950e7b929 /all | |
parent | 0e9ff32598ed86d5f24a8bce5c5c898d81dc2c84 (diff) | |
download | vaadin-framework-267a4cae6de31d143c3d8d1d8dd79d4616896603.tar.gz vaadin-framework-267a4cae6de31d143c3d8d1d8dd79d4616896603.zip |
Fix OptionGroup elements losing focus on value change (#10451)
The misbehavior was caused by VOptionGroup.buildOptions recreating
associated panel on every change by removing and adding new elements.
With this fix applied it tries to update existing elements,
distinguishing them by assigned keys. It will recreate panel though if
elements are reordered or new elements were added/removed.
Change-Id: I1245b2ff30ce1932614c1eac37bd0131cbd29dd7
Diffstat (limited to 'all')
0 files changed, 0 insertions, 0 deletions