Opened 12 years ago
Last modified 12 years ago
#9815 closed Bug
Can't edit fields in jQuery UI modal dialog — at Version 1
Reported by: | Irina Butu | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.0.1 |
Component: | UI : Dialogs | Version: | 4.0.1 |
Keywords: | Cc: |
Description (last modified by )
I'm using full version of CKeditor 4.0.
If I display the control in a page then try to add an image and write the image URL everything seems to work fine.
If I'm using jquery ui and display editor in a modal, the image URL field seems to be readonly (I cannot write into it or paste a known url). Just upload is working.
The version of jquery ui used is 1.7.2.
Change History (3)
Changed 12 years ago by
Attachment: | TestApp.zip added |
---|
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Status: | new → confirmed |
Summary: | Incompatible specify Image URl with JQuerry UI → Can't edit fields in jQuery UI modal dialog |
Changed 12 years ago by
Attachment: | ckInJQueryDialog.html added |
---|
Indeed there is a problem with editing text fields in Image dialog window when CKEditor is opened in a modal dialog window.
This issue looks like duplicate of #5779, but I managed to confirm it in 4.0 using the attached project.
There is a big chance that the issue will be forever gone: http://bugs.jqueryui.com/ticket/4727 all we need is to wait for the next stable version of jquery UI.