Skip to main content

Bug Tracker

Side navigation

#1478 closed bug (wontfix)

Opened August 10, 2007 01:14AM UTC

Closed March 31, 2008 01:21AM UTC

Remeasure in idrop.js is broken for Sortables

Reported by: berpasan Owned by: stefan
Priority: critical Milestone: 1.1.4
Component: interface Version: 1.1.3
Keywords: Cc:
Blocked by: Blocking:
Description

This function remeasures dropabbles in case they were redimensioned after the dropabble was set up.

The function is broken when called in case you have sortables (which are also dropabbles).

By looking at the code I figured there were two lines that use an 'elm' var, that is not defined inside the scope of this function, so it gives an error. Those lines are only run when you have a sortable. The lines are really strange, and don't seem to have any use. I don't know what the author meant with them, maybe they were misplaced there by mistake.

Deleting those two lines does the trick and the function is working (at least in my use case). So I am sending a patch for it.

Attachments (1)
Change History (1)

Changed March 31, 2008 01:21AM UTC by scott.gonzal comment:1

resolution: → wontfix
status: newclosed

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