[wp-trac] [WordPress Trac] #33199: Admin Menu Items Break
WordPress Trac
noreply at wordpress.org
Wed Sep 2 19:16:43 UTC 2015
#33199: Admin Menu Items Break
----------------------------+---------------------------------
Reporter: atomicjack | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version:
Severity: normal | Resolution:
Keywords: | Focuses: ui, administration
----------------------------+---------------------------------
Comment (by Otto42):
Doing a `jQuery('#adminmenuwrap').hide().show(0);` on the window.load
seems to cause Chrome to rerender the menu correctly.
In other words, this attached to admin_head seems to do the job:
`<script
type='text/javascript'>jQuery(window).load(function(){jQuery('#adminmenuwrap').hide().show(0);});</script>`
--
Ticket URL: <https://core.trac.wordpress.org/ticket/33199#comment:31>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list