Opened 13 years ago
Closed 10 years ago
#5977 closed bug (invalid)
jQuery UI Sorting Freezes WYSIWYG Editors
Reported by: | PF1 | Owned by: | PF1 |
---|---|---|---|
Priority: | major | Milestone: | 2.0.0 |
Component: | ui.sortable | Version: | 1.8.4 |
Keywords: | WYSIWYG | Cc: | |
Blocked by: | Blocking: |
Description
When using the jQuery UI "Sortable" feature with WYSIWYG text editors, the moved text editor freezes and doesn't allow any editing. I have attached a page that demonstrates the problem with a CKEditor, but the bug can be demonstrated in all of the WYSIWYG editors I tested.
Attachments (1)
Change History (10)
Changed 13 years ago by
Attachment: | testing.html added |
---|
comment:1 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Are you referring to something like the following, or a complete reordering Javascript script?
var element = document.getElementById("editor1"); var oldParent = document.getElementById("editor_container1"); var newParent = document.getElementById("editor_container2"); newParent.appendChild(element); var element = document.getElementById("editor2"); var oldParent = document.getElementById("editor_container2"); var newParent = document.getElementById("editor_container1"); newParent.appendChild(element);
comment:3 Changed 13 years ago by
Yup, that's exactly what I was asking for. Do the editors continue to work if you run that code?
comment:5 Changed 13 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
comment:6 Changed 10 years ago by
Milestone: | TBD → 2.0.0 |
---|
comment:7 Changed 10 years ago by
Status: | reopened → open |
---|
comment:8 Changed 10 years ago by
Owner: | set to PF1 |
---|---|
Status: | open → pending |
We're going to need a live reduced test case in order to look into this issue.
comment:9 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Please verify that the WYSIWYG editors continue to work if you move them around in the DOM without jQuery. If that works, then you can re-open this ticket.