Ckeditor LINK not working in jQuery dialog

I am using CKEditor Version 3.3.1, I also tried the latest version 4.3 , but ran into the same problem.

Now the problem is that whenever I try to load CKEDITOR into Textarea, which is inside the jQuery dialog, CKEditor loads correctly, but when I try to create a hyperlink, it opens the Link Mapping window, but the Link Parameters ( Input field , drop-down menu, etc. ) do not work.

enter image description hereSee the attached screenshot for reference . Please help me how to solve this problem.

+4
3
+4

, Textarea .

"tabindex =" - 1 "".

+1

I had the same problem. Fixed the use of the following thread. This saved me a lot of time:

Problem with Twitter bootstrap with ckeditor dialog in modal

0
source

Source: https://habr.com/ru/post/1538686/


All Articles