Opened 11 years ago
Closed 11 years ago
#13560 closed defect (fixed)
ColorPalette: fails in markup with value attribute
Reported by: | Adam Peller | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Dijit | Version: | 1.6.1 |
Keywords: | Cc: | cindyskach | |
Blocked By: | Blocking: |
Description
A mysterious one... on trunk, Cindy noticed that this works:
<div dojoType="dijit.ColorPalette" data-dojo-props='value:"#0000ff"'></div>
while this fails:
<div dojoType="dijit.ColorPalette" value="#0000ff"></div>
Seems like a parser bug?
Attachments (1)
Change History (4)
Changed 11 years ago by
Attachment: | test_ColorPalette2.html added |
---|
comment:1 Changed 11 years ago by
Milestone: | tbd → 1.7 |
---|---|
Status: | new → assigned |
Looks like it's never worked, not a parser bug but just a problem with ColorPalette's declaration of the value attribute.
comment:2 Changed 11 years ago by
Component: | Parser → Dijit |
---|---|
Summary: | ColorPalette fails in markup with value attribute → ColorPalette: fails in markup with value attribute |
Note: See
TracTickets for help on using
tickets.
standard test file with additional tests at the bottom, from Cindy