Posted by tic2000 on July 4, 2009 at 3:46pm
Jump to:
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | toolbar.module |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
| Issue tags: | Quick fix |
Issue Summary
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: Check issue status. | None | None |
| behaving-toolbar-without-js.patch | 584 bytes | Idle | Passed: 11562 passes, 0 fails, 0 exceptions | View details |
Comments
#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.