Search and Top Navigation
#10603 closed bug (notabug)
Opened September 11, 2014 02:09PM UTC
Closed September 12, 2014 01:22PM UTC
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.
Attachments (0)
Change History (1)
Changed September 12, 2014 01:22PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
This is true for several widgets as we need to generate wrapper elements. You can use the
method to get a reference to the element to hide: http://jsfiddle.net/juvnq1w6/.