[Webkit-unassigned] [Bug 225265] visibilitychange fires in a bad order

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 29 16:38:50 PDT 2022


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

--- Comment #4 from Rob Snow <rsnow at adobe.com> ---
Doesn't look like they all behave the same. Note the order of blur/focus VS visibility. Everything is still in the same order as it was when I first filed the issue.

*** Safari 16 ***
[Log] blurred (show, line 57)
[Log] visibility changed – "hidden" (show, line 57)
[Log] focused (show, line 57)
[Log] visibility changed – "visible" (show, line 57)

*** Chrome 105 ***
blurred
visibility changed hidden
visibility changed visible
focused

*** Firefox 105 ***
blurred show:57:33
visibility changed hidden show:57:33
visibility changed visible show:57:33
focused show:57:33

See how Safari still fires visibility change after focused instead of before?

-- 
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/20220929/9d8f64f8/attachment.htm>


More information about the webkit-unassigned mailing list