Closed Bug 751815 Opened 13 years ago Closed 13 years ago

Impossible to open Inspector if the DOM Inspector extension is also installed

Categories

(DevTools :: Inspector, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 747603

People

(Reporter: bzbarsky, Unassigned)

References

Details

The patch for bug 735214 added this: + let key = this.chromeDoc.getElementById("key_inspect"); + + let modifiersAttr = key.getAttribute("modifiers"); but when DOMi is installed there is no key_inspect element in the DOM as far as I can tell, due to the fix for bug 569054. So "key" ends up null, the getAttribute() call throws, and inspector can't be opened at all. Ideally, we would deal with the failure to get a key element here...
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
No longer blocks: 735214
Blocks: 735214
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.