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 comment:1
Changed February 09, 2009 01:43AM UTC by comment:2
owner: | eduardo → scott.gonzalez |
---|---|
status: | new → accepted |
Changed February 09, 2009 01:59AM UTC by comment:3
milestone: | 1.6 → 1.next |
---|---|
owner: | scott.gonzalez |
status: | accepted → assigned |
Bumping to 1.next because this touches too much functionality to be done for this release.
Changed October 19, 2010 03:19PM UTC by comment:4
milestone: | 1.next → 1.9 |
---|---|
type: | bug → feature |
Changed October 26, 2010 05:41PM UTC by comment:5
resolution: | → invalid |
---|---|
status: | assigned → closed |
Closing since this will be rolled into the refactor.
See related ticket #4091