WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
136115
Bluring an <input> element in iOS 8 scrolls and clicks the wrong element
https://bugs.webkit.org/show_bug.cgi?id=136115
Summary
Bluring an <input> element in iOS 8 scrolls and clicks the wrong element
John Barr
Reported
2014-08-20 11:52:42 PDT
Affects: Safari iOS 8 beta 5 iPhone (not available under Platform) Repro case:
http://jsbin.com/piyotubaleto/6/
Repro steps: 1. Tap on resizing <input> element. 2. (<input> element gets focus, scrolls to top of screen) 3. Tap on a red square. 4. (<input> element scroll to middle of screen, a different red square gets the click than the one you clicked on) Requirements for this bug to happen: a. You blur the <input> element by tapping on an element with a 'touchend' handler. b. You change the side of the <input> element in its 'focus' handler. This issue affects mobile Gmail's search field as the search field changes size on focus (cancel button appearing) and we make extensive use of touchend handlers.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2014-08-23 17:52:18 PDT
<
rdar://problem/18112843
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug