Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Infocatcher opened this issue Oct 24, 2014 · 2 comments
Open

Comments

@Infocatcher
Copy link
Owner

&& 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
Copy link
Owner Author

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
Copy link
Owner Author

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

Infocatcher added a commit that referenced this issue Aug 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant