Closed
Bug 177345
Opened 22 years ago
Closed 22 years ago
form elements not cleared on meta-refresh
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: azimuth, Assigned: alexsavulov)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2b) Gecko/20021016
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2b) Gecko/20021016
In the prepared page at http://www.sanctuary.org/~azimuth/mozilla-bug.html,
there are two radio buttons. This page refreshes every five seconds. Mozilla
ignores the lack of a checked directive, choosing instead to keep the selected
radio button. This was no doubt considered a feature at one time, but it screws
with some sites, in which the lack of a selection is meaningful within the
application.
Reproducible: Always
Steps to Reproduce:
1. Go to http://www.sanctuary.org/~azimuth/mozilla-bug.html
2. Click on a radio button
3. Wait for refresh
Actual Results:
The selected radio button continued to stay selected.
Expected Results:
The state of all input fields (including the demonstration radio buttons) should
have been reset on refresh.
![]() |
||
Comment 1•22 years ago
|
||
*** This bug has been marked as a duplicate of 46845 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
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
•