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

Element picker: do not prevent the page from receiving mouse-move-related events #2000

Open
gorhill opened this issue Sep 17, 2016 · 1 comment

Comments

@gorhill
Copy link
Owner

gorhill commented Sep 17, 2016

Describe the issue

Test case was provided by a user on reddit:

  • Visit http://reddpics.com/r/gif.
  • Notice that when you hover a thumbnail on the page, a play button appears in its center.
  • Launch uBO's element picker.
  • Try to select the play button in any of the thumbnail: you can't.

The play button won't appear unless you hover over the thumbnail, but uBO's page wide overlay prevents the mouse move events from reaching the page, so the thumbnails end up never being hovered.

@Atavic
Copy link

Atavic commented Sep 17, 2016

Sourcepage has: Event.MOUSEUP
and uses http://reddpics.com/assets/jq-plugins/prettyPhoto/js/jquery.prettyPhoto.js
that has:
.unbind('mouseenter mouseleave')

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

2 participants