[wp-trac] [WordPress Trac] #15592: Admin Bar Problem
WordPress Trac
wp-trac at lists.automattic.com
Tue Nov 30 03:18:32 UTC 2010
#15592: Admin Bar Problem
----------------------------+-----------------------------------------------
Reporter: louyx | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.1
Component: Administration | Version: 3.1
Severity: normal | Keywords: reporter-feedback
----------------------------+-----------------------------------------------
Comment(by pszeinert):
Replying to [comment:3 ramoonus]:
> what browser are you using?
I noticed some overlap in my custom theme too. I checked to see if the
issue appeared on the default configuration of TwentyTen and verified the
overlap in Chrome, FF and IE.
*** WordPress 3.1 Beta; Chrome; TwentyTen no modifications ***
[[Image(http://i55.tinypic.com/2cztueu.jpg)]]
The overlap should be expected since the admin bar is the last to load and
#wpadminbar uses { position: fixed; width:100%; top: 0; } to position it.
Nothing in the code compensates for the bar.
This is not so much an unintended consequence as an issue that has not yet
been accounted for.
Possible solutions:
--Use JavaScript to collapse the bar to the right, left, or up.
--Call the wpadminbar sooner.
--Place the bar as fixed to the bottom, though this would likely suffer
from the same issues as before.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15592#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list