Opened 10 years ago
Closed 10 years ago
#8663 closed feature (invalid)
ui.menu compatibility with responsive design
Reported by: | svewap | Owned by: | svewap |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.0 |
Component: | ui.menu | Version: | 1.9.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The problem with menus which use position:absolute is, that the submenus are not shown because the div container around the root menu has the style overflow:hidden to be responsible.
I solved the problem with a trick. I copy the menu to a highest level under the html body tag and position it over the original menu. Demo: http://yaml.wapplersystems.de/de/anleitung/dropdown-menue/
Sorry, but i have no better solution.
Change History (2)
comment:1 Changed 10 years ago by
Owner: | set to svewap |
---|---|
Status: | new → pending |
comment:2 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Please provide a reduced test case showing the problem that you're talking about.