This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 771
Incorrect max-width: 0px; when using fxFlex="1 1 0px" #534
Labels
Milestone
Comments
AbakumovAlexandr
changed the title
Incorrect max-width: 0px;
Incorrect max-width: 0px; when using fxFlex="1 1 0px"
Dec 14, 2017
ThomasBurleson
added
the
P1
Urgent issue that should be resolved before the next re-lease
label
Dec 15, 2017
CaerusKaru
added a commit
to CaerusKaru/flex-layout
that referenced
this issue
Feb 25, 2018
* Fix for when flex-basis is unitless and 0 * Fix for when no width/height is applied and flex-basis should be set Fixes angular#277 Fixes angular#280 Fixes angular#528 Fixes angular#534
CaerusKaru
added
has pr
A PR has been created to address this issue
and removed
in-progress
labels
Feb 25, 2018
CaerusKaru
added a commit
that referenced
this issue
Feb 25, 2018
CaerusKaru
added a commit
to CaerusKaru/flex-layout
that referenced
this issue
Feb 25, 2018
* Fix for when flex-basis is unitless and 0 * Fix for when no width/height is applied and flex-basis should be set * Fix for IE flex-basis with calc values * Fix for SSR properties set to 0 Fixes angular#277 Fixes angular#280 Fixes angular#323 Fixes angular#528 Fixes angular#534
CaerusKaru
added a commit
that referenced
this issue
Feb 25, 2018
CaerusKaru
added a commit
that referenced
this issue
Feb 25, 2018
CaerusKaru
added a commit
that referenced
this issue
Mar 4, 2018
CaerusKaru
added a commit
that referenced
this issue
Mar 9, 2018
CaerusKaru
added a commit
that referenced
this issue
Mar 9, 2018
CaerusKaru
added a commit
that referenced
this issue
Mar 9, 2018
CaerusKaru
added a commit
that referenced
this issue
Mar 9, 2018
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug, feature request, or proposal:
Bug.
What is the expected behavior?
Effect of generated CSS properties in case of
fxFlex="1 1 0px"
should match the one offlex: 1 1 0px;
.What is the current behavior?
When you use
fxFlex="1 1 0px"
,max-width: 0px;
is getting added to an element which breaks displaying of the element in some cases.What are the steps to reproduce?
This is side-by-side demonstration of the issue with a simplified layout from my project:
StackBlitz
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Tested in IE 11, Edge, FF 57, Chrome 63.0.3239.84.
Angular 5.1.1, Material 5.0.1, Win 10, TS 2.4.2.
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: