Skip to main content

Search and Top Navigation

#4805 closed bug (notabug)

Opened August 26, 2009 06:41PM UTC

Closed November 17, 2009 06:41PM UTC

Last modified October 11, 2012 09:15PM UTC

jQuery.sortable with block containing javascript (document.write)

Reported by: B3nitro Owned by:
Priority: minor Milestone:
Component: ui.sortable Version: 1.7.2
Keywords: Cc: b3nitro@hotmail.com
Blocked by: Blocking:
Description

Hi,

I'm new with jQuery and javascript framework in general, I've a

"little" problem with the the sortable plugin.

I have a web page with blocks who I want to be able to sort them, most of this blocks have javascript function (document.write) inside and these blocks make crash the browser (firefox 3.5 ubuntu, not tested yet on other platforms/navigator). Thats crash only when I use document.write([data|js function]) or js function(){document.write(X)}. See attached files for a good exemple.

Thanks in advance :)

Attachments (1)
Change History (4)

Changed August 28, 2009 03:22AM UTC by B3nitro comment:1

I haven't found solution yet :(

Changed August 28, 2009 08:34PM UTC by B3nitro comment:2

I have contourned the bug by using document.getElementById(ID).innerHTML = date(format,timestamp); instead of document.write(date(format,timestamp));

Changed November 17, 2009 06:41PM UTC by jzaefferer comment:3

resolution: → invalid
status: newclosed

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:4

milestone: TBD

Milestone TBD deleted