#5550 closed defect (fixed)
Fixed size textarea widget
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
By popular demand, should make a fixed size textarea widget similar to a native <textarea>.
See
and
This would also have a resize(size) method and thus be able to used as a child of a layout container.
Change History (15)
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|
comment:3 Changed 13 years ago by
comment:4 Changed 13 years ago by
Milestone: | 2.0 → 1.1 |
---|---|
Owner: | set to bill |
Status: | new → assigned |
Will copy over to dijit.
comment:5 Changed 13 years ago by
(In [12190]) Copy simple (non-auto-sizing) Textarea widget from dojox into dijit.form.SimpleTextarea?. Not working insider BorderContainer? yet so leaving bug open. Refs #5550.
comment:6 Changed 13 years ago by
(In [12191]) Various bug fixes to SimpleTextArea? to work with Form, plus adding tests to Form.html for Textarea and SimpleTextarea?.
Refs #5550.
comment:7 Changed 13 years ago by
(In [12210]) Remove dojox.FormWidgets? since they've been moved to dijit. Refs #5359, #5550, #5700
comment:8 Changed 13 years ago by
comment:9 Changed 13 years ago by
comment:10 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:11 Changed 13 years ago by
comment:12 Changed 13 years ago by
(In [12422]) Don't display Safari's grab handle for textarea widgets inside a BorderContainer?. Refs #5550.
comment:13 Changed 13 years ago by
comment:14 Changed 13 years ago by
(In [12428]) Move the code to hide SimpleTextArea? resizer when SimpleTextArea? is inside of a BorderContainer? into dijit.css (rather than in the test file).
Fix overflow:scroll on IE.
Also, remove dijitBorderContainerPane position:absolute from dijit.css since it's hardcoded into the style tag. Note that adding class names to your children after they are created doesn't work very well since they tend to get overwritten when the child changes state (ie, when SimpleTextArea? receives focus).
Refs #5550.
comment:15 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
(In [12012]) refs #4408, #5359, #5550 - adds semantic degradable textarea, select, and hidden input types that work with dijit.form.Form