diff options
author | Teemu Suo-Anttila <teemusa@vaadin.com> | 2015-12-01 13:54:29 +0200 |
---|---|---|
committer | Teemu Suo-Anttila <teemusa@vaadin.com> | 2015-12-22 11:24:43 +0000 |
commit | 0404d39ac566c83c6d8127945f9dcf1e73958938 (patch) | |
tree | 48baf5bc2307c41fc154477d1e60905b28c5f1e9 /WebContent | |
parent | 5bed76664451af587f39a3d548f11ec210e38167 (diff) | |
download | vaadin-framework-0404d39ac566c83c6d8127945f9dcf1e73958938.tar.gz vaadin-framework-0404d39ac566c83c6d8127945f9dcf1e73958938.zip |
Fix WidgetRenderer column cells not correctly init on change (#19086)
When changing to a widget renderer with an existing column, the widget
renderer expects that the cells would be initialized to have a correct
widget for it. Because of original design where you could not change
renderers, this was not taken into account and cells did not get
reinitialized when changing the renderer.
This patch showed another underlying detach problem from removing a
widget renderer and destroying complex renderers. These both are also
addressed to make this bug possible to test correctly.
Patch includes a client-side test that verifies the integrity of the
renderer state in different stages of its lifecycle.
Change-Id: I67330e5d07c95047cb69040e8355a17dc8a96f08
Diffstat (limited to 'WebContent')
0 files changed, 0 insertions, 0 deletions