]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Mention https://webkit.org/b/153856 in the docs 19537/head
authorChris Rebert <code@chrisrebert.com>
Mon, 14 Mar 2016 09:01:31 +0000 (02:01 -0700)
committerChris Rebert <code@chrisrebert.com>
Mon, 14 Mar 2016 09:01:31 +0000 (02:01 -0700)
Refs #14839, #19088
[skip sauce]

docs/getting-started/browsers-devices.md

index 6832f348144827d8f30de2db6b221e4868e2e2af..4975536104bcf84394e97e7df8d349f7dcbc0182 100644 (file)
@@ -197,6 +197,10 @@ As a heads up, we include this in all of Bootstrap's documentation and examples
 
 Support for `overflow: hidden;` on the `<body>` element is quite limited in iOS and Android. To that end, when you scroll past the top or bottom of a modal in either of those devices' browsers, the `<body>` content will begin to scroll. See [Chrome bug #175502](https://bugs.chromium.org/p/chromium/issues/detail?id=175502) (fixed in Chrome v40) and [WebKit bug #153852](https://bugs.webkit.org/show_bug.cgi?id=153852).
 
+### iOS text fields and scrolling
+
+As of iOS 9.2, while a modal is open, if the initial touch of a scroll gesture is within the boundary of a textual `<input>` or a `<textarea>`, the `<body>` content underneath the modal will be scrolled instead of the modal itself. See [WebKit bug #153856](https://bugs.webkit.org/show_bug.cgi?id=153856).
+
 ### Navbar Dropdowns
 
 The `.dropdown-backdrop` element isn't used on iOS in the nav because of the complexity of z-indexing. Thus, to close dropdowns in navbars, you must directly click the dropdown element (or [any other element which will fire a click event in iOS](https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile)).