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
Hi All,
I'm facing a strange problem:
when I've the OLMap inside a VerticalLayout not in the position 0 if
I remove a Component that is above it the latter is correctly moved up
but it becomes like invisible.
You can reproduce the problem with a VL with inside a Button and the OLMap:
Hi All,
I'm facing a strange problem:
when I've the OLMap inside a VerticalLayout not in the position 0 if
I remove a Component that is above it the latter is correctly moved up
but it becomes like invisible.
You can reproduce the problem with a VL with inside a Button and the OLMap:
It looks like the VerticalLayout calls some methods to move up the map
and something in these methods makes it like invisible.
This is the only workaround I found:
but it's not really elegant and it should be called before any refresh
from the UI thread or manual push.
I hope somebody has a better idea or at least, an explanation of why this is happening.
The Vaadin version I'm using is the 7.7.8.
The text was updated successfully, but these errors were encountered: