#9258 closed defect (fixed)
dijit.form.Textarea cannot be subclassed
Reported by: | Ben Lowery | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dijit - Form | Version: | 1.3.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
dijit.form.Textarea assumes this.domNode is a textarea element. It should use this.textbox instead. Not doing so prevents others from subclassing dijit.form.Textarea and providing a custom template that hides the textarea deeper in the DOM.
Attachments (1)
Change History (4)
Changed 12 years ago by
Attachment: | textarea.patch added |
---|
comment:1 Changed 12 years ago by
Milestone: | tbd → 1.4 |
---|---|
Owner: | set to Douglas Hays |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
Seems reasonable but passing to Doug for review/checkin.