I am using version 3.6 of the Dynamic Legend Widget with the Flex Viewer version 3.6.5. It was perfect through all testing using 10.11 services. I am now testing it with 10.22 services and have noticed two odd and very intermittent inconsistencies.
First, usually the drawing order is as expected, but occasionally it will load in the opposite order. And this opposite applies to both the order of layers and the order of the symbology classes.
Second, occasionally it will increase the size of the representative symbols. It will load with squares twice the size of normal.
It is so uncommon to see the errors I have not captured a screen shot yet. Sometimes they happen together some times separately. I have only seen it in IE 9.0.8, but have not done much testing with other browsers. A refresh will usually cure it. My confiq file is very simple and below.
<configuration>
<excludeLayers>
<excludeLayer mapservice="Query">0</excludeLayer>
<excludeLayer mapservice="Query">1</excludeLayer>
<excludeLayer mapservice="Query">2</excludeLayer>
</excludeLayers>
<excludeGraphicLayers>true</excludeGraphicLayers>
<excludebasemaplayers>true</excludebasemaplayers>
</configuration>
Any ideas? Should I report it is a bug?