Closed
Bug 1130033
Opened 11 years ago
Closed 11 years ago
Crazy blue lines everywhere that won't go away
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1106272
People
(Reporter: shobson, Unassigned)
Details
Attachments
(1 file)
|
1.01 MB,
image/jpeg
|
Details |
I've attached a screen shot. This happens to me regularly during the course of development but I have not been able to narrow down how I'm triggering it. For the first few weeks I was experiencing this I had no idea how to get rid of it (escape doesn't work, clicking on the page doesn't work). I often ended up refreshing the page. I have since figured out that hovering over the CSS declarations in the Inspector is what causes this and it is a cool feature that is getting stuck on sometimes.
All I can say right now is that there were no keys involved and it happened right after I moved my mouse. I'll update this bug if I can figure out steps to recreate.
Component: Developer Tools → Developer Tools: Inspector
I've also seen this on FxOS, but I don't clear STR yet either.
Comment 2•11 years ago
|
||
Thanks for logging this, cc'ing Patrick.
Comment 3•11 years ago
|
||
Yay! The crazy blue lines bug :)
So, that's cause by the SelectorHighlighter. It appears when using the rule-view sidebar. When you hover over a selector in the rule-view, it uses this highlighter to show all matching elements. This is useful, but sometimes there are just too many elements to highlight and it becomes a mess, but that's another story.
What seems to happen is that the async show/hide logic is wrong, and if you move your mouse really quickly (it might be easier to repro if there are many elements to highlight, cause it takes long for the request to go through) then you get stuck in a state where the rule-view didn't realize that the mouse left the frame and the highlighter should be disabled.
If you then mouse-over a selector again, everything will be back to normal though.
Status: NEW → RESOLVED
Closed: 11 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
•