Reduce dataloss by combining HTML forms on bug page
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Currently each line of a bug report's "Affects" table has its own <form>, and the "Add a comment/attachment" section is yet another <form>.
These forms should be combined into one, with only one comment field and only one "Save Changes" button (or maybe two buttons, one under the table and one at the bottom of the page, but both acting identically).
This would simplify the bug page, it would mean you could no longer lose your comment by entering it into the "wrong" comment field (bug 57414), it would let you update a bug's status for multiple projects/packages in a single submission (bug 3878), and it would lay the groundwork for incorporating other actions into the bug page (bug 76085).
description: | updated |
This will be fixed when blueprint: https:/ /blueprints. edge.launchpad. net/malone/ +spec/bug- page-2 is implemented.