buttons are not deactivated after they are pressed

Bug #576634 reported by Jan
4
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Triaged
Low
Unassigned

Bug Description

I just posted a triple comment because I mistakenly pressed the wrong button and then quickly the right one twice. That is really annoying.

What about adding some JavaScript like this:
document.getElementById('field.actions.answer').onclick=function() { document.getElementById('field.actions.answer').disabled=true };
document.getElementById('field.actions.requestinfo').onclick=function() { document.getElementById('field.actions.requestinfo').disabled=true };
document.getElementById('field.actions.comment').onclick=function() { document.getElementById('field.actions.comment').disabled=true };

Or something more elegant and for all buttons. Or even better, give people some time to review their comment: https://bugs.launchpad.net/launchpad-answers/+bug/80895

Tags: lp-bugs ui
Curtis Hovey (sinzui)
affects: launchpad → malone
Deryck Hodge (deryck)
Changed in malone:
status: New → Triaged
importance: Undecided → Low
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.