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

[Chrome] "mousemove" event not firing when the mouse is on an iframe (cross-domain?) #33

Open
cridus opened this issue Oct 10, 2018 · 0 comments

Comments

@cridus
Copy link

cridus commented Oct 10, 2018

I have opened a pdf file in Chrome in an iframe, and the resizing stops when I drag over it. "pointer-events: none" isn't working.
I also tried to put a transparent absolutely-positioned div over the iframe but the event still doesn't fire.
The only ugly workaround I found was to hide the iframe when the drag starts and show it again when it ends.
Works fine on Firefox and EDGE.

I don't know when I'll have the time to make an example. Maybe in two days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant