Language selection in IE 8 problem

Hello

I found two problems with language selection in frontend when using IE 8 (v 8.0.6001.18702, WIN XP):

It occurs in demo shop OXID CE 4.7.2_53018 http://demoshop.oxid-esales.com/community-edition/ . Language flags are not displayed (see attached 1.jpg) IE Compatibility View doesn’t help.

In my OXID CE 4.6.2_46646 language selection flags are shown but I can’t select a language. When hoovering with mouse over DE language the basket uderneath is selected instead of de language selection (see attached 2.jpg)

On other browsers everything works as it should.

Any ideas?

Marko

[QUOTE=tmikla;112439]Hello

I found two problems with language selection in frontend when using IE 8 (v 8.0.6001.18702, WIN XP):

It occurs in demo shop OXID CE 4.7.2_53018 http://demoshop.oxid-esales.com/community-edition/ . Language flags are not displayed (see attached 1.jpg) IE Compatibility View doesn’t help.

In my OXID CE 4.6.2_46646 language selection flags are shown but I can’t select a language. When hoovering with mouse over DE language the basket uderneath is selected instead of de language selection (see attached 2.jpg)

On other browsers everything works as it should.

Any ideas?

Marko[/QUOTE]

There is some configuration missing in CSS for Azure. But anyway - most will have only one or two languages and therefore I switched of the ‘flyoutbox’ and reduced it to the flags on the top-right

change the languages.tpl ( in tpl/wdget/header) to


<div class="topPopList">
  [{foreach from=$oxcmp_lang item=_lng}]
  [{assign var="sLangImg" value="lang/"|cat:$_lng->abbr|cat:".png"}]
     <a class="flag [{$_lng->abbr }]" title="[{$_lng->name}]" href="[{$_lng->link|oxaddparams:$oView->getDynUrlParams()}]" hreflang="[{$_lng->abbr }]"><span style="min-width:20px;"><img src="[{$oViewConf->getImageUrl($sLangImg)}]" alt="[{$_lng->name}]"></span></a>
  [{/foreach}]
</div>

Hi,

[QUOTE=patchwork.de;112473]There is some configuration missing in CSS for Azure.[/QUOTE]

Sounds like bug-worthy, doesn’t it?
Anybody up to enter it to http://bugs.oxid-esales.com?

Cheers

[QUOTE=Marco Steinhaeuser;112476]Hi,

Sounds like bug-worthy, doesn’t it?
Anybody up to enter it to http://bugs.oxid-esales.com?

Cheers[/QUOTE]

Marco: it isn’t a bug it’s a feature :slight_smile:
but anyway - i put it in the bugtracker

[QUOTE=patchwork.de;112487]Marco: it isn’t a bug it’s a feature :slight_smile:
but anyway - i put it in the bugtracker[/QUOTE]

Brilliant. Thanks mate!