-
Notifications
You must be signed in to change notification settings - Fork 201
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
Menu Bar Text visible through Usage & Styling Header #2355
Comments
I’m not able to reproduce this on macOS Safari, Chrome, or Firefox. What OS and browser are you using? |
This page: https://vaadin.com/docs/latest/components/menu-bar All extensions disabled. It only seems to happen to the java components, not when you select the typescript components. edit: Bug also exists on my android phone with chrome and firefox. |
Thanks, that was the missing piece of information. I can reproduce it now as well 👍 |
The issue comes from these styles: https://github.com/vaadin/web-components/blob/main/packages/menu-bar/src/vaadin-menu-bar-button.js#L20-L23 When using Flow/Java, the additional I have no memory why these styles are there in the first place (originally for slotted vaadin-context-menu-item elements). @web-padawan, or @tomivirkki, do you remember? |
Oh, there we go: vaadin/vaadin-menu-bar#69 I wonder if this fix is still needed? |
I pushed a fix/workaround to Design System Publisher (the documentation website builder), which should solve this. |
I just noticed the MenuBar Button text is visible through the new Usage & Styling Header.
chrome_HukMZQ9LGZ.mp4
The text was updated successfully, but these errors were encountered: