Opened 9 years ago
Closed 9 years ago
#10603 closed bug (notabug)
resizing on a textarea doesn't hide the handle when the textarea is hidden
Reported by: | tward | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.resizable | Version: | 1.11.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
resizing on a textarea doesn't hide the handle when the textarea is hidden
setting autosize = true does the same thing, hid the textarea, but the wrapper is not getting hidden.
Note: See
TracTickets for help on using
tickets.
This is true for several widgets as we need to generate wrapper elements. You can use the
widget
method to get a reference to the element to hide: http://jsfiddle.net/juvnq1w6/.