Skip to main content

Search and Top Navigation

#5973 closed bug (fixed)

Opened August 19, 2010 11:27AM UTC

Closed March 14, 2013 11:09PM UTC

Last modified March 30, 2013 02:15PM UTC

Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled

Reported by: julienw Owned by:
Priority: minor Milestone: 1.11.0
Component: ui.resizable Version: 1.8.4
Keywords: Cc:
Blocked by: Blocking:
Description

When using the "disable" operation (with resizable), we get the ui-state-disabled class which is not desirable as the widget is not disabled as a whole.

Attachments (0)
Change History (11)

Changed August 19, 2010 02:19PM UTC by rdworth comment:1

summary: disable operation shouldn't put ui-state-disabled class neither aria attribute aria-disabledResizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled

Note the similarity to #5501 - sortable: disabled should not have the ui-state-disabled class

Changed March 19, 2011 08:18PM UTC by rdworth comment:2

This causes an issue with a nested resizable inside a disabled resizable. See http://jsfiddle.net/rdworth/vaD8v/ for a repro including a workaround. From http://forum.jquery.com/topic/trouble-with-nested-resizables

Changed August 01, 2011 01:21PM UTC by rdworth comment:3

#7588 is a duplicate of this ticket.

Changed October 11, 2012 09:07PM UTC by scottgonzalez comment:4

milestone: TBD2.0.0

Changed October 27, 2012 08:08PM UTC by tj.vantoll comment:5

status: newopen

Changed October 29, 2012 03:34AM UTC by mikesherov comment:6

related to #5974 and #6039

Changed March 12, 2013 02:10AM UTC by Mike Sherov comment:7

resolution: → fixed
status: openclosed

Widget: Stop setting ui-state-disabled and aria by default on setting disabled option.

Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled

Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled

Fixes #6039 - Droppable : disabled should not have ui-state-disabled

Changeset: 4d67f4f34908a50ef88f95df4103ee001b777e45

Changed March 12, 2013 02:11AM UTC by mikesherov comment:8

milestone: 2.0.01.10.2

Changed March 14, 2013 07:12PM UTC by scottgonzalez comment:9

milestone: 1.10.21.11.0
resolution: fixed
status: closedreopened

Reverted to keep this out of a patch release.

Changed March 14, 2013 11:09PM UTC by Scott González comment:10

resolution: → fixed
status: reopenedclosed

Widget: Stop setting ui-state-disabled and aria by default on setting disabled option.

Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled

Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled

Fixes #6039 - Droppable: disabled should not have ui-state-disabled

This reverts commit 23771d38ba9d2663f6db0243c8e992dc7ff6844a.

Changeset: 44d07173db32b498e5f83f60db290ff1463daee3

Changed March 30, 2013 02:15PM UTC by mikesherov comment:11

#9194 is a duplicate of this ticket.