#4805 closed bug (notabug)
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: | [email protected]… | |
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 (5)
Changed 13 years ago by
Attachment: | devel.quebec-team.loc.tar.7z added |
---|
comment:2 Changed 13 years ago by
I have contourned the bug by using document.getElementById(ID).innerHTML = date(format,timestamp); instead of document.write(date(format,timestamp));
comment:3 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
the page test of the problem