The symbol parsing logic in GeoRSS, Query, Search, and GeocoderComponent is coercing black (0x000000) to false and therefore falls back to the widget's default symbol color.
Example:
var smsColor = configXML.symbols.simplefillsymbol.outline.@color || 0xFF0000;
The symbol parsing logic in GeoRSS, Query, Search, and GeocoderComponent is coercing black (0x000000) to false and therefore falls back to the widget's default symbol color.
Example:
var smsColor = configXML.symbols.simplefillsymbol.outline.@color || 0xFF0000;