-
-
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
Can't scroll <input type=text> on iPhone #16988
Comments
This does not appear to be Bootstrap-specific. I encounter the same problem on http://output.jsbin.com/xumeja/1 , where Bootstrap has been disabled, on my iPhone 5S running iOS 8.4. |
JS Fiddle (also affected), just to ensure that JS Bin 3D stuff wasn't the cause: http://jsfiddle.net/xuho9ccy/show/ |
@twbs/team Can someone else please test this on their iDevice to double-check? |
Whoa you're right. I just tested google.com on an iPhone 5s with iOS 8.4 so it's not bootstrap specific at all! |
Filed WebKit bug: https://bugs.webkit.org/show_bug.cgi?id=148061 |
Filed Apple Safari Radar: http://openradar.appspot.com/22299624 |
Refs http://wkbug.com/148061 Refs http://openradar.me/22299624 Closes #16988 [skip sauce]
Add Wall of Browser Bugs entry for #16988
Still not fixed in iOS 10.0. :( |
Indeed. Nothing we can do about it on our end though. The ball is in Apple's court. |
If you enter text that exceeds the width of an
<input type=text>
field, then try to long press and scroll back, it doesn't scroll. Reproable on thecomponentsCSS page. Originally filed this under React-Bootstrap, but affects the live Bootstrap.js components page as well.Screenshot attached.
The text was updated successfully, but these errors were encountered: