views:

510

answers:

2

Hey guys,

I have a problem concerning dojox.charting, after updating to the new version of dojo IE 8 doesn't show the labels of my charts anymore. Seems to be a dojox.gfx text problem.

See with IE8: http://download.dojotoolkit.org/release-1.4.0/dojo-release-1.4.0/dojox/gfx/tests/test_text.html

Any idea how to fix that?

Cheers

-jstr

+1  A: 

It looks like some IE8 fix pushed by MS broke it because we didn't modify this code for a long time.

In any case there is a ticket for this problem (reported as a charting ticket): http://bugs.dojotoolkit.org/ticket/10491

One simple fix for now is to force IE7 mode:

<meta http-equiv=“X-UA-Compatible” content=“IE=7” />

More info can be found in Understanding Compatibility Modes in Internet Explorer 8.

Eugene Lazutkin
Jup,that worked, thanks for the hint ;-)
A: 

want to delete this answer, because it should be a new question...

Myriel