Opened 12 years ago
Closed 12 years ago
#10283 closed Bug (duplicate)
CKEditor dropdowns fail after call to JQuery UI
Reported by: | steve | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.1 |
Keywords: | Cc: |
Description
I have found a bug where if I resize a container DIV that wraps around the CKEditor all dropdown lists (block styles & paragraph format) in the toolbar will stop working as per usual and fail to open on Firefox for OSX. I'm also using JQuey UI - Resizable to perform the resize.
What I have noticed is that the when I inspect the div that is supposed to open in firebug and set it to display:block I find that it is aligned to where it should be properly. I also noticed that the click function that is bound to the drop down is firing to this div but retracting to display:none straight away which is causing it not to appear.
Change History (1)
comment:1 Changed 12 years ago by
Keywords: | Ckeditor 4.1 Jquery UI - Resizable removed |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
DUP of #10269.
This is jQuery UI bug not ours.