Firefox Addon SDK onMouseover Event for a Button
问题 With the coming of multi-process Firefox, I have decided to revamp my addon. It is a toolbar addon that was built on XUL. Now I want to build it using the Addon SDK. The old XUL overlay allowed for onMouseOver events for buttons. But the new addon SDK only has the one listener for click . How can I get an onMouseOver (Hover) event for a toolbar button? Maybe there is some way to add css (:hover) to the button element? I found this, and am working on getting it in order, but maybe there's a