Closed
Bug 785380
Opened 13 years ago
Closed 13 years ago
Can't close the page inspector after toggling markup panel
Categories
(DevTools :: Inspector, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 17
People
(Reporter: dangoor, Assigned: dcamp)
References
Details
(Whiteboard: [fixed-in-fx-team])
Attachments
(1 file, 1 obsolete file)
|
938 bytes,
patch
|
Details | Diff | Splinter Review |
This appears to be similar to bug 706092.
I'm using Nightly 2012-08-24 (with the new markup panel)
STR:
1. go to a page
2. open the page inspector
3. open the markup panel
4. close the markup panel
5. close the page inspector
it closes, but there's a this.highlighter is null error in the web console. You can then open the page inspector again, but you won't be able to close it.
[09:21:52.724] TypeError: this.highlighter is null @ resource:///modules/inspector.jsm:1006
I also spotted this in the Error Console:
Timestamp: 8/24/12 9:45:38 AM
Error: TypeError: this._markupSplitter.parentNode is null
Source File: resource:///modules/inspector.jsm
Line: 312
Updated•13 years ago
|
Updated•13 years ago
|
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → dcamp
Priority: -- → P1
| Assignee | ||
Comment 1•13 years ago
|
||
Attachment #655184 -
Flags: review?(jwalker)
Updated•13 years ago
|
Attachment #655184 -
Flags: review?(jwalker) → review+
| Assignee | ||
Comment 2•13 years ago
|
||
Moved fix for bug 785528 into that bug.
Attachment #655184 -
Attachment is obsolete: true
| Assignee | ||
Comment 3•13 years ago
|
||
| Assignee | ||
Updated•13 years ago
|
Whiteboard: [fixed-in-fx-team]
| Assignee | ||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 17
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•