#10655 closed defect (invalid)
Textarea not accepting height as parameter
Reported by: | joshilay | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit - Form | Version: | 1.4.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In dojo 1.2 we were able to set "height" of the textarea by setting the height value via css but in dojo 1.4 , this is not able to set.
Attachments (1)
Change History (6)
comment:1 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Milestone: | 1.4.1 → tbd |
---|
comment:3 Changed 11 years ago by
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
Hi, I tried to change with SimpleTextArea? but it seems SimpleTextArea? is not supporting width in css styles. I am using FF 3.5.7
comment:4 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
I tried setting width on a SimpleTextArea, it works fine for me. I'll attach the trivial test case.
Anyway if there's something broken with SimpleTextArea you should open a new ticket as it has nothing to do with the height of !Textarea.
Changed 11 years ago by
Attachment: | widthSimpleTextarea.html added |
---|
put in dijit/tests/form to run. it works.
comment:5 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
If you want to set a height, use SimpleTextArea. Textarea is auto-expanding so it fits to the height of the content.