Status: Unconfirmed
Owner: ----
Labels: Type-Bug Pri-2 OS-All Area-Misc
New issue 8756 by jenson.taylor: Disabling submit button, stops form from
being submitted
http://code.google.com/p/chromium/issues/detail?id=8756
Chrome Version : 1.0.154.48
URLs (if applicable) :
Other browsers tested:
Safari 3:
Firefox 3: OK
IE 7:
What steps will reproduce the problem?
1. use js to disable input submit
2. use js to submit form
3. form is not submitted nothing happens
What is the expected result?
The button should be disabled and then the form should be submitted.
The button is disabled so that the user can not press it twice then js is
to be used to submit a form.
What happens instead?
the submit button is disabled but the form is not sent.
Please provide any additional information below. Attach a screenshot if
possible.
<input type="submit"
id="buttonNext" name="buttonNext"
value=" Next » page "
class="dirBtn" style=""
tabindex="" accesskey="" title=""
onclick="this.disabled='disabled';
document.getElementById('frmOpt').action='some.action'; return true;"/>
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---