Opened 9 years ago

Last modified 9 years ago

#10601 open bug

Resizable: disabled is not handled properly on init

Reported by: UziTech Owned by:
Priority: minor Milestone: none
Component: ui.resizable Version: 1.11.1
Keywords: Cc:
Blocked by: Blocking:

Description (last modified by Scott González)

When setting an element as resizable and disabling it with the property disabled to true it should do the same thing as calling .resizable("disable") but it doesn't.

While setting disabled to true does not allow the element to be resized it does leave the handle and does not add the class ui-resizable-disabled or ui-state-disabled

http://jsfiddle.net/UziTech/6dk9wsy0/

Change History (1)

comment:1 Changed 9 years ago by Scott González

Description: modified (diff)
Status: newopen
Summary: resizable disabled vs disableResizable: disabled is not handled properly on init
Note: See TracTickets for help on using tickets.