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

can't bring window to front on tablet

2 Answers 121 Views
Window
This is a migrated thread and some comments may be shown as answers.
Maksim
Top achievements
Rank 1
Maksim asked on 30 Oct 2013, 09:50 AM
I can't bring window to front by touching neither titlebar, nor content area
http://jsfiddle.net/YreX4/
We are still on 2012.3.1114 (an upgrade requires long scrupulous testing)
Same behaviour on android (4.0) and iOS5
On desktop you can see this in latest Chrome by enabling "emulate touch events" in developer tools.

Is it a bug? Are there any workarounds?

2 Answers, 1 is accepted

Sort by
0
Maksim
Top achievements
Rank 1
answered on 30 Oct 2013, 12:47 PM
ok, here is my partial workaround
http://jsfiddle.net/YreX4/2/
still no luck when iframe:true is set (my case)
0
Dimo
Telerik team
answered on 30 Oct 2013, 02:00 PM
Hello Maksim ,

The problem shown in the first post has been fixed long ago and does not occur in new Kendo UI versions.

With regard to iframes - they do not propagate DOM events to the parent document, that's why the touchend handler is not executed. You should attach a touchend handler to the document inside the iframe from the parent document, but this is possible only if the two documents belong to the same domain.

Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Window
Asked by
Maksim
Top achievements
Rank 1
Answers by
Maksim
Top achievements
Rank 1
Dimo
Telerik team
Share this question
or