Closed
Bug 212075
Opened 22 years ago
Closed 21 years ago
Submit buttons require three clicks when using HTTPS
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bjorn.wiberg, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
When using HTTPS, and submitting forms, one has to click three (3) times on the
submit button before the form is submitted. Until then, nothing happens (i.e.
the form does not get submitted).
Reproducible: Always
Steps to Reproduce:
1. Load a page using HTTPS, e.g. an online banking service or secure login page.
2. Fill in the form, e.g. a user ID and password.
3. Click on the submit (e.g. login) button. Nothing happens.
Actual Results:
Nothing happens. It takes two more clicks before the form gets submitted.
Expected Results:
Submitted the form after clicking on the submit (e.g. login) button the first time.
Default theme. Form submission using conventional (non-secure) HTTP works fine.
![]() |
||
Comment 1•22 years ago
|
||
On that test page, in Linux trunk build 2003-06-30-05, a single click on the
button submits...
Reporter | ||
Comment 2•22 years ago
|
||
Seems to work fine in Mozilla 1.5 Alpha (1.5a, Mozilla/5.0 (Windows; U; Windows
NT 5.1; en-US; rv:1.5a) Gecko/20030718).
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•22 years ago
|
||
Seems to work fine in Mozilla 1.5 Alpha (1.5a, Mozilla/5.0 (Windows; U; Windows
NT 5.1; en-US; rv:1.5a) Gecko/20030718).
Status: RESOLVED → CLOSED
Comment 4•21 years ago
|
||
"RESOLVED" as WORKSFORME" is the correct status for this bug (please see
http://www.mozilla.org/bugs/ - Life cycle of a bug).
It can be verified by a QA person or other people having the privileges and then
VERIFIED as WORKSFORME is the final state.
Reopening for proper resolution.
Status: CLOSED → UNCONFIRMED
Resolution: FIXED → ---
Updated•21 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago → 21 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•