Open
Bug 154170
Opened 23 years ago
Updated 2 years ago
Form elements not rendered correctly when right-click+reload
Categories
(Core :: DOM: Core & HTML, defect, P4)
Tracking
()
NEW
Future
People
(Reporter: bugzilla, Unassigned)
References
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1a) Gecko/20020614
BuildID: 2002061408
Radiobuttons ar not rendered correctly when editing their status (checked
/unchecked) and reload via right-klick -> reload
Reproducible: Always
Steps to Reproduce:
1. create a simple form with an unchecked radiobutton (<input type="radio">) and
an unchecked checkbox
2. view it in Mozilla
3. edit both to checked (<input type="radio" checked>) - keep Mozilla open
during this
4. right-click : reload (or click on browserbutton "reload")
Actual Results: The radiobutton remains unchecked although right-click + view
source shows "checked" in the source.
The checkbox shows up checked as expected.
Expected Results: Radiobutton should show up checked OR the checkbox unchecked.
At least both should behave the same way.
It's no problem at all if the Form is a frameless page as you can easily hit
STRG+Shift+Reload.
It just su*** a bit if the form is nested in a frame. You then have to reenter
this page through a link or reload the complete frameset which might not be wanted.
I'm not really sure if it is a dupe of bug 46845 (
http://bugzilla.mozilla.org/show_bug.cgi?id=46845 )
![]() |
||
Comment 2•23 years ago
|
||
This basically looks like a dup of bug 46845 modulo bugs in form state
restoration....
Depends on: 46845
Comment 3•23 years ago
|
||
Confirming for now, but I'm pretty sure I've seen exact dupe. Bug 44008 also
seems related.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P4
Comment 4•22 years ago
|
||
Bulk moving P1-P5 un-milestoned bugs to future.
Target Milestone: --- → Future
Updated•16 years ago
|
QA Contact: vladimire → form-submission
Assignee | ||
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
Updated•3 years ago
|
Assignee: john → nobody
Updated•2 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•