[Webkit-unassigned] [Bug 121579] Make events propagate to ancestor nodes even if the event target is in disconnected DOM trees

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 22 16:47:05 PDT 2022


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

Ahmad Saleem <zlip.792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlip.792 at gmail.com

--- Comment #2 from Ahmad Saleem <zlip.792 at gmail.com> ---
Landed ultimately in - https://src.chromium.org/viewvc/blink?view=revision&revision=198153

Test Case - event-fire-disconnected-bubbling-click.html - https://jsfiddle.net/x925r36c/1/show

*** Safari 15.6.1 ***

PASS clickedOnParent is true
PASS clickedOnChild is true
PASS successfullyParsed is true

*** Firefox Nightly 105 ***

PASS clickedOnParent is true
PASS clickedOnChild is true
PASS successfullyParsed is true

*** Chrome Canary 106 ***

PASS clickedOnParent is true
PASS clickedOnChild is true
PASS successfullyParsed is true

_____

Test Case - event-fire-disconnected-bubbling-custom-event.html - https://jsfiddle.net/fp7t1ays/show

All browsers (same as above) showed below:

PASS eventReceivedOnParent is true
PASS eventReceivedOnChild is true
PASS successfullyParsed is true

____

Test Case - event-fire-disconnected-bubbling-mutation.html - https://jsfiddle.net/5vuwLcts/show

All browsers (same as above) showed below:

PASS eventReceivedOnParent is true
PASS eventReceivedOnChild is true
PASS successfullyParsed is true

___

Test Case - mouseout-dead-node.html - https://jsfiddle.net/6jgo3rcL/show

PASS successfullyParsed is true

TEST COMPLETE
PASS mouseout
PASS mouseout
PASS mouseout

NOTE - Only difference is in this test, where Chrome does not fire "PASS mouse out" after "TEST COMPLETE" while both Safari and Firefox do.

____

I will leave it for others to check on last test case whether the subtle difference from Chrome is an issue or not. Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220822/c9b28a7c/attachment-0001.htm>


More information about the webkit-unassigned mailing list