Page MenuHomePhabricator

ellipsis/uls-more-languages button does nothing
Closed, ResolvedPublic

Description

Seen in beta labs in Firefox (at least) http://en.wikipedia.beta.wmflabs.org

As a logged-in user

Click the cog icon on any page

Click the ellipsis button ("...")

Nothing happens. Clicking the ellipsis button should bring up a large "Display language" dialog. On enwiki the "Display language" dialog is visible, on beta labs clicking the ellipsis does nothing.

This would likely be the result of merged code from today https://gerrit.wikimedia.org/r/#/q/status:merged+project:mediawiki/extensions/UniversalLanguageSelector,n,z


Version: unspecified
Severity: major

Details

Reference
bz52115

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 1:53 AM
bzimport set Reference to bz52115.
bzimport added a subscriber: Unknown Object (MLST).

Change 76204 had a related patch set uploaded by Amire80:
Revert "Load jquery.ime only when user focus on editable fields"

https://gerrit.wikimedia.org/r/76204

What happens is that it tries to open ULS and to focus on the language filter input, and focusing on an input tries to load IME because of 63d547915f7f0e7b714699126de290154ca47e2a . IME is loaded only partially in this set up, and preferences.isEnabled fails.

I don't have a clever solution, so reverting for now.

Change 76204 merged by jenkins-bot:
Revert "Load jquery.ime only when user focus on editable fields"

https://gerrit.wikimedia.org/r/76204