Opened 9 years ago
Last modified 9 years ago
#9510 open bug
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
- Click the disable button located outside the box. This issue has been fixed with Ticket#6948
- 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.
Change History (2)
comment:1 Changed 9 years ago by
Status: | new → open |
---|---|
Summary: | Resizable handle does not autoHide when disabled → Resizable: handle does not autoHide when disabled |
comment:2 Changed 9 years ago by
Note: See
TracTickets for help on using
tickets.
Possible fix : https://github.com/jquery/jquery-ui/pull/1070