operaprestodriver
operaprestodriver copied to clipboard
mouseout event not triggering for first div on page
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.
This sounds to me like an Opera bug instead of an OperaDriver bug. Can you provide a reproducible HTML test case for this?