Search and Top Navigation
#10601 open bug ()
Opened September 11, 2014 05:08AM UTC
Last modified September 13, 2014 02:31PM UTC
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
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
Attachments (0)
Change History (1)
Changed September 13, 2014 02:31PM UTC by comment:1
description: | When setting an element as resizable and disabling it with the property disabled to true it should do the same thing as calling .resizable("disabled") 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/] \ → 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/] \ |
---|---|
status: | new → open |
summary: | resizable disabled vs disable → Resizable: disabled is not handled properly on init |