[wp-trac] [WordPress Trac] #22660: Admin bar in multisite: mobile tap on "My Sites" dropdown in back-end doesn't work
WordPress Trac
noreply at wordpress.org
Fri Nov 30 21:32:35 UTC 2012
#22660: Admin bar in multisite: mobile tap on "My Sites" dropdown in back-end
doesn't work
--------------------------+------------------------------
Reporter: devinreams | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Toolbar | Version: trunk
Severity: normal | Resolution:
Keywords: needs-patch |
--------------------------+------------------------------
Comment (by devinreams):
Ah yes, looks like it is.
I did some quick JS profiling in case it helps someone much better at this
than I.
'''FRONT END (works as expected, jQuery not loaded)'''
Using Twenty Twelve, without jQuery loaded, I only get three events to go
from tapping "My Sites" to tapping the name of a site because admin-bar.js
comes in: http://d.pr/i/2Mhu
Tap "My Sites":
- mouseover admin-bar.js 298
Then tap "{Blog Name}":
- mouseout admin-bar.js 302
- mouseover admin-bar.js 298
'''BACK END (does not work, jQuery loaded)'''
With jQuery loaded in the back-end we get a mess of additional events:
http://d.pr/i/MltG
Tap "My Sites":
- touchstart jquery.js 2
- touchstart jquery.js 2
- mouseover jquery.js 2
- mousemove jquery.js 2
- click jquery.js 2
... etc.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22660#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list