Bug 158276
Summary: | Tapping from one <input> to another in an overlay can cause shaking/jiggling effect | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Rebert <webkit> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | dino, enrica, john, jyeo098, kranthipolimera1910, simon.fraser, thorton, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari 9 | ||
Hardware: | iPhone / iPad | ||
OS: | iOS 10 | ||
URL: | http://output.jsbin.com/xedane/quiet | ||
Bug Depends on: | |||
Bug Blocks: | 159753 |
Chris Rebert
Steps to reproduce:
1. Open http://output.jsbin.com/xedane/quiet in Safari on iOS 9.3.2.
2. Tap the "Launch modal" button.
3. Scroll down to "field 7".
4. Tap into the <input> below "field 7".
5. Tap into the <input> above it.
Actual result:
While focusing the <input>, the modal moves up and down multiple times, causing an unsightly jiggling/shaking/jerky effect
Expected result:
When focusing the <input>, the modal should move smoothly, preferably in a single motion.
Original Bootstrap bug report:
https://github.com/twbs/bootstrap/issues/19927
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/26652754>
kranthi polimera
Is there any solution for this Jerking effect on tap of input field on modal
Simon Fraser (smfr)
Do you still see the problem in iOS 10.3?
Chris Rebert
Unable to reproduce in iOS 10.3.1
Good work WebKit Team!
kranthi polimera
Unable to reproduce in iOS 10.3.1
Thanks and good work team