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 comment:1
Changed August 28, 2009 08:34PM UTC by 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 comment:3
resolution: | → invalid |
---|---|
status: | new → closed |
Changed October 11, 2012 09:15PM UTC by comment:4
milestone: | TBD |
---|
Milestone TBD deleted
I haven't found solution yet :(