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

InsertImage & Create Link not working in JQuery Dialog + KnockoutJs

1 Answer 158 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Budi
Top achievements
Rank 1
Budi asked on 21 Sep 2012, 01:41 PM
Hi,

I tried to load kendoEditor inside JQuery dialog, I created my own knockoutjs custom binding for this.
All works fine except on Insert Image & Create Link dialog, all fields are disabled there.
Please checkout this fiddle: http://jsfiddle.net/budiadiono/K8Kdr/2/, and try to insert image and link there.

Thanks in advance!
-- Budi
Luke
Top achievements
Rank 2
Iron
Iron
Iron
commented on 21 Mar 2023, 05:02 PM

I am having the same issue, except I am using the editor in a Bootstrap modal. Is there a way to fix this without refactoring the modal into a Kendo Window?
Neli
Telerik team
commented on 24 Mar 2023, 11:49 AM

Hi Luke, 

As mentioned in the Known Limitations article linked hereBootstrap modal dialogs will prevent access to Kendo UI popups, which are opened by widgets placed inside the modal dialog.

With the above said I would suggest you use the Kendo Window instead as demonstrated in the Dojo linked here.

Regards,

Neli

1 Answer, 1 is accepted

Sort by
0
Budi
Top achievements
Rank 1
answered on 21 Sep 2012, 02:26 PM
The problem when I click fields inside the dialog, focus is immediately changed to the container window and it z-index of window always increased the field never been touched. I Just try again by replacing jQuery UI Dialog with kendoWindow and it works.

This kendoEditor is great, but why can't play nice with jQuery UI Dialog :(
Tags
Editor
Asked by
Budi
Top achievements
Rank 1
Answers by
Budi
Top achievements
Rank 1
Share this question
or