This repository was archived by the owner on Sep 8, 2020. It is now read-only.
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
Hiding and then showing the layout doesn't re-calculate offsets properly. #233
Open
Description
http://plnkr.co/edit/cnjczm9zjHZEczswSUjA?p=preview
- View initializations and lays out properly.
- Click the hide button to hide the ui layout component.
- This triggers a calculate call.
- Click the show button to show the ui layout component.
- The layout is messed up from the previous calculate call on hide. A new re-calculation never happens on show.
Metadata
Metadata
Assignees
Labels
No labels