Opened 16 years ago
Closed 15 years ago
#1444 closed bug (wontfix)
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.
Change History (2)
comment:1 Changed 16 years ago by
Component: | core → interface |
---|---|
Owner: | set to stefan |
comment:2 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Interface is no longer supported; consider switching to jQuery UI.