diff options
| author | Chris Rebert <[email protected]> | 2016-03-14 02:06:58 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-03-14 02:06:58 -0700 |
| commit | 738e4bd3084bff1ff2e29c80862c6b0789bde672 (patch) | |
| tree | 1c71fb6b2137705fce7c434b5897a2cbd94269bb /docs/getting-started | |
| parent | 0cbcd6dfcac924454ede82ed2c0e2ee5a0370415 (diff) | |
| parent | 79490e7e2263c69955df58efbf0b45af7ca668d9 (diff) | |
| download | bootstrap-738e4bd3084bff1ff2e29c80862c6b0789bde672.tar.xz bootstrap-738e4bd3084bff1ff2e29c80862c6b0789bde672.zip | |
Merge pull request #19537 from twbs/wkbug-153856
Mention https://webkit.org/b/153856 in the docs
Diffstat (limited to 'docs/getting-started')
| -rw-r--r-- | docs/getting-started/browsers-devices.md | 4 |
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)). |
