[Webkit-unassigned] [Bug 136115] New: Bluring an <input> element in iOS 8 scrolls and clicks the wrong element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 20 11:52:33 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=136115

           Summary: Bluring an <input> element in iOS 8 scrolls and clicks
                    the wrong element
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: iOS
               URL: http://jsbin.com/piyotubaleto/6/
        OS/Version: iOS 7.0
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: johnbarr at google.com


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list