Opened 14 years ago

Closed 14 years ago

#4091 closed bug (notabug)

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.

Change History (2)

comment:1 Changed 14 years ago by rdworth

See related ticket #4094

comment:2 Changed 14 years ago by Scott González

Resolution: invalid
Status: newclosed

The purpose of an opacity option would vary greatly from the purpose of the transparent option (which has been removed for #4098).

Note: See TracTickets for help on using tickets.