-
-
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
Some Components Are Misaligned in Firefox v45.0 #12559
Comments
@oliviertassinari that's weird. This is what it looks like when I try it in Firefox 45: This is how it's supposed to look like in Firefox 61 (which is our expected output): Can you please check again? If it helps, I'm running Firefox 61 @ Ubuntu 18.04; the Firefox 45.0 version I replicated using a sandboxed browser from turbo.net (my colleague has also replicated it using Firefox 45.0 @ MacOS 10.12.6) |
Firefox: 61.0.2 (64 bit) I couldn't reproduce it |
@karljamoralin Something is definitely wrong with Firefox 45. I can't find any solution, let me know if you find some. |
@oliviertassinari is it a good idea to consider upping the minimum supported Firefox version from 45 to 46 in lieu of this bug? |
Hum, depends on what's the last version of Firefox people can install on Windows XP. |
I can't find info on what's the minimum Firefox version that can be installed on Windows XP, but I found what's the last version that's supported -- Firefox 52.0.9 for Windows XP SP1 and SP2, but only until this Aug 2018: https://support.mozilla.org/en-US/kb/end-support-windows-xp-and-vista |
@karljamoralin You are right. The last version of Firefox supported is 52. I'm fine using it as the minimal supported version. |
Expected Behavior
The
<Input>
,<Button>
, and<IconButton>
components should be aligned with other components e.g.<TextField>
.Current Behavior
In Firefox 45.0, the
<Button>
and<IconButton>
have different alignments.<Button>
and<Input>
appears to align at the top, while<IconButton>
appears to align at the bottom.Steps to Reproduce
Link: https://codesandbox.io/s/z2vzl4jv6x
Your Environment
Please let me know if I can provide more info to help diagnose this issue. Thanks! :)
The text was updated successfully, but these errors were encountered: