Opened 11 years ago
Closed 11 years ago
#10680 closed Bug (duplicate)
Unrelated select box does not work if the editor is opened in a modal jquery ui dialog with jquery ui 1.10.3
Reported by: | Daniele | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
I have a dialog that contains a ckeditor and a select box. The select box does not work in firefox if the dialog is opened with modal:true
See this fiddle
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Version: | 4.2 |
This is a DUP of #10086. This issue is caused by jQuery UI and AFAIK you need to register CKE's dialogs as a focusable elements. See http://bugs.jqueryui.com/ticket/9087
Corrected version for the fiddle
http://jsfiddle.net/danypd69/cVgDt/3/