-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Add menuitem to popover menu #3114
Conversation
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
So is this actually useful now? How can we test this? |
Well in the popover menus, we aim for 'a' or 'button' only children, but since the upload popovers (gallery and files) are using a label to link it to the input file I thought we should add it for compatibility with old apps and for occasional uses like these. :) you can test it by clicking the add file button on files or gallery (which require some more fixes too) |
What happened there? 😁 We definitely have to fix that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
improves the add/upload files popover in files
Incoming. |
definitely a improvement, compared with master 👍 |
Should be useful for occasional popover sub-items (like the upload file menu for example)