You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the LegacyWrapper is being turned to hidden state (.setVisible(false)), or it is wrapped into a div which is hidden, then the initial page loading stucks with hanging and blinking loading indicator.
The page content itself is rendered fine.
As soon as the element is turned in visible state, the loading process completes fine.
Minimal reproducible example
This issue can be reproduced with InvisibleElementWithLegacyChildView test page.
Here is repetition of the test page codes:
Description of the bug / feature
When the
LegacyWrapper
is being turned to hidden state (.setVisible(false)
), or it is wrapped into adiv
which is hidden, then the initial page loading stucks with hanging and blinking loading indicator.The page content itself is rendered fine.
As soon as the element is turned in visible state, the loading process completes fine.
Minimal reproducible example
This issue can be reproduced with
InvisibleElementWithLegacyChildView
test page.Here is repetition of the test page codes:
Run the jetty and open localhost:9998/com.vaadin.test.InvisibleElementWithLegacyChildView.
Expected behavior
Page is being loading fine.
Actual behavior
Loading indicator hangs and blinks.
Versions:
The text was updated successfully, but these errors were encountered: