Hans Sperker
Hans Sperker

Reputation: 1347

Dojo 1.4 - IE 8 dojox.charting label not shown -> dojox.gfx

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

Upvotes: 1

Views: 1892

Answers (1)

Eugene Lazutkin
Eugene Lazutkin

Reputation: 43956

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.

Upvotes: 1

Related Questions