-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Hack for iOS temporal inputs affecting OSX #16620
Comments
JS Bin of issue, which I don't see in Chrome 45.0.2429.0 canary (64-bit) on OSX 10.10.3 or Safari version 8.0.6 (10600.6.3). Could you provide a bit more browser/OS info and compare my bin to your where you see the issue? |
This issue only seems to appear when the I just came across this when refactoring some markup. This works fine when using Bootstrap as intended, but it is a gotcha. |
Testcase: http://jsfiddle.net/b8qbpxtq/2/ |
@zacechola @mitchlloyd Maybe I was unclear but this is only a issue when you don't have |
@cvrebert Your fiddle seems to work for me. Fixed in 3.3.5? |
Yes confirmed. This is resolved in master now by: 52110fa |
forms.less
includes hacks (line 180) for an iOS alignment bug. These get applied to Chrome and Safari on OSX as well on my retina screen MacBook. Giving for example<input type="time">
an unexpectedline-height
This is the rule I think needs tweaking:
My
-webkit-min-device-pixel-ratio
is 2 so I'm well above this. I have no solution for this, sorry, and I don't think the original bug https://bugs.webkit.org/show_bug.cgi?id=139848 is fixed (I don't have an iOS device nearby).The text was updated successfully, but these errors were encountered: