#4733 closed bug (notabug)
Resizable ignores the width of textarea
Reported by: | sc0rchin | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.resizable | Version: | 1.7.2 |
Keywords: | textarea | Cc: | |
Blocked by: | Blocking: |
Description (last modified by )
When a textarea is initialized with the resizable widget the textarea is shrunk to a narrow box ignoring the width set on the html element.
Example Code;
<textarea name="test" id="test" width="100%" height="120"></textarea> {{{ <script> $('test').resizable({ minHeight: 120, handles: 's' }); </script> }}}
Change History (3)
comment:1 Changed 14 years ago by
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Correction; This is not a resizable error width is not an attribute that textarea can use.