-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FlatButton][ListItem][MenuItem] Wrong design in chrome 47 #4093
Comments
@mbrookes how many prior versions of browsers like chrome are we supporting (officially)? Not to say that we can't fix this anyways, just curious what our official policy is |
Figured it out. Object property iteration order is ending up different in The result is Now, since object property iteration order can't be guaranteed (from what I understand). That means this is definitely something we need to solve when we generate inline styles. |
@mbrookes We can take care of this at the source ( |
@mauvew I just realized that I fixed your issue and it isn't even the @ShadowMen's issue... |
For reference, here are the issues related to @ShadowMen's post in older chrome versions I have found that I am fixing: |
Problem Description
The following example shows the bug with the
FlatButton
component.ListItem and MenuItem have similar problems
Output on Chrome 47
![](https://camo.githubusercontent.com/bb43c0cf2856d77f0753bf6ab040a5349eb5ec03a588b8b712ac6b26419697f1/687474703a2f2f6f6936382e74696e797069632e636f6d2f326d36347368662e6a7067)
Output on Chrome 50
![](https://camo.githubusercontent.com/093fa58c801126a2439bc910e836547e65b9e505d9d14901bea84b3d26c2f68a/687474703a2f2f6f6936332e74696e797069632e636f6d2f666a6a6578742e6a7067)
Versions
The text was updated successfully, but these errors were encountered: