Closed
Bug 1368695
Opened 8 years ago
Closed 8 years ago
uncaught rejected promises in EventTooltipHelper.js
Categories
(DevTools :: Framework, defect, P1)
DevTools
Framework
Tracking
(firefox55 fixed)
RESOLVED
FIXED
Firefox 55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: tromey, Assigned: tromey)
References
Details
Attachments
(1 file)
I saw some try runs with this error in the logs:
[task 2017-05-30T13:09:56.210781Z] 13:09:56 INFO - Console message: [JavaScript Error: "TypeError: this._tooltip is null" {file: "resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/widgets/tooltip/EventTooltipHelper.js" line: 123}]
[task 2017-05-30T13:09:56.231376Z] 13:09:56 INFO - GECKO(1133) | JavaScript error: resource://gre/modules/commonjs/toolkit/loader.js -> resource://devtools/client/shared/widgets/tooltip/EventTooltipHelper.js, line 123: TypeError: this._tooltip is null
This comes from the patch in bug 1333352.
Presumably what happens is that the tooltip is destroyed before the
service answers.
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8872635 [details]
Bug 1368695 - don't emit event when tooltip already destroyed;
https://reviewboard.mozilla.org/r/144180/#review148702
Thanks for the patch Tom!
Attachment #8872635 -
Flags: review?(jdescottes) → review+
Pushed by ttromey@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/21e673ba5a16
don't emit event when tooltip already destroyed; r=jdescottes
Comment 4•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 55
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•