#7383 closed defect (fixed)
Textarea: Enter does not add newline in some cases.
Reported by: | dante | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit - Form | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Not sure how or why this is happening, but I've reduced it to a small testcase showing the issue. A !dijit.form.Textarea in a list does not allow you to hit enter to create a newline. I've tried variations of styling the dd, the widget, etc, to no avail.
Attachments (1)
Change History (6)
Changed 12 years ago by
Attachment: | textarea.html added |
---|
comment:1 Changed 12 years ago by
Milestone: | tbd → 1.2 |
---|---|
Owner: | set to alex |
comment:2 Changed 12 years ago by
Milestone: | 1.2 → future |
---|---|
Owner: | changed from alex to Douglas Hays |
comment:3 Changed 12 years ago by
Milestone: | future → 1.3 |
---|
Presumably this will be fixed by the refactor.
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
Alex should be focused on Editor for 1.2.
Not sure if this is a simple fix or not. Seems like a browser bug. Eventually we'll probably change TextArea to use a <textarea> node, at which point this issue will go away. Deferring until then.