I am working on a viewer widget using the ColorInfoSlider dijit and cannot seem to figure out why the slider does not render properly in my viewer architecture.
I have 2 sets of code - one that is just a simple html based on this sample - https://developers.arcgis.com/javascript/3/jssamples/smartmapping_bycolor.html and one that uses the same JavaScript logic, but leverages the CMV architecture with a div using the data-dojo-attach-point property. The dijit works (dropdown, slider, checkbox, etc), but it does not look like the simple html sample using the same service and fields.
Dijit rendered correctly (simple sample code) Dijit rendered incorrectly (CMV viewer architecture)