Closed
Bug 1645774
Opened 9 months ago
Closed 9 months ago
Uncaught TypeError when clicking in sidebar of about:policies
Categories
(Firefox :: Enterprise Policies, defect, P5)
Firefox
Enterprise Policies
Tracking
()
VERIFIED
FIXED
Firefox 79
People
(Reporter: flod, Assigned: mkaply)
Details
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-esr78+
|
Details | Review |
Clicking on one of the two available sections keeps raising errors in the console.
Uncaught TypeError: can't access property "textContent", button.children[1] is undefined
show chrome://browser/content/policies/aboutPolicies.js:406
onload chrome://browser/content/policies/aboutPolicies.js:366
onload chrome://browser/content/policies/aboutPolicies.js:366
EventHandlerNonNull* chrome://browser/content/policies/aboutPolicies.js:352
Assignee | ||
Comment 1•9 months ago
|
||
That's weird. I can't even figure out what this code is supposed to do.
Assignee | ||
Comment 2•9 months ago
|
||
I figured it out. Header switching isn't working. Should fix now.
Assignee | ||
Comment 3•9 months ago
|
||
Pushed by mozilla@kaply.com: https://hg.mozilla.org/integration/autoland/rev/9cb0de45cc86 Use proper textContent for section title. r=jaws
Comment 5•9 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 months ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 79
Comment 6•9 months ago
|
||
bugherder |
Assignee | ||
Comment 7•8 months ago
|
||
Comment on attachment 9156817 [details]
Bug 1645774 - Use proper textContent for section title. r?jaws
ESR Uplift Approval Request
- If this is not a sec:{high,crit} bug, please state case for ESR consideration: Nice correctness fix, policy related
- User impact if declined: UI problem in about:policies
- Fix Landed on Version: 79
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Just a visual change.
- String or UUID changes made by this patch:
Attachment #9156817 -
Flags: approval-mozilla-esr78?
Comment 8•8 months ago
|
||
Comment on attachment 9156817 [details]
Bug 1645774 - Use proper textContent for section title. r?jaws
Approved for 78.1esr.
Attachment #9156817 -
Flags: approval-mozilla-esr78? → approval-mozilla-esr78+
Comment 9•8 months ago
|
||
bugherderuplift |
status-firefox-esr78:
--- → fixed
Updated•8 months ago
|
QA Whiteboard: [qa-79b-p2]
Comment 10•7 months ago
|
||
Reproduced the issue with Firefox 79.0a1 (20200615214838) on Windows 10x64.
The issue is verified fixed with Firefox 79.0 (20200720193547) and Firefox 78.1.0esr (20200702183914) from comment 9 on Windows 10x64.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•