Admin toolbar breaks style on Garland when js is disabled.
tic2000 - July 4, 2009 - 15:46
| Project: | Drupal |
| Version: | 7.x-dev |
| Component: | toolbar.module |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
| Issue tags: | Quick fix |
Jump to:
Description
If javascript is disabled the toolbar overlaps a part of the header in Garland (on FF3, but probably on others too).
Attached is a screen shot and a patch to fix the problem.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| toolbar-without-js.jpg | 45.65 KB | Ignored | None | None |
| behaving-toolbar-without-js.patch | 584 bytes | Idle | Passed: 11562 passes, 0 fails, 0 exceptions | View details | Re-test |

#1
#2
#3
Tested in IE6, IE7, IE8 and Chrome on Windows, and the latest versions of Safari, Firefox and Opera on the Mac, all with JavaScript disabled and enabled.
And the code change makes sense too.
#4
I saw a similar overlap with javascript enabled which went away when the page finished loading a few times, looks like a good change.
#5
@catch
Yes, because that class is added by toolbar.js when the DOM is ready. The more time it takes to load, more time you have to notice the problem.
#6
Committed to CVS HEAD. Thanks.
#7
Automatically closed -- issue fixed for 2 weeks with no activity.