Skip to main content

Search and Top Navigation

#4094 closed feature (notabug)

Opened February 08, 2009 05:37AM UTC

Closed October 26, 2010 05:41PM UTC

resizable: ghost option should be removed, helper and opacity in its place

Reported by: rdworth Owned by:
Priority: blocker Milestone: 1.9.0
Component: ui.resizable Version: 1.6rc6
Keywords: Cc:
Blocked by: Blocking:
Description

The resizable ghost option is really two options in one. When set to true, it basically means

  • helper: 'clone'
  • opacity: 0.25.

For consistency with other plugins (like draggable), so that these options can be set independently, and the opacity configurable, the ghost option should be removed, and the helper option should be changed to accept a selector, jQuery object, DOMElement, or string ('original', 'clone') just as draggable's helper option.

Attachments (0)
Change History (5)

Changed February 08, 2009 05:39AM UTC by rdworth comment:1

See related ticket #4091

Changed February 09, 2009 01:43AM UTC by scottgonzalez comment:2

owner: eduardoscott.gonzalez
status: newaccepted

Changed February 09, 2009 01:59AM UTC by scottgonzalez comment:3

milestone: 1.61.next
owner: scott.gonzalez
status: acceptedassigned

Bumping to 1.next because this touches too much functionality to be done for this release.

Changed October 19, 2010 03:19PM UTC by scottgonzalez comment:4

milestone: 1.next1.9
type: bugfeature

Changed October 26, 2010 05:41PM UTC by scottgonzalez comment:5

resolution: → invalid
status: assignedclosed

Closing since this will be rolled into the refactor.