[wp-trac] [WordPress Trac] #29906: Submenus can't be dismissed on mobile.
WordPress Trac
noreply at wordpress.org
Thu Jul 16 18:53:21 UTC 2015
#29906: Submenus can't be dismissed on mobile.
------------------------------------------------+------------------
Reporter: obenland | Owner:
Type: defect (bug) | Status: new
Priority: high | Milestone: 4.3
Component: Toolbar | Version:
Severity: normal | Resolution:
Keywords: make-flow desktop-bias needs-patch | Focuses:
------------------------------------------------+------------------
Comment (by Ipstenu):
Changeset #33056 has broken #18758 (Click empty admin bar to scroll to
top).
Looks like it's _just_ the second part of
https://core.trac.wordpress.org/changeset/33056#file3
If I remove this it works:
{{{
} else {
adminbar.find( 'li.menupop.hover'
).removeClass( 'hover' );
e.stopPropagation();
return;
}}}
I'm not JS savvy enough to go past that.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/29906#comment:79>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list