[wp-trac] [WordPress Trac] #28936: Plugin submenu first item has strange behaviors
WordPress Trac
noreply at wordpress.org
Thu Jul 17 19:13:42 UTC 2014
#28936: Plugin submenu first item has strange behaviors
----------------------------+-----------------------------
Reporter: MikeHansenMe | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: trunk
Severity: normal | Keywords:
Focuses: |
----------------------------+-----------------------------
When testing the current version of trunk I found that any plugins that
add menu items have strange behaviours. The first item has the same hover
effects as top level even though it is in the submenu. To reproduce
install Jetpack on trunk.
The lines that seem to have changed in trunk are:
{{{
- <li class="wp-first-item">
<a class="wp-first-item" href="admin.php?page=jetpack">Jetpack</a>
+ <li class="wp-first-item menu-top toplevel_page_jetpack">
<a class="wp-first-item menu-top toplevel_page_jetpack"
href="admin.php?page=jetpack">Jetpack</a>
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28936>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list