This is a migrated thread and some comments may be shown as answers.

iPad: Button / element clicks ignored after series hover event

6 Answers 122 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 2
Andrew asked on 26 Nov 2012, 04:07 PM
When DataViz charts are displayed on an iOS device, tooltips are shown on first touch of a series. The series click event is then fired on second touch.

From what I can work out, it appears that this is achieved by handling the touchEnd event and invoking event.preventDefault() to stop the click event happening, which then allows the tooltip to be shown to the user. Unfortunately, there seems to be a bug in the implementation, as once a tooltip has been displayed, any clicks to any elements on the page (even outside the chartarea) are prevented.

Has anybody found any simple workaround for this issue? I tried handling touchStart and then firing a click event against the target element (i.e. so the browser thinks it's a click event rather than a touch event, thereby bypassing touchEnd), but this causes bugs elsewhere (e.g. 'pseudo' double clicks on dropdowns causing them to open then immediately close). Beyond that, I'm running out of ideas...!

6 Answers, 1 is accepted

Sort by
0
Andrew
Top achievements
Rank 2
answered on 06 Dec 2012, 02:27 PM
Does anybody from Telerik have any thoughts on this matter?
0
T. Tsonev
Telerik team
answered on 07 Dec 2012, 10:10 AM
Hi,

This is a known issue with the official release. Please, update to the latest internal build or the first service pack, when it becomes available.

A side effect from the fix is that tooltips are no longer displayed. We'll investigate.

Apologies for the caused inconvenience.

Regards,
Tsvetomir Tsonev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
George
Top achievements
Rank 2
answered on 12 Dec 2012, 10:44 PM
I just updated to the newest version of the Kendo UI (12/12/2012) and I'm still experiencing the same issue from iPads and iPhones.  When will this issue be resolved?
0
T. Tsonev
Telerik team
answered on 17 Dec 2012, 09:50 AM
Hello,

I'm no longer able to reproduce the original problem with the internal build. I'm testing with iPad and iPhone with iOS 6.0.1

Can you please double check that you're using the updated version?

All the best,
Tsvetomir Tsonev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
George
Top achievements
Rank 1
answered on 02 Jan 2013, 10:45 PM
How do I download the latest internal build?
0
Iliana Dyankova
Telerik team
answered on 03 Jan 2013, 09:21 AM
Hi George,

The internal builds are available only for paid customers. The next official release of the product (which non-paid users can download) will include the fix.

Kind regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Charts
Asked by
Andrew
Top achievements
Rank 2
Answers by
Andrew
Top achievements
Rank 2
T. Tsonev
Telerik team
George
Top achievements
Rank 2
George
Top achievements
Rank 1
Iliana Dyankova
Telerik team
Share this question
or