-
Notifications
You must be signed in to change notification settings - Fork 7
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
The hamburger menu icon is visible when empty #27
Comments
This is still the case: |
Assigning some people on request by sanlifer, first one to take issue can unassign the rest or something :) |
For agresso-errors I have tracked it down to cosmoz-bottom-bar. menuElements gets filled with one element: This is what it is filled with: |
I am thinking(and tested locally) that we could change the row not 100% sure though this covers everything, I tested it locally and it worked. But resizing from mobile view into desktop view did require an browser reload to reevaluate the menu(hamburger) button into normal button again. |
Actually I have changed my mind after some testing with bottom-bar demo. It worked as it should there far as I could see. I now think the real problem is the dom-repeat, Robert posted above. So the problem is in view, not the bottom-bar component. Closing this issue and will start a new one in the proper place later. |
Pull request # 28 created. |
PR #28 merged, should work now. closing |
Reopening issue due to there still exists situations where this bug can occur. Basically we need to expand the filtering we do on bottom bar node collection. Created PR #29 |
Bottom-Bar: missed case where dom-if gets counted. refs #27 Will create PR for master&next for a new minor version number. This so this fix can be tested further.
Fixed @JockeCK ? |
Whoops, forgot about this one. closing |
The hamburger menu is visible in the bottom bar even though it doesn't contain any items.
Where there's only one action such as "comment", the menu icon should not be displayed.
Steps to reproduce
-->No result (slight color change indicates that the element reacts to the click)
The text was updated successfully, but these errors were encountered: