[wp-trac] [WordPress Trac] #16009: Proposal for z-index to be defined on the new admin bar (so that it will work in harmony with browser toolbar --> Web Develoepr Toolbar's "Display Element Information" Feature)
WordPress Trac
wp-trac at lists.automattic.com
Tue Dec 28 15:41:24 UTC 2010
#16009: Proposal for z-index to be defined on the new admin bar (so that it will
work in harmony with browser toolbar --> Web Develoepr Toolbar's "Display
Element Information" Feature)
-------------------------+-------------------------------------------------
Reporter: BlueKachina | Owner:
Type: defect | Status: new
(bug) | Milestone: Awaiting Review
Priority: normal | Version: 3.1
Component: General | Keywords: admin toolbar, z-index, web
Severity: normal | developer toolbar
-------------------------+-------------------------------------------------
When the new admin toolbar is showing,
crucial information from the Web Developer Toolbar's
"Display Element Information" balloon becomes hidden.
Specifying a z-index for the admin toolbar seems to resolve this problem.
ie.
I changed line 92 of class-wp-admin-bar.php,
FROM:
{{{
<div id="wpadminbar">
}}}
TO:
{{{
<div id="wpadminbar" style="z-index:1000;">
}}}
It seems that the z-index value is somewhat arbitrary to getting these two
toolbars to work in harmony... as I've tried values ranging from 0 to
1000, and they all worked.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/16009>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list