Closed
Bug 705054
Opened 14 years ago
Closed 13 years ago
Weird blank pane shows up after using the inspector somehow
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: davida, Unassigned)
References
Details
(Keywords: qawanted)
Attachments
(3 files)
When I use developer tools, I somehow get in a situation where there's a grey pane at the bottom of all my tabs (even those i wasn't debugging).
I haven't narrowed down STRs, but my workflow tends to be:
- show web console
- reload page
- right-click inspect something
- navigate the dom
- hit the HTML button in the right, sometimes the style inspector
The screenshot shows what's going on. (see bottom part of pane).
Comment 1•14 years ago
|
||
ew, that's not good.
Did you have your web console positioned at the top or bottom?
When you say "navigate the dom" do you mean with the Breadcrumbs in the Inspector toolbar or something else?
Sounds like we need a UI fuzzer to stress this stuff out.
setting qawanted to try to get some help.
Component: Developer Tools → Developer Tools: Inspector
Keywords: qawanted
QA Contact: developer.tools → developer.tools.inspector
| Reporter | ||
Comment 2•14 years ago
|
||
console's at the top.
navigate the dom: breadcrumbs & hitting the "HTML" button which then expands the whole tree.
Comment 3•14 years ago
|
||
It just happened to me, and I hadn't shown the web console for days, if ever. I hadn't used the Style inspector either--just the HTML one.
Comment 4•14 years ago
|
||
if you had any idea what you were doing when this occurred, I'd love to hear about it.
Comment 5•14 years ago
|
||
My perception was that I simply had the inspector's HTML view up, and then I switched tabs. Those don't turn out to be sufficient STR, though. :-(
Comment 6•14 years ago
|
||
that's helpful though. Throwing a tab switch into the mix definitely exercises some different code paths. Keep us posted if you find any other tidbits!
Comment 7•14 years ago
|
||
got it! That was the missing piece for me.
STR:
1. Open the inspector on a page (I used tbpl.mozilla.org/?tree=Fx-Team) and lock a node.
2. Open the HTML panel.
3. Switch tabs.
4. Switch back to the TBPL page and while the inspector is restoring, hit the Inspect shortcut (on mac it's Cmd-Opt-I)
Expected result:
Inspector is shutdown.
Actual:
the HTML panel leaves a box behind at the bottom of the browser.
Comment 8•14 years ago
|
||
Timing is going to be really critical in Step 4, but I think I create a test that mimics this, at least on this computer.
Comment 9•14 years ago
|
||
Comment 10•14 years ago
|
||
workaround to remove the dead box:
in a browser-enabled scratchpad, run:
let box = gBrowser.ownerDocument.getElementById("inspector-tree-box");
box.parentNode.removeChild(box);
Updated•14 years ago
|
OS: Mac OS X → All
Comment 12•14 years ago
|
||
Happening for me on Lion w/ Firefox 11.0 final.
Comment 13•13 years ago
|
||
Maybe this is related to bug 812758?
Comment 14•13 years ago
|
||
This should have been fixed by the Toolbox work. Feel free to reopen if you still see this.
Bug triage, filter on PINKISBEAUTIFUL
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•