When using the menu in vertical mode showing, hiding and then showing the menu once again will cause the content to stay hidden.
This is fixed when removing a uneccessary display:none, as the attached patch does.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 978590-7-admin-hidden-content.patch | 753 bytes | j0rd |
| admin-hidden-content.patch | 794 bytes | phobia |
Comments
Comment #1
alex_b commentedFixes the same issue for me.
Comment #2
tnanek commentedThis patch resolves the same issue for me as well.
Comment #3
langworthy commentedThis patch solves the problem of the admin menu remaining hidden.
I'm not sure if it's a separate issue but when the menu is shown, it expands and then flashes before being displayed. This didn't happen in the 6.x branch.
Comment #4
yhahn commentedThanks, http://drupal.org/cvs?commit=465684
Comment #6
j0rd commentedCan we get a new stable version with this bug fix included? Seems silly to have a obvious bug like this in stable version.
Comment #7
j0rd commentedAfter reading this a little more carefully, it appears that this was applied to the D7 branch.
This problem also exists in the current admin-6.x-2.x-dev. The originally patch applies, but with hunk errors in D6. So I've re-created a git style patch against 6.x-2.x branch.
Comment #8
j0rd commentedChanging status.
Comment #9
sickness29 commentedDevelopment or support is not planned for D6. All D6-related issues are marked as outdated in a bunch.
Everyone can apply the patch above (not tested by the maintainers, tested by the community) to their D6 projects.
If the issue remains relevant for D10+ versions, merge requests with proposed solutions for a new module version (D10+) are welcome in a new follow-up issue.
Thanks!