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.

Change History (1)

comment:1 Changed 9 years ago by tj.vantoll

Resolution: notabug
Status: newclosed

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/.

Note: See TracTickets for help on using tickets.