Search and Top Navigation
#4091 closed bug (notabug)
Opened February 08, 2009 05:28AM UTC
Closed February 10, 2009 08:46PM UTC
resizable: transparent option should be changed to opacity
Reported by: | rdworth | Owned by: | eduardo |
---|---|---|---|
Priority: | blocker | Milestone: | 1.7 |
Component: | ui.resizable | Version: | 1.6rc6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The transparent option is documented as
- name: transparent
- type: Boolean
- default: false
- description: Whether the element is transparent when resizing
For consistency with other plugins (such as draggable) this should be implemented as
- name: opacity
- type: Float
- default: false
- description: Opacity for the helper while being resized.
See related ticket #4094