Perhaps Admin menu can adopt the same fix used in #520368: Admin toolbar breaks sticky table headers
Also see #428844: Use JS to adjust layout (a fix for all margin/absolute/background problems)
and #801526: Use misc/displace.js to position admin_menu
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | admin_menu-sticky_headers_issue-1210844-somewhat_fixed.png | 30.88 KB | klonos |
| #5 | admin_menu.tableheader.5.patch | 1.39 KB | sun |
| #1 | admin_menu-sticky_headers-1210844-1.patch | 893 bytes | pillarsdotnet |
Comments
Comment #1
pillarsdotnet commentedThe following patch works but it's obviously not the right way to do it.
Comment #2
modstore commentedWill a fix for this be included in dev, or is applying this patch the only option for now?
Comment #3
pillarsdotnet commentedThe patch in #1 will *not* be included in dev. As I said, it is not the right way to do it.
Comment #4
Anonymous (not verified) commentedI checked how the drupal core toolbar was handling this and make it work using this javascript (as part of my theme scripts)
Comment #5
sunThanks for reporting, reviewing, and testing! Committed to all 3.x branches.
A new development snapshot will be available within the next 12 hours. This improvement will be available in the next official release.
Comment #6
klonos...improved situation perhaps, but not entirely fixed :/
Comment #7
klonos...this happens for me in my permissions pages where my roles also happen to be wrapping in two lines. I just checked the blocks admin page and the sticky header is still completely hidden there (only a few headers and they don't wrap).
PS: ...using latest 7.x-3.0-rc1+32-dev (2012-Mar-02).
Comment #8
sunApparently, you're using the toolbar style, which increases the total height of the menu.
That's a separate issue.
And it might make sense to wait for the outcome of #742184: Shortcut.module integration, but perhaps not. ;)
Comment #9
klonosIs there an actual issue filed for that or perhaps you meant "That's a separate matter" and that I should file an issue myself? Also, I don't see how this relates to #742184: Shortcut.module integration (?)
Comment #10
dimitriseng commentedHi, just to note that I am also having this issue when using the Toolbar style and I think that it would be good to get that to work properly also as a lot of people are probably using the Toolbar style, thank you.
Comment #11
klonosYeah, I searched but didn't find any separate issue filed for this. Please let us know if it will be handled here of if we should file a separate issue.
Comment #13
klonosI've opened a separate issue: #1489542: Admin menu covers sticky headers when the Toolbar style is used.
Comment #13.0
klonosAdded links to older issues.