#4443 closed defect (invalid)
dijit.form.Textarea is not parsed if placed into innerHTML of another element
Reported by: | guest | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If I run the attachment, the div should contain a working parsed dijit.form.Textarea, or at least it works this way for dijit._editor.RichText? so I assume it isn't a completely outdated method.
Attachments (2)
Change History (5)
Changed 13 years ago by
Attachment: | test_Textarea.html added |
---|
comment:1 Changed 13 years ago by
Note: A workaround which is possibly no different is to use span's instead of textarea's and then the parsing happens. If it isn't too much hassle it would be nice to have the textarea versions parsed though.
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Parsing happens on load, and then you are adding a new element after the parsing finishes. This isn't supposed to work. You can call the parser manually on the new element.
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
example of where parsing does not work