Opened 14 years ago
Closed 12 years ago
#4094 closed feature (notabug)
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.
Change History (5)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Owner: | changed from eduardo to scott.gonzalez |
---|---|
Status: | new → accepted |
comment:3 Changed 14 years ago by
Milestone: | 1.6 → 1.next |
---|---|
Owner: | scott.gonzalez deleted |
Status: | accepted → assigned |
Bumping to 1.next because this touches too much functionality to be done for this release.
comment:4 Changed 12 years ago by
Milestone: | 1.next → 1.9 |
---|---|
Type: | bug → feature |
comment:5 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Closing since this will be rolled into the refactor.
Note: See
TracTickets for help on using
tickets.
See related ticket #4091