Custom_Buttons icon indicating copy to clipboard operation
Custom_Buttons copied to clipboard

[meta] Auto open menu (and close other) doesn't work in Firefox 36+

Open Infocatcher opened this issue 10 years ago • 2 comments

&& node.namespaceURI == xulns
&& node.boxObject
&& node.boxObject instanceof Components.interfaces.nsIMenuBoxObject // Always false now

Probably due to https://bugzilla.mozilla.org/show_bug.cgi?id=979835 - Port BoxObject to WebIDL.

Infocatcher avatar Oct 24 '14 11:10 Infocatcher

Oh, downloads button have open property (from chrome://global/content/bindings/button.xml#button-base), but that property only sets attribute (and don't open/close downloads panel).

Infocatcher avatar Nov 19 '14 07:11 Infocatcher

Also check for node.boxObject presence should be removed for Firefox 69+…

Infocatcher avatar Aug 10 '19 16:08 Infocatcher