Closed
Bug 391647
Opened 18 years ago
Closed 17 years ago
Selected element doesn't update with refresh
Categories
(Toolkit :: Form Manager, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: zoe, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-GB; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-GB; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6
When a form in a page has a select element with one option selected in particular, and the page changes to have a different option selected, and the user refreshes the page, the source code updates in Firefox but the actual selected element does not.
Reproducible: Always
Steps to Reproduce:
1. Create a form with a select element, several option elements inside it, and make one of them selected so it is selected by default.
2. Load the page in Firefox.
3. Change the page so a different element is selected.
4. Reload the page in Firefox. The source is updated, but the element is not.
5. Force a reload with shift. This is fine.
Actual Results:
As stated above, the select element does not update to have the correct default option selected.
Expected Results:
It should update as per the source code it's reading.
| Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
Comment 1•17 years ago
|
||
This is by design, form fields are not reset when reloading the page.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → INVALID
Comment 2•17 years ago
|
||
(In reply to comment #1)
> This is by design, form fields are not reset when reloading the page.
Should there be difference in behavior when BROWSING TO a page or RELOADING that same page? Imho this is really a bug..
You need to log in
before you can comment on or make changes to this bug.
Description
•