#7712 closed defect (fixed)
SimpleTextarea: cols parameter does not work
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit - Form | Version: | 1.2beta |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The cols parameter is 1 of the primary reasons to use SimpleTextarea? but it does not work out-of-the-box. The css also has width:100% which overrides it. You have to specify style="width:auto;" for it to work.
Change History (3)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
[15587] Fixes #7712. Use width:auto for SimpleTextArea?
comment:3 Changed 9 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [15316]) References #7712. Add width:auto as a workaround to SimpleTextarea? unit test file so that cols attribute works.