[wp-trac] [WordPress Trac] #16009: Define z-index on the new admin bar (was: 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
Thu Jan 6 12:05:08 UTC 2011
#16009: Define z-index on the new admin bar
-------------------------------------------------+-------------------------
Reporter: BlueKachina | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: Awaiting
Component: General | Review
Severity: normal | Version: 3.1
Keywords: admin toolbar, z-index, web | Resolution:
developer toolbar |
-------------------------------------------------+-------------------------
Description changed by jane:
Old description:
> 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.
New description:
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)
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#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list