Skip to main content

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)
  • testing.html (1.3 KB) - added by PF1 August 20, 2010 03:48AM UTC.
Change History (9)

Changed August 20, 2010 11:51AM UTC by scottgonzalez comment:1

resolution: → invalid
status: newclosed

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.

Changed August 20, 2010 05:46PM UTC by PF1 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 scottgonzalez 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 PF1 comment:4

Yes, the editors continue to run if that code is run.

Changed August 20, 2010 06:11PM UTC by PF1 comment:5

resolution: invalid
status: closedreopened

Changed October 11, 2012 09:07PM UTC by scottgonzalez comment:6

milestone: TBD2.0.0

Changed October 27, 2012 08:19PM UTC by mikesherov comment:7

status: reopenedopen

Changed March 04, 2013 06:38PM UTC by tj.vantoll comment:8

owner: → PF1
status: openpending

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 trac-o-bot comment:9

resolution: → invalid
status: pendingclosed

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!