Clicking elsewhere doesn't cancel editing of bug report summary
Bug #398871 reported by
Matthew Paul Thomas
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
LAZR Javascript Library |
Triaged
|
Low
|
Unassigned | ||
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
1. On a bug report page, click the Edit button next to the bug summary.
2. Click the "Mark as duplicate" link.
What happens:
* The duplicate overlay appears.
What should happen:
* The summary editing is cancelled.
* The duplicate overlay appears.
Changed in lazr-js: | |
importance: | Undecided → Low |
importance: | Low → Undecided |
Changed in malone: | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in lazr-js: | |
status: | New → Triaged |
importance: | Undecided → Low |
tags: | added: javascript |
To post a comment you must log in.
The problem should be fixed in the inline edit widget. When the widget is active, it should display a transparent blocking element which can capture clicks, just like that choice edit widget does.