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

Hyperlink Tool in Chrome and in jquery dialog

2 Answers 37 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Jason
Top achievements
Rank 1
Jason asked on 21 Nov 2014, 08:18 PM
I have an editor that comes up in a jquery dialog and when I click the hyperlink button the window that comes up I am not able to type in any of the fields, when its not in a dialog it works fine. This is only in the latest Chrome.

2 Answers, 1 is accepted

Sort by
0
Jason
Top achievements
Rank 1
answered on 24 Nov 2014, 02:50 PM
Here is a screenshot
0
Alex Gyoshev
Telerik team
answered on 25 Nov 2014, 01:11 PM
Hello Jason,

The problem is caused by the jQuery UI window functionality that disables focusing of inputs outside of the modal window. Because the Kendo UI window is rendered outside, its events are prevented. You can either suppress this functionality (via _allowInteraction), or use the Kendo UI window and reduce the dependencies of your project.

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