Opened 11 years ago
Closed 11 years ago
#11308 closed defect (fixed)
[regression] ColorPalette: templateString not well formed
Reported by: | cjh | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Dijit | Version: | 1.5.0b2 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description (last modified by )
templateString not well formed:
templateString: dojo.cache("dijit", "templates/ColorPalette.html", "<div class=\"dijitInline dijitColorPalette\">\n\t<img class=\"dijitColorPaletteUnder\" dojoAttachPoint=\"imageNode\" waiRole=\"presentation\" alt=\"\"/>\n\t<table class=\"dijitPaletteTable\" cellSpacing=0 cellPadding=0>\n\t\t<tbody dojoAttachPoint=\"gridNode\"></tbody>\n\t</table>\n</div>\n")
should be: cellSpacing=\"0\" cellPadding=\"0\">
Change History (6)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Milestone: | 1.5 → 1.6 |
---|
comment:3 follow-up: 4 Changed 11 years ago by
HTML doesn't require quotation marks around simple values, although of course XML does. Is there a test case that's actually failing for you?
comment:4 Changed 11 years ago by
It fails as soon as you use it in a XHTML page. Seems to be the only place in Dojo where the quotation marks are missing !
comment:5 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Milestone: | 1.6 → 1.5 |
Owner: | set to bill |
Status: | new → assigned |
Summary: | templateString not wellformed in ColorPalette → [regression] ColorPalette: templateString not well formed |
Fair enough, I will update it. Looks like those two attributes were added for 1.5 to support claro.
comment:6 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Problem is in dijit/templates/ColorPalette.html and in dijit/templates/Menu.html