Skip to main content

Bug Tracker

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.

Attachments (0)
Change History (2)

Changed July 31, 2007 03:15PM UTC by john comment:1

component: coreinterface
owner: → stefan

Changed March 31, 2008 01:47AM UTC by scott.gonzal comment:2

resolution: → wontfix
status: newclosed

Interface is no longer supported; consider switching to jQuery UI.