Closed
Bug 1277571
Opened 7 years ago
Closed 7 years ago
Fix "TypeError: this is null: HTMLBreadcrumbs.prototype.scroll" in the new HTML breadcrumbs landed with bug 1259812
Categories
(DevTools :: Inspector, defect, P1)
Tracking
(firefox49 fixed)
Tracking | Status | |
---|---|---|
firefox49 | --- | fixed |
People
(Reporter: pbro, Assigned: pbro)
References
Details
(Whiteboard: [devtools-html])
Attachments
(1 file)
See this log: https://treeherder.mozilla.org/logviewer.html#?job_id=9705479&repo=fx-team#L227-L17076 Looks like a simple mistake of forgetting to bind 'scroll' to this.
Updated•7 years ago
|
Blocks: devtools-html-2
Whiteboard: [devtools-html] [triage]
Assignee | ||
Comment 1•7 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/57216/diff/#index_header See other reviews: https://reviewboard.mozilla.org/r/57216/
Attachment #8759177 -
Flags: review?(jdescottes)
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → pbrosset
Status: NEW → ASSIGNED
Updated•7 years ago
|
Flags: qe-verify-
Priority: -- → P2
Whiteboard: [devtools-html] [triage] → [devtools-html]
Comment 2•7 years ago
|
||
Comment on attachment 8759177 [details] MozReview Request: Bug 1277571 - Bind the scroll function to this in breadcrumbs to pass it to event handlers; r=jdescottes https://reviewboard.mozilla.org/r/57216/#review53984 Looks good to me!
Attachment #8759177 -
Flags: review?(jdescottes) → review+
Pushed by pbrosset@mozilla.com: https://hg.mozilla.org/integration/fx-team/rev/a47a4d3877eb Bind the scroll function to this in breadcrumbs to pass it to event handlers; r=jdescottes
Comment 4•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a47a4d3877eb
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 49
Updated•7 years ago
|
Iteration: --- → 49.3 - Jun 6
Priority: P2 → P1
Updated•5 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•