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)

x86
All
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: davida, Unassigned)

References

Details

(Keywords: qawanted)

Attachments

(3 files)

Attached image screenshot OS X
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).
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
console's at the top. navigate the dom: breadcrumbs & hitting the "HTML" button which then expands the whole tree.
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.
if you had any idea what you were doing when this occurred, I'd love to hear about it.
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. :-(
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!
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.
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.
workaround to remove the dead box: in a browser-enabled scratchpad, run: let box = gBrowser.ownerDocument.getElementById("inspector-tree-box"); box.parentNode.removeChild(box);
OS: Mac OS X → All
Attached image Mac Screenshot FF 11.0
Happening for me on Lion w/ Firefox 11.0 final.
Maybe this is related to bug 812758?
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
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: