Details
-
Bug
-
Resolution: Fixed
-
Neutral
-
6.2.7
-
None
Description
Steps to reproduce
- Start CE demo webapp
- Log in into admincentral
- Interact with UI (e.g. click a find bar result)
Expected results
UI responds.
Actual results
Progress bar is pending infinitely (most of the times, although this should be tested repetitively).
Workaround
Refresh the browser tab.
Development notes
This is caused by UI#push calls before the push connection is established (in our case findbar results).
Although vaadin has code to handle these pending pushed, this causes the freezing.
https://github.com/vaadin/framework/blob/e30226a19564c6ee77064e5178a7665554d57466/server/src/main/java/com/vaadin/server/communication/AtmospherePushConnection.java#L256 (commenting out this line fixes the issue)
Checklists
Attachments
Issue Links
- causes
-
MGNLUI-6871 Grid row not updating reliably after change in underlying datasource
-
- Closed
-
- is caused by
-
BUILD-441 Update Vaadin to version 8.12.4
-
- Closed
-
- is related to
-
BUILD-478 Update Vaadin to latest 8.13.x
-
- Closed
-
-
MGNLUI-6810 DOC: Remove Admincentral freeze after Vaadin update from known issues
-
- Closed
-
- is superseded by
-
MGNLUI-6899 Jetty libraries on the classpath make the admincentral unresponsive
-
- Closed
-
- to be documented by
-
MGNLUI-6737 DOC: Admincentral freezes after Vaadin update
-
- Closed
-
- links to