Form history autocomplete dropdown doesn't show up in a test site
Categories
(Toolkit :: Form Manager, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox-esr102 | --- | unaffected |
firefox103 | --- | unaffected |
firefox104 | --- | unaffected |
firefox105 | --- | affected |
People
(Reporter: dimi, Unassigned)
References
(Regression)
Details
(Keywords: regression)
While testing Bug 1782353, I found out we don't save form history in a test website (Bug 1782353 Comment 4). From a quick test, it seems the lastInteractiveValue
(added in Bug 1771806) is empty when a form is submitted.
Reproduce step:
- Open the test url and login (see Bug 1782353 Comment 3 and Bug 1782353 Comment 4)
- Enter text (test for example) in the "Buscar palabras clave" input field
- click "aplicar" button to submit form
- Enter text "t" in the "Buscar palabras clave" input field to see whether an autocomplete popup is shown
Reporter | ||
Comment 1•2 years ago
|
||
Hi Serg, could you help take a look at this issue to see whether this is regressed by Bug 1642570?
Updated•2 years ago
|
Comment 2•2 years ago
|
||
Set release status flags based on info from the regressing bug 1642570
Comment 3•2 years ago
|
||
Dimi, I'm unable to reproduce it yet. Suggested site is unavailable, so I've tried on https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_input_autocomplete and history seems to be working just fine. Can you tell what was so special about this site?
Comment 4•2 years ago
|
||
Thank you Dimi,
Full details can be found in Bug 1782353 Comment 13, short version is:
Site recreates input after each keypress, to Firefox it looks like user didn't type the value and we ignore it.
Reporter | ||
Updated•2 years ago
|
Description
•