[Webkit-unassigned] [Bug 266883] Mouse Events not working in global scope when interaction started in iFrame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 6 01:17:28 PST 2024


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

Boris <boris.ablamunits at webflow.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |boris.ablamunits at webflow.co
                   |                            |m

--- Comment #6 from Boris <boris.ablamunits at webflow.com> ---
Hi there,

We have been experiencing similar issues to the one reported here in our application. Our application contains drag & drop functionality between a parent page and an iframe, and Safari users are impacted since version 17.2.

Here's a small reproduction of the issue:
https://codesandbox.io/p/sandbox/react-iframe-examples-forked-sz4ydd?file=%2Fsrc%2Fapp.js%3A30%2C24-30%2C35

Mouse down on the blue div and try hovering over the iframe's child while the mouse is held down.

On Safari 17.2, the mouse events in the iframe are ignored and the iframe child is not highlighted on hover.

On Chrome, the mouse events are respected and the iframe child is highlighted when it is hovered. This is the expected behaviour.

-- 
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/20240106/4dbf2a1b/attachment.htm>


More information about the webkit-unassigned mailing list