← Back to team overview

ubuntu-translations-coordinators team mailing list archive

[Bug 894690] Re: Translations import queue pages no longer show statuses

 

Apparent cause: Huw replaced the ugly style="display:none" in
lib/lp/translations/templates/translation-import-queue-macros.pt with a
nicer class="hidden".

But the code in lib/lp/translations/javascript/importqueue.js, in
function init_status_choice, tries to make the status visible by doing:

    content_box.setStyle('display', '');

That won't work when the style isn't even set.

This is annoyingly hard to test for: you'd need a test with full-on TAL
rendering to catch it.  Which is way overkill, really.

-- 
You received this bug notification because you are a member of Ubuntu
Translations Coordinators, which is subscribed to Ubuntu Translations.
https://bugs.launchpad.net/bugs/894690

Title:
  Translations import queue pages no longer show statuses

Status in Launchpad itself:
  Triaged
Status in Ubuntu Translations:
  Triaged

Bug description:
  The translations import queue pages no longer show the status of each
  import queue entry.

  Example page:
  https://translations.launchpad.net/ubuntu/precise/+imports

  We expect admins, Ubuntu coordinators, but also regular users to act
  on the statuses displayed on that page so it's essential that they be
  visible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad/+bug/894690/+subscriptions