Bug 1042043 - Clicking on an event bubble results in TypeError: this._tooltip is null. r=past

This commit is contained in:
Michael Ratcliffe 2014-08-21 14:13:37 +01:00
parent c1b14be4c2
commit c1a6135c01

View File

@ -1228,6 +1228,7 @@ EventTooltip.prototype = {
if (event.target.classList.contains("event-tooltip-debugger-icon")) {
this._debugClicked(event);
event.stopPropagation();
return;
}
let doc = this._tooltip.doc;