Closed (outdated)
Project:
Admin
Version:
7.x-2.0-beta3
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2010 at 11:58 UTC
Updated:
29 Oct 2025 at 15:56 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
skwashd commentedThe attached patch fixes this issue. There are a couple of related changes rolled into the patch too, they are:
* Moving width/height from a magic number to a constant (Drupal.adminToolbar.SIZE)
* Move resize overlay resize animation into a separate method (setOverlayState) and reduce code duplication
I am binding to the drupalOverlayLoad event rather than the drupalOverlayOpen event, as the open event seems to fire before the admin toolbar behaviors are setup. The down side is some extra logic will be executed on each overlay load.
I may have gone overboard on the documentation for setOverlayState, feel free to trim it.
Comment #2
yhahn commentedThanks, http://drupal.org/cvs?commit=465704
Comment #4
attheshow commentedI'm still seeing this in 7.x-2.0-beta3. Screenshots attached.
Comment #5
skwashd commentedThis is fixed in the current nightly builds. See r-35fe189.
Comment #7
abaddon commentedthis still doesnt work correctly if State on new pages: Collapsed
Comment #8
sickness29 commentedD7 reached its EOL back in January 2025, and there is no active release for D7 for this module anymore.
Development or support is not planned for D7. All D7-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 D7 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!