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

mouseout event not triggering for first div on page #57

Open
rjatkins opened this issue Jan 22, 2012 · 1 comment
Open

mouseout event not triggering for first div on page #57

rjatkins opened this issue Jan 22, 2012 · 1 comment

Comments

@rjatkins
Copy link
Contributor

If a div is the very first element in the body of a page, then mouseout events won't be generated if the mouse moves to the body.
If event handlers are registered on the topmost div for mouseout and mouseover events, moving the mouse results in a mouseover event firing, but no mouseout. In ChromeDriver, moving the mouse to the body generates the mouseout event anyway.

@andreastt
Copy link
Contributor

This sounds to me like an Opera bug instead of an OperaDriver bug. Can you provide a reproducible HTML test case for this?

rjatkins added a commit to rjatkins/operadriver that referenced this issue Jan 24, 2012
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