operasoftware / operaprestodriver

OperaPrestoDriver is a vendor-supported WebDriver implementation that enables programmatic automation of Presto-based Opera products (i.e. v12 and older).
http://code.google.com/p/selenium/wiki/OperaDriver
Apache License 2.0
148 stars 65 forks source link

mouseout event not triggering for first div on page #57

Open rjatkins opened 12 years ago

rjatkins commented 12 years ago

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 commented 12 years ago

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