aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAnna Koskinen <Ansku@users.noreply.github.com>2019-11-22 10:47:12 +0200
committerTatu Lund <tatu@vaadin.com>2019-11-22 10:47:12 +0200
commitbdc61a37626b76c259c32f32b6c17402b151b920 (patch)
tree5aea3d76a6f5817df44c4f186dd9b2b91251799c /scripts
parent0677818c8831b9655d0d9e9cc1feb03953bdf262 (diff)
downloadvaadin-framework-bdc61a37626b76c259c32f32b6c17402b151b920.tar.gz
vaadin-framework-bdc61a37626b76c259c32f32b6c17402b151b920.zip
Don't attempt to send expand/collapse events for disabled TreeGrid. (#11823) (#11828)
The attempt gets blocked later down the line in any case and never reaches the server, but sending it messes up TreeGrid's internal state. It gets stuck waiting for the resolution of the blocked call that can then only be resolved by server-side sending its own expand/collapse request programmatically. Until that happens no further expand/collapse attempts will get sent to server even after the TreeGrid has been enabled again. Tree is also affected as it is built upon TreeGrid. Fixes #11822
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions