I don't seem to be able to do this in FF

fireEvent
document.getElementById("divA")
mouseover

In IE it works fine.  Even the following "bubbles up" fine in IE to the div 
(where the mouseover handler resides)

fireEvent
document.getElementById("divA").firstChild
mouseover

but nothing in FF.

Points
1 - yes, the physical use of a mouse in FF works fine.
2 - FF JS console is empty

Any ideas anyone?

TIA
Russ 

_______________________________________________
Selenium-users mailing list
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to