views:

285

answers:

0

Hi everybody,

I know this problem has already been discussed in Dojo 1.4 - IE 8 dojox.charting label not shown -> dojox.gfx

but the solution does not work for me :-(

Neither this

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

nor this

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

as proposed in the ticket #10491 (http://bugs.dojotoolkit.org/ticket/10491) makes my labels show up.

With Dojo 1.3.2 and IE 8 everything works fine. But I have to use Dojo 1.4 because I need the custom tooltip in my chart. I´ve seen the the entry in the ticket that says it maybe won´t work in IE8 anyway. But why does it work with dojo 1.3.2 and IE8? There must be some difference in the charting labels in those two dojo versions.

When looking at my html-page, I saw that dojo sets something like

<html class="dj_ie dj_ie8 dj_iequirks dj_borderbox" style="font-size: 100%;"> <HEAD="">

Can this be the problem? I tried to set manually to dj_ie7 when opening my HTML-Page, but then I get

<html class="dj_ie dj_ie7 dj_iequirks dj_borderbox dj_ie dj_ie8 dj_iequirks dj_borderbox" style="font-size: 100%;" <HEAD="">

and it still doesn´t work.

Or can it have to do something with my custom dojo build? Maybe something must be included, that I don´t have?

Thanks in advance!