Closed
Bug 1497039
Opened 3 years ago
Closed 3 years ago
"Forms & Autofill" section appears in "Home" preferences section when visiting about:preferences#home
Categories
(Firefox :: Preferences, defect, P1)
Firefox
Preferences
Tracking
()
VERIFIED
FIXED
Firefox 64
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox62 | --- | unaffected |
firefox63 | --- | unaffected |
firefox64 | --- | verified |
People
(Reporter: ntim, Assigned: jaws)
References
Details
(Keywords: regression, Whiteboard: [webpayments])
Attachments
(1 file)
STR: - Visit about:preferences#home - Scroll down
Comment 1•3 years ago
|
||
I can confirm this bug on Nightly 64.0a1 (BuildID 20181006220113, Windows NT 6.1; Win64). The "Forms & Autofill" section also appears at the bottom of the page if opened with about:preferences#search or simply about:preferences from the hamburger menu. In fact, it seems the "Forms & Autofill" section appears at the bottom of any opening tab except "Privacy & Security". Moreover, if you switch preference tab then come back to the opening tab then the section had disappear. - to go about:preferences#home - scroll down to find the "Forms & Autofill" section - switch to "Privacy & Security" - scroll to find the "Forms & Autofill" section at its rightful place - switch back to "General" - scroll down: the "Forms & Autofill" section is no longer there (has it should)
Reporter | ||
Updated•3 years ago
|
Keywords: regression,
regressionwindow-wanted
![]() |
||
Comment 2•3 years ago
|
||
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=bd02cc115cb69ec8193ea60be49006b63b9ba8c8&tochange=3de6e1582de91e37bfaa1893aac4d026d1cebb7a
Blocks: 1470184
Keywords: regressionwindow-wanted
![]() |
||
Updated•3 years ago
|
status-firefox62:
--- → unaffected
status-firefox63:
--- → unaffected
status-firefox64:
--- → affected
status-firefox-esr60:
--- → unaffected
Comment 4•3 years ago
|
||
Adding to our current milestone.
Assignee: nobody → jaws
Whiteboard: [webpayments]
Updated•3 years ago
|
Status: NEW → ASSIGNED
Flags: qe-verify?
Updated•3 years ago
|
Flags: qe-verify? → qe-verify+
QA Contact: hani.yacoub
Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(jaws)
Assignee | ||
Comment 5•3 years ago
|
||
So the cause of this was always happening but wasn't visible before. The Forms & Autofill section is being appended to the DOM after the initial run of the 'search()' function which shows/hides children of the mainPrefPane for the selected category. Changing categories after the page loads does properly hide the Forms & Autofill section. This bug wasn't visible before because the Forms & Autofill section was being appended to a child of the mainPrefPane, and that child was hidden by search().
Assignee | ||
Comment 6•3 years ago
|
||
Assignee | ||
Comment 7•3 years ago
|
||
This patch is waiting on the patch in bug 1429940 to land, and will be rebased on top of that.
Depends on: 1429940
Comment 8•3 years ago
|
||
Thanks Jared for thinking about this, but in fact we may end up landing the Preferences groupbox patch in the next release, so feel free to land this now and I'll rebase my patches afterwards.
Flags: needinfo?(jaws)
Comment 10•3 years ago
|
||
Pushed by jwein@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/eb2a83cba95a Put a placeholder in privacy.xul that will be used to inject the form-autofill section. r=MattN
Comment 11•3 years ago
|
||
Backed out changeset eb2a83cba95a (bug 1497039) for XPCshell failures in browser/extensions/formautofill/test/unit/test_reconcile.js. CLOSED TREE Log: https://treeherder.mozilla.org/logviewer.html#?job_id=206233420&repo=autoland&lineNumber=2306 Push with failures: https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=eb2a83cba95aafab7713af2a444de144320b31e9 Backout: https://hg.mozilla.org/integration/autoland/rev/2b7afed367792d6158d2f1ac18e614091cd9b6af
Flags: needinfo?(jaws)
Assignee | ||
Comment 12•3 years ago
|
||
Gonna attempt to reland it since the failures don't appear to be related to this bug.
Flags: needinfo?(jaws)
Comment 13•3 years ago
|
||
Pushed by jwein@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/afdfeb4c004c Put a placeholder in privacy.xul that will be used to inject the form-autofill section. r=MattN
Comment 14•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/afdfeb4c004c
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
Comment 15•3 years ago
|
||
Build ID: 20181019005426 User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0 Verified as fixed on Firefox Nightly 64.0a1 on Windows 10 x 64, Windows 7 x32, Mac OS X 10.13 and Ubuntu 16.04 x64.
You need to log in
before you can comment on or make changes to this bug.
Description
•