[Webkit-unassigned] [Bug 147836] New: A focused node should not be assisted when handling touch events synchronously

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 10 12:35:23 PDT 2015


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

            Bug ID: 147836
           Summary: A focused node should not be assisted when handling
                    touch events synchronously
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: wenson_hsieh at apple.com

Created attachment 258637
  --> https://bugs.webkit.org/attachment.cgi?id=258637&action=review
Try to tap, scroll, or zoom in the pink square, and the keyboard will deploy when it shouldn't

Currently, when a node is focused programmatically (either through element.focus() or the autofocus attribute) and we interact with a region that has touch event handlers (ontouchstart, etc.) the focused node will be refocused and assisted.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150810/088a2e1a/attachment-0001.html>


More information about the webkit-unassigned mailing list