From: Karl M. D. <ka...@ju...> - 2018-02-02 03:59:10
|
Howdy all, Finally tracked down the cause of an odd problem I'd been seeing in HtmlUnit, but not in FF/Chrome/etc.: I've got a form that hides itself when the user clicks out of it, via an onblur event listener. Turns out, the culprit is here: org.openqa.selenium.htmlunit.HtmlUnitMouse.moveOutIfNeeded(DomElement) line 113 I don't think firing an onblur as part of a mouseOut is expected? I'm definitely not seeing it in my desktop browsers. (This also wasn't happening with older versions of HtmlUnit.) Anyone know if this is a bug in my expectations, or in HtmlUnit? Thanks! Karl M. Davis |