Opened 6 months ago
Last modified 6 months ago
#22505 new defect (bug)
Toolbar dropdowns don't hide on front end on tap away
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Toolbar | Version: | 3.4.2 |
| Severity: | normal | Keywords: | |
| Cc: | devin@… |
Description
In the wp-admin pages I can open the Howdy or New menus and tap away to close them.
In the front end admin bar, the menu stays open until navigating to a new page.
Found on 3.5-beta3-22637 using iPad3 iOS 6.0.1.
Change History (9)
comment:1
georgestephanis — 6 months ago
comment:2
miqrogroove — 6 months ago
It does not. I double checked this happens in Twenty Twelve. IMO, the front-end admin bar shouldn't use jQuery at all unless it is included.
comment:3
SergeyBiryukov — 6 months ago
- Component changed from General to Toolbar
- Summary changed from Admin Bar Doesn't Hide on Front End to Toolbar dropdowns don't hide on front end on tap away
I recall it being like this on both the front and in the admin previously (3.4.2 and before), at least on iOS 5.
comment:5
georgestephanis — 6 months ago
I'm conceptually fine with doing it in jQuery with a slightly-less-functional fallback if jQuery isn't loaded. But we need to let people close the menus as a minimum.
We don't currently enqueue jQuery on the front end, nor do I think that we should just because of the toolbar.
comment:6
miqrogroove — 6 months ago
Yeah I'm in favor of the fallback.
comment:7
miqrogroove — 6 months ago
- Version changed from trunk to 3.4.2
Not a "regression" for 3.5.
comment:8
devinreams — 6 months ago
- Cc devin@… added
comment:9
SergeyBiryukov — 6 months ago
Related: #22660

Does your front end have jQuery loaded? I'm not sure if we included a fallback for non-jQuery (which we should probably address)