Search and Top Navigation
#9510 open bug ()
Opened August 22, 2013 08:35PM UTC
Last modified September 02, 2013 05:12PM UTC
Resizable: handle does not autoHide when disabled
Reported by: | moomoo | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.resizable | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The handle for a resizable object does not hide itself if it is being disabled without leaving the object.
Looking at the example here: http://jsfiddle.net/czsQr/2/
There are two ways to disable resizing
1. Click the disable button located outside the box. This issue has been fixed with Ticket#6948
2. Click on the disable button located inside the box. Hovering over the east, the handle is still displayed when hovering over (even though the resizing action is disabled).
There are ways around it such as destroying the DOM elements pr manually hiding but not preferred.
Attachments (0)
Change History (2)
Changed August 23, 2013 02:34AM UTC by comment:1
status: | new → open |
---|---|
summary: | Resizable handle does not autoHide when disabled → Resizable: handle does not autoHide when disabled |
Changed September 02, 2013 05:12PM UTC by comment:2
Possible fix : https://github.com/jquery/jquery-ui/pull/1070