Page MenuHomePhabricator

Lingo not working with MobileFrontend
Open, MediumPublic

Description

Apparently when using MobileFrontend, Lingo displays the Terms followed by the explanation, i.e. the css to hide the tooltip does not work.
Adding $wgMFRemovableClasses['HTML'][] = '.tooltip-tip'; to LocalSettings.php used to work around this, but not anymore.
See https://www.mediawiki.org/wiki/Topic:Rrsp721zcj3grpbr

Event Timeline

Foxtrott claimed this task.
Foxtrott raised the priority of this task from to Medium.
Foxtrott updated the task description. (Show Details)

The syntax in MobileFrontend to achieve this has changed. The following works with Mediawiki 1.28

# To prevent Extension:Lingo displaying definition every time
$wgMFRemovableClasses = [ 'base' => [ '.tooltip-tip' ] ];

See the MobileFrontEnd Readme

I reworked the structure and styles of Lingo. It would be great if somebody could install the latest master and give me an update on this bug.

Jdlrobson renamed this task from not working with MobileFrontend to Lingo not working with MobileFrontend.Mar 26 2018, 6:05 PM
Aklapper added a subscriber: Foxtrott.

This task has been assigned to the same task owner for more than two years. Resetting task assignee due to inactivity, to decrease task cookie-licking and to get a slightly more realistic overview of plans. Please feel free to assign this task to yourself again if you still realistically work or plan to work on this task - it would be welcome!

For tips how to manage individual work in Phabricator (noisy notifications, lists of task, etc.), see https://phabricator.wikimedia.org/T228575#6237124 for available options.
(For the records, two emails were sent to assignee addresses before resetting assignees. See T228575 for more info and for potential feedback. Thanks!)