Search and Top Navigation
#4733 closed bug (notabug)
Opened July 30, 2009 02:14PM UTC
Closed November 17, 2009 01:49PM UTC
Last modified October 11, 2012 09:15PM UTC
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
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>
Attachments (0)
Change History (3)
Changed July 30, 2009 02:43PM UTC by comment:1
Changed November 17, 2009 01:49PM UTC by comment:2
| description: | \ 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> \ }}} \ \ \ → 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> \ }}} \ \ \ |
|---|---|
| resolution: | → invalid |
| status: | new → closed |
Changed October 11, 2012 09:15PM UTC by comment:3
| milestone: | TBD |
|---|
Milestone TBD deleted
Correction; This is not a resizable error width is not an attribute that textarea can use.