Comment 1 for bug 414980

Revision history for this message
Deryck Hodge (deryck) wrote :

mpt's initial suggestions at bug 415365 are a good way to fix this bug.

We should not enable the submit button (the green check) until the description has changed. This will have to be fixed in the lazr-js branch.

This, also, would not be too hard to fix if someone is interested in helping with Launchpad development since both Launchpad's code and lazr-js code are open source. My initial thought is that the fix amounts to deferring the _bindButtons call for C_SUBMIT until someone types in the textarea. I'm available to help any developer who is interested in fixing this.