-
Notifications
You must be signed in to change notification settings - Fork 768
fxLayoutGap should consider hidden elements #136
Comments
fxLayoutGap should consider (and skip) hidden elements when applying layout-gap logic. fixes #136.
fxLayoutGap should consider (and skip) hidden elements when applying layout-gap logic. fixes #136.
fxLayoutGap should consider (and skip) hidden elements when applying layout-gap logic. fixes #136.
Part of this issue is still present with this in 2.0.0-beta.9 For example, with the following code, if the page loads as small, then we expand, there will be no gap between 2 and 3. If the page loads as big, then we shrink it, there will be an excess gap after 2.
Tested on Chrome 61.0.3163 |
I confirm, please reopen. |
@darkbasic This is being considered as part of #606 and will not be reopened separately |
No need to reopen if it's tracked somewhere else. Thanks. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
When an item in a layout is hidden (usually conditionally) then fxLayoutGap should not apply a gap to the first displayed element
In this example
Div 2
should not have a gap in front of it.The text was updated successfully, but these errors were encountered: