input text box value auto overwrite to historical value on elements with no "name" attribute
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
People
(Reporter: dneiber, Unassigned, NeedInfo)
References
Details
Steps to reproduce:
reload page containing input box with no "name" attribute. does not happen when loading the page initially
Actual results:
historical value from the page shows in the input box, different from source "value" attribute. this happens for many users at our company.
Expected results:
same value as the source "value" attribute should be displayed in the box, no automatic value replacement should happen
![]() |
||
Updated•3 years ago
|
Comment 1•3 years ago
|
||
Hey Dave,
Could you please provide a test case / site where we could check this issue on our side?
Can you test the issue while in Safe Mode? You can find helpful info here : https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode .
Testing with a fresh new profile could help. You can find more about creating a new profile here : https://support.mozilla.org/en-US/kb/troubleshoot-and-diagnose-firefox-problems#w_6-create-a-new-firefox-profile .
If possible, you can test this issue on the nightly build as well. Download the build from : https://www.mozilla.org/en-US/firefox/nightly/all/ .
Comment 2•3 years ago
|
||
I think this is duplicate of bug 46845.
If you do "ctl/shift-reload", the default value will be displayed.
Description
•