Closed
Bug 1157201
Opened 6 years ago
Closed 6 years ago
regression: rule-view error message on hover "isValidHoverTarget rejected with an unexpected reason"
Categories
(DevTools :: Inspector, defect)
DevTools
Inspector
Tracking
(firefox40 fixed)
RESOLVED
FIXED
Firefox 40
Tracking | Status | |
---|---|---|
firefox40 | --- | fixed |
People
(Reporter: pbro, Assigned: ochameau)
References
Details
Attachments
(1 file)
2.59 KB,
patch
|
pbro
:
review+
|
Details | Diff | Splinter Review |
STR: - Use a recent fx-team build (I don't know when this started, but I see it today, wasn't seeing it yesterday, at least I didn't notice it). - Open the inspector on any page. - Move your mouse over the rule-view area. - Watch the browser console or terminal output. Errors are being logged at each mousemove: console.error: isValidHoverTarget rejected with an unexpected reason: console.error: undefined
Reporter | ||
Comment 1•6 years ago
|
||
A candidate could be bug 1022765.
Assignee | ||
Comment 2•6 years ago
|
||
Oops, I forgot to ensure the other usages of Tooltip conformed to startTogglingOnHover exceptations (the callback should reject `false`, otherwise it is considered as an error and logged). May be we could ease that to any falsy rejection value? https://treeherder.mozilla.org/#/jobs?repo=try&revision=976a9a88de35
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → poirot.alex
Assignee | ||
Updated•6 years ago
|
Attachment #8595983 -
Flags: review?(pbrosset)
Reporter | ||
Comment 3•6 years ago
|
||
Comment on attachment 8595983 [details] [diff] [review] patch Review of attachment 8595983 [details] [diff] [review]: ----------------------------------------------------------------- Thanks Alex for picking that up quickly. Also my bad for not having seen this coming when reviewing the other bug.
Attachment #8595983 -
Flags: review?(pbrosset) → review+
Reporter | ||
Comment 5•6 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/0ca15d7656bf
Comment 6•6 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/0ca15d7656bf
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 40
Updated•3 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•