Fix regressions caused by Bug 1604807
Categories
(Toolkit :: Form Autofill, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox81 | --- | verified |
People
(Reporter: abr, Assigned: abr)
References
Details
(Whiteboard: [cc-autofill-mvp])
Attachments
(2 files)
The solution employed by Bug 1604807 appears to cause some regressions in a handful of edge cases. The solution applied by 1604807 attempted to leverage an existing codepath in the formFillController class to prevent the modifications that are caused by autofill from triggering the pop-up.
To reverse these regressions, this bug proposes to undo the fix implemented in Bug 1604807 and instead block delivery of the field update event in the javascript code.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D86462
Updated•4 years ago
|
Assignee | ||
Comment 3•4 years ago
|
||
I have manually verified that this alternate fix addresses the four bugs that identify Bug 1604807 as their regressor.
Assignee | ||
Updated•4 years ago
|
Comment 5•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a2ca3a2a51fe
https://hg.mozilla.org/mozilla-central/rev/01bad1cefbe7
Updated•4 years ago
|
Comment 7•4 years ago
|
||
Since all the actionable regressions were verified on QA side, marking this as verified-fixed.
Description
•