Select to view content in your preferred language

Sample Viewer: widgets inconsistent in IE and Firefox

455
1
04-13-2010 09:14 AM
MostafaAsadi
Emerging Contributor
Hi,

The widgets in IE have the "tabs" on the top right corner (div classes called widgetPanel) that you can switch between but in Firefox they don't show up.

Also in IE the code doesn't seem to be able to read certain data from the JASON files. For example in the Search Widget the layer dropdowns are blank. This works fine in Firefox however.

Any ideas on how to fix these inconsistencies?
Thanks in advance!
0 Kudos
1 Reply
MostafaAsadi
Emerging Contributor
Solution: widgetFrame has the following line:

this.titleNode = dojo.query("#.widgetTitle", this.domNode)[0];

Take out "#" and everything works fine.
0 Kudos