Closed
Bug 728491
Opened 13 years ago
Closed 13 years ago
"Inspect Element" doesn't work correctly if desired element is underneath the overlay
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 708643
People
(Reporter: alacenski, Unassigned)
Details
Attachments
(1 file)
173.44 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:10.0.1) Gecko/20100101 Firefox/10.0.1
Build ID: 20120208060813
Steps to reproduce:
I'm on the default local Firefox homepage (about:home) in Firefox 10.0.1. I right-clicked the Google logo to the left (#searchEngineLogo) and clicked Inspect Element in the context menu. Now I'm trying to select other elements on the page. With the overlay still visible, I right-clicked the Search button (#searchSubmit) and inspected it. This adds a doubled overlay that lets me maintain BOTH elements "selected" in the inspect state.
Actual results:
I can not fully leave the inspect-element state (can't kill the overlay.) Pressing ESC key to get out of the overlay only clears the inspect state for the second element.
I can't find any way to fully get rid of the overlay, short of reloading the page. That will definitely not work for testing asynchronously modified pages. Pressing ESC to clear the inspect state only works for me intermittently anyway.
Also, selection behavior while in "inspect" state is SUPER erratic - if the secondary element I select is large (or apparently if its border is dynamic, like a div without a forced size) I frequently don't actually get that element selected. Instead I get a neighboring or parent element.
Expected results:
I should be able to fully clear out of the inspect state by pressing ESC (and/or with a mouse context menu item). I should also be able to select whatever element is directly under my cursor, regardless of "inspect" being on or not.
Multiple selection is kind of cool, but very buggy. I'd rather have single element inspection with predictable behavior.
Reporter | ||
Comment 1•13 years ago
|
||
I have Firebug and Web Developer Toolbar add-ons installed. I'm no longer sure what the difference is between "Inspect Element" and "Inspect Element with Firebug", but I'm using "Inspect Element" consistently when I do this.
Updated•13 years ago
|
Component: Untriaged → Developer Tools: Inspector
QA Contact: untriaged → developer.tools.inspector
Comment 2•13 years ago
|
||
Thanks for the bug report. We fixed this bug in Firefox 13.
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•