-
-
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
<input type="range"> gets clipped in Safari #16809
Comments
@bluedusk it's easier if you include all the info here and then include a link to stack overflow so we can easily evaluate your issue The jsfiddle from stack overflow: His issue: It works fine in Chrome and Firefox. Any idea about this? body {
padding: 30px;
} <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet"/>
<input type="range"> |
Confirmed in Safari 8.0.7 (10600.7.12). This appears to be caused by |
|
Filed WebKit bug: https://bugs.webkit.org/show_bug.cgi?id=146896 |
Filed Apple Safari Radar: http://openradar.appspot.com/21787807 |
Add Wall of Browser Bugs entry for #16809
The WebKit/Safari bug has now been fixed: https://bugs.webkit.org/show_bug.cgi?id=146896#c11 |
@mdo Do we wish to take any action here? |
Not likely given the bug fixes, but perhaps we can revisit in v4. |
Closing then. |
please see:
https://stackoverflow.com/questions/31101398/bootstrap-conflict-with-input-range-in-safari
The text was updated successfully, but these errors were encountered: