Drupal localization client incline translation tool is not visible.

Comments

markhalliwell’s picture

Status: Active » Postponed (maintainer needs more info)

You'll need to give a little more information, I myself am not too familiar with the i18n type of setups.

POVYLAZZZ’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Bootstrap overrides some javascripts and in result translation client strip is not visible.

POVYLAZZZ’s picture

Status: Closed (fixed) » Active
wundo’s picture

Mark, this is not really i18n related. The localization client is client for localize.drupal.org.

This is something I'd love to see fixed in Bootstrap.

kopeboy’s picture

Version: 7.x-2.0-beta2 » 7.x-3.1-beta2
Category: Feature request » Bug report
Issue summary: View changes

Localization Client doesn't work with Bootstrap.

I tested their module with different themes and it works.
With Bootstrap 3 the "TRANSLATE TEXT" link at the bottom is showing, but clicking it will not show the UI to translate.

Mark_L6n’s picture

Here is a possibly related issue at Localization Client, which appears to have other javascript conflicts: #261546: localization client kills simplemenu and other javascripts

markhalliwell’s picture

Status: Active » Closed (won't fix)
Related issues: +#1474958: jQuery selector '#l10n-client .string-search' breaks in some themes

Ok after asking @platch about this and also seeing the issue linked in #6, I finally realized that this is a very specific module everyone is talking about: https://www.drupal.org/project/l10n_client

That being said (and after I took a look at l10n_client.js), I am rather inclined to argue that any "fix" will actually likley need to happen in that module. Its JavaScript probably just needs more love so it's not so brittle in making assumptions and also probably needs better higher jQuery version (ie: 1.9+) support.

I seriously doubt that this base-theme is causing any issues (specifically) and thus marking as "won't fix".

Please do not open this issue back up unless there is a patch attached to fix this project.