Infocatcher / Custom_Buttons

Buttons for Custom Buttons extension for Firefox (and other Gecko-based applications)
38 stars 11 forks source link

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

Open Infocatcher opened 10 years ago

Infocatcher commented 10 years ago
&& 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 commented 10 years ago

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 commented 5 years ago

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