[Webkit-unassigned] [Bug 119130] New: Redo the hit test in EventHandler::EventHandler if the node had been detached

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 25 22:24:55 PDT 2013


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

           Summary: Redo the hit test in EventHandler::EventHandler if the
                    node had been detached
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: Event Handling
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: ap at webkit.org, benjamin at webkit.org


Consider merging https://chromium.googlesource.com/chromium/blink/+/f2696796968c131cf121536fd8c5f87d801d90a7

I think the patch is trying to fix the case where the target node had been detached from the document.
It makes sense for us to re-compute the target in such cases.

------Quoted text----
Changing selection by mouse click uses event target node to calculate position. This processing is performed after event dispatch. When event handler removes event target node, selection isn't changed.

This patch changes this behavior to pass recomputing event target when it is removed for changing selection.

-- 
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