aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started/browsers-devices.md
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-03-14 02:01:31 -0700
committerChris Rebert <[email protected]>2016-03-14 02:01:31 -0700
commit79490e7e2263c69955df58efbf0b45af7ca668d9 (patch)
tree1c71fb6b2137705fce7c434b5897a2cbd94269bb /docs/getting-started/browsers-devices.md
parent0cbcd6dfcac924454ede82ed2c0e2ee5a0370415 (diff)
downloadbootstrap-79490e7e2263c69955df58efbf0b45af7ca668d9.tar.xz
bootstrap-79490e7e2263c69955df58efbf0b45af7ca668d9.zip
Mention https://webkit.org/b/153856 in the docs
Refs #14839, #19088 [skip sauce]
Diffstat (limited to 'docs/getting-started/browsers-devices.md')
-rw-r--r--docs/getting-started/browsers-devices.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/getting-started/browsers-devices.md b/docs/getting-started/browsers-devices.md
index 6832f3481..497553610 100644
--- a/docs/getting-started/browsers-devices.md
+++ b/docs/getting-started/browsers-devices.md
@@ -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)).