Side navigation
#1444 closed bug (wontfix)
Opened July 31, 2007 09:54AM UTC
Closed March 31, 2008 01:47AM UTC
Interface and Sortable arg var problems
Reported by: | Andrea Giammarchi | Owned by: | stefan |
---|---|---|---|
Priority: | major | Milestone: | 1.1.4 |
Component: | interface | Version: | 1.1.3 |
Keywords: | Interface, Sortable | Cc: | |
Blocked by: | Blocking: |
Description
method: clean
problem: Sortable doesn't work with FireFox 1.5 / 2.0 and probably other browsers (IE6 and Opera are OK)
Platform: Fedora Core 6
Temporary Fix (works in my case):
add this line:
arg = arg.replace(/ /g, " ");
inside clean method before this one:
div.innerHTML = wrap[1] + arg + wrap[2];
same result (a space inside created tag) but no more problems with FireFox 1.5 / 2.0 and other browsers too.