Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event Handling Issues in Blurred iframes #8

Open
jelveh opened this issue Mar 4, 2024 · 0 comments
Open

Event Handling Issues in Blurred iframes #8

jelveh opened this issue Mar 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jelveh
Copy link
Contributor

jelveh commented Mar 4, 2024

When an app window is blurred some essential events are not sent to its iframe. For example, if Dev Center is not in focus and a local item is dragged over the Drop Area, the Drop Area is not activated because the drag event is simply not sent to the iframe.

Another example would be that when an iframe is not focused and a mouse is over it scrolling, the scrollbars in the iframe don't react. This is again because the blurred iframe is not receiving any of the native events (probably because of pointer-event: none). The default behavior in many desktop environments is that the blurred app still reacts to many of these events.

@jelveh jelveh added the enhancement New feature or request label Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant