operaprestodriver icon indicating copy to clipboard operation
operaprestodriver copied to clipboard

mouseout event not triggering for first div on page

Open rjatkins opened this issue 13 years ago • 1 comments

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.

rjatkins avatar Jan 22 '12 12:01 rjatkins

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

andreastt avatar Jan 23 '12 16:01 andreastt