Clicking "Mark as duplicate" doesn't focus the bug number field
Bug #502881 reported by
Matthew Paul Thomas
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Low
|
Deryck Hodge |
Bug Description
1. On any bug report page (such as this one), click "Mark as duplicate".
2. Type the number of the report it is a duplicate of, and press Enter.
What should happen: The report is marked as a duplicate.
What actually happens: Nothing, because the bug number field wasn't focused.
Related branches
lp://qastaging/~deryck/launchpad/better-dupe-handling-ui
- Paul Hummer (community): Approve (ui)
- Matthew Revell (community): Approve (text)
- Aaron Bentley (community): Approve
-
Diff: 282 lines (+112/-17)6 files modifiedlib/canonical/launchpad/icing/style-3-0.css.in (+6/-0)
lib/lp/bugs/doc/bugactivity.txt (+41/-1)
lib/lp/bugs/javascript/bugtask_index.js (+38/-10)
lib/lp/bugs/model/bug.py (+7/-0)
lib/lp/bugs/templates/bug-portlet-actions.pt (+3/-3)
lib/lp/bugs/windmill/tests/test_mark_duplicate.py (+17/-3)
Changed in malone: | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in malone: | |
assignee: | nobody → Deryck Hodge (deryck) |
Changed in malone: | |
status: | Triaged → In Progress |
Changed in malone: | |
milestone: | none → 10.08 |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in malone: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
fwiw this does work correctly in the apparently-similar "Add person to team" popup.