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

Fix firefox+flash mousemove bubbling #899

Closed
wants to merge 3 commits into from

Conversation

heff
Copy link
Member

@heff heff commented Dec 17, 2013

…ideo-js-swf#37

Also fixed a bug introduced by videojs#898. First arg of setTimeout was `this`.
@gkatsev
Copy link
Member

gkatsev commented Dec 17, 2013

Are you sure this doesn't cause the event to trigger multiple times on other browsers?

@heff
Copy link
Member Author

heff commented Dec 17, 2013

Yeah, I assumed it would, and I'm relying on the fact that the mousemove listener is extremely lightweight.
https://github.com/videojs/video.js/blob/master/src/js/player.js#L1241

We could do a Firefox UA check, but I was hoping to avoid that. I guess I should make sure it doesn't bubble in this case.

On Dec 16, 2013, at 9:29 PM, Gary Katsevman notifications@github.com wrote:

Are you sure this doesn't cause the event to trigger multiple times on other browsers?


Reply to this email directly or view it on GitHub.

@gkatsev
Copy link
Member

gkatsev commented Dec 17, 2013

As long as it isn't causing adverse affects.

Also added link to bugzilla bug for tracking the status of this issue.
@heff heff closed this in 0f38d27 Dec 20, 2013
@heff heff deleted the feature/fix-mousemove-firefox branch July 1, 2014 23:59
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

Successfully merging this pull request may close these issues.

Firefox needs mousemove events from Flash
3 participants