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
{{ message }}
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
Hellou, #140 has been marked as solved, but I just found another few errors in 2.0.0-beta.5, in regards to fxShow fxHide.md and the alike. Consider the following example for reproducing:
Set your browser to md width and refresh the page. You'd expect to see
Type 1, row a
Type 1, row b
Type 1, row c
, but the output is
Type 1, row a
Type 1, row b
Type 2, row c
which is wrong on multiple levels. It seems the views fix themselves on update. Meaning when you resize the window width to gt-md and back to md, Type 2, row c will then be correctly hidden. And when you resize the window to xs and back to gt-xs, the missing Type 1, row c pops up.
So, I see wrong initialization and weird interference of multiple elements. I might be missing something.
Best regards,
The text was updated successfully, but these errors were encountered:
ThomasBurleson
changed the title
fxHide / fxShow sometimes ignoring breakpoint aliases
Initialization with fxHide / fxShow sometimes ignoring breakpoint aliases
Feb 11, 2017
ThomasBurleson
changed the title
Initialization with fxHide / fxShow sometimes ignoring breakpoint aliases
Wrong layout with fxHide / fxShow sometimes ignoring breakpoint aliases
Feb 11, 2017
# add upstream if your `origin` points to a fork of the upstream,
# otherwise just use `origin`git remote add upstream https://github.com/angular/flex-layout.gitgit co mastergit pull --rebase upstream mastergit pull --rebase upstream fix/issue_181
This should update your local repos with latest from master AND from the PR above.
Hellou,
#140 has been marked as solved, but I just found another few errors in
2.0.0-beta.5
, in regards tofxShow fxHide.md
and the alike. Consider the following example for reproducing:Set your browser to
md
width and refresh the page. You'd expect to see, but the output is
which is wrong on multiple levels. It seems the views fix themselves on update. Meaning when you resize the window width to
gt-md
and back tomd
,Type 2, row c
will then be correctly hidden. And when you resize the window toxs
and back togt-xs
, the missingType 1, row c
pops up.So, I see wrong initialization and weird interference of multiple elements. I might be missing something.
Best regards,
The text was updated successfully, but these errors were encountered: