[wp-trac] [WordPress Trac] #23731: Use jQuery Menu Aim to improve responsiveness of our admin menus
WordPress Trac
noreply at wordpress.org
Thu Mar 14 19:44:18 UTC 2013
#23731: Use jQuery Menu Aim to improve responsiveness of our admin menus
----------------------------+------------------------------
Reporter: markjaquith | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version:
Severity: normal | Resolution:
Keywords: |
----------------------------+------------------------------
Comment (by azaozz):
The "triangle" idea is pretty good: delay hiding the submenu if the mouse
is travelling in that direction. This only applies to somewhat wide
vertical menus (does not work/is not needed for the folded admin menu and
the toolbar).
The implementation (menu-aim.js) needs a bit more. For example doing
`$(document).mousemove(mousemoveDocument);` is pointless and slow. Not
tracking mouse move speed also makes this feel not as good as the current
menu.
Don't think this is a replacement for hoverIntent, rather see it as an
enhancement built into hoverIntent.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23731#comment:18>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list