Textarea/FF 2.0 Linux does not expand if initial value is empty
<textarea dojoType="dijit.form.Textarea" id="proj_notes" name="project_notes" style="width:600px"></textarea>
-- with this syntax, you can start typing in the textarea, but the text area will not grow. If there are any non-whitespace characters inside the textarea, it grows just fine.
Change History (4)
Component: |
General →
Dijit
|
Owner: |
anonymous deleted
|
Milestone: |
→ 1.0
|
Owner: |
set to Douglas Hays
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Component: |
Dijit →
Dijit - Form
|
(In [10381]) Fixes #4293. The hidden div used for sizing must be removed or else the input focus can be wrong.