Mouse-overs in template links broken by YUI upgrade
Bug #487428 reported by
Jeroen T. Vermeulen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Jeroen T. Vermeulen |
Bug Description
On template overview pages, when JS is enabled, the management links for a template should be greyed out unless the mouse pointer is over that list entry.
Example: https:/
Looks like this was broken by the YUI3 upgrade. The JavaScript in lib/lp/
I believe that should be written as a loop in the final YUI3.
Related branches
lp://qastaging/~jtv/launchpad/bug-487428
- Jeroen T. Vermeulen (community): Approve (code)
- Graham Binns (community): Approve (js)
-
Diff: 23 lines (+4/-3)1 file modifiedlib/lp/translations/templates/object-templates.pt (+4/-3)
tags: |
added: qa-ok removed: qa-needstesting |
Changed in rosetta: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Nope, it wasn't that. The YUI upgrade branch added an id templates_table in the HTML, but the script spelled it as template_table.