#7892 closed defect (fixed)
dojox.dtl.HtmlTemplate cannot set values of attributes with alphanumeric names
Reported by: | Shane O'Sullivan | Owned by: | Neil Roberts |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dojox | Version: | 1.2.0 |
Keywords: | Cc: | Neil Roberts | |
Blocked By: | Blocking: |
Description
If a template contains an attribute with a numeric name, e.g. href2, the HtmlTemplate? ignores it. Remove the "2" from the attribute name and it will work fine.
I have attached files to demonstrate this.
Attachments (1)
Change History (4)
Changed 12 years ago by
Attachment: | NumericTemplateTest.zip added |
---|
comment:1 Changed 12 years ago by
Owner: | changed from Adam Peller to Neil Roberts |
---|
comment:3 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|
Note: See
TracTickets for help on using
tickets.
HTML and template files to demonstrate this issue