Search and Top Navigation
#8850 open bug ()
Opened November 24, 2012 10:46AM UTC
Last modified March 10, 2015 03:11AM UTC
Tooltip: Does not hide on iOS
Reported by: | iccube | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.tooltip | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Using the tooltip demo page on an iPad :
- click on a widget tooltip, the tooltip is shown.
- the only way to hide is to click in another tooltip.
I'd expect that touching anywhere on the page would hide the tooltip in a touch screen.
Congratulation for the great job on 1.9 and really looking forward for 2.0 and proper touch screen support.
Thanks a lot
P.S. : on additional comment on the doc, would be nice if the link to the API would be in the top of the page an not the bottom, so we don't have to scroll down.
Attachments (0)
Change History (7)
Changed November 24, 2012 09:10PM UTC by comment:1
status: | new → open |
---|---|
summary: | Tooltip : not hiding in an iPad / Touch → Tooltip: Does not hide on iOS |
Changed November 25, 2012 08:38PM UTC by comment:2
This is happening because Android is firing a
mouseleaveevent when anywhere else is clicked and iOS 6 is not.
Changed January 07, 2013 09:33PM UTC by comment:3
The example also shows that interactive elements with tooltips don't work the same way as without. If you tap the input in the example for the first time, the tooltip shows, but the keyboard slides up only after the second tap. I'm not sure if this is the same bug, or if this belongs to the interactions, but the tooltip seems to mess up some events in iOS 6.
Changed January 25, 2013 09:23PM UTC by comment:4
milestone: | 1.10.0 → none |
---|
Changed May 17, 2013 01:53AM UTC by comment:6
#9308 is related (same problem for datepicker) and likely has the same root cause.
Confirmed on iOS6 on an iPad with the simplest of examples - http://jsfiddle.net/tj_vantoll/wCDFy/. The issue does not occur on Android 4.1 so it's not touch devices in general.