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
Comment #1
drupalfan81 commentedUpdate. 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.
Comment #2
gábor hojtsyMoving to the language switcher dropdown module.
Comment #3
sergiu.popa commentedSame 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
Comment #4
drupalfan81 commentedThanks 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?
Comment #5
SebCorbin commentedThis should be fixed now that #1181356: Class "hidden" for l10n-client DIV is bad naming is
Comment #6
rfayI confirm that this is resolved in 6.x-2.x-dev.