Search and Top Navigation
#5977 closed bug (invalid)
Opened August 20, 2010 03:47AM UTC
Closed March 19, 2013 08:52AM UTC
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 (9)
Changed August 20, 2010 11:51AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Changed August 20, 2010 05:46PM UTC by comment:2
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);
Changed August 20, 2010 05:49PM UTC by comment:3
Yup, that's exactly what I was asking for. Do the editors continue to work if you run that code?
Changed August 20, 2010 06:00PM UTC by comment:4
Yes, the editors continue to run if that code is run.
Changed August 20, 2010 06:11PM UTC by comment:5
resolution: | invalid |
---|---|
status: | closed → reopened |
Changed October 11, 2012 09:07PM UTC by comment:6
milestone: | TBD → 2.0.0 |
---|
Changed October 27, 2012 08:19PM UTC by comment:7
status: | reopened → open |
---|
Changed March 04, 2013 06:38PM UTC by comment:8
owner: | → PF1 |
---|---|
status: | open → pending |
We're going to need a live reduced test case in order to look into this issue.
Changed March 19, 2013 08:52AM UTC by comment:9
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.