When enabling both the Language switcher dropdown module and the localization client module, the localization module no longer appears at the bottom of the screen and cannot be used.

I have isolated this issue to be between these two modules. Who is the bug with? How can we get these two modules to not have a negative impact on the other?

Comments

drupalfan81’s picture

Update. This definitely appears to be a bug with the javascript of the Language Switcher Dropdown. I found that in the block settings if I disable the javascript output and simply use the HTML select list, the localization client reappears. So this issue has to do with the javascript code I believe.

gábor hojtsy’s picture

Project: Localization client » Language Switcher Dropdown
Version: 6.x-2.1 » 6.x-1.x-dev
Priority: Critical » Normal

Moving to the language switcher dropdown module.

sergiu.popa’s picture

Same thing happened to me today. The localization client was not appearing. The problem is line #62 of dd.css inside /lang_dropdown/msdropdown. Commenting the .hidden class it's a temporary fix.

However, the real problem it's the localization client. hidden it's not a proper class name to have it collapsed. It should be something like minimized. See here the active issue: http://drupal.org/node/1181356

drupalfan81’s picture

Project: Language Switcher Dropdown » Localization client
Version: 6.x-1.x-dev » 6.x-2.1
Priority: Normal » Critical

Thanks Sergiu! Great find!

And since you mention the REAL problem is with teh localization client, which is what I thought, I will move this issue back to their queue.

Gabor, perhaps you can give this a look?

SebCorbin’s picture

Status: Active » Fixed
rfay’s picture

I confirm that this is resolved in 6.x-2.x-dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.