Open
Bug 1288678
Opened 9 years ago
Updated 4 months ago
:hover styles are shown after inspecting
Categories
(DevTools :: Inspector: Rules, defect, P2)
DevTools
Inspector: Rules
Tracking
(firefox47 affected, firefox48 affected, firefox49- affected, firefox50- affected, firefox51 affected)
People
(Reporter: julienw, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
330 bytes,
text/html
|
Details |
STR:
1. Open the testcase.
2. Open the inspector.
3. Click on the arrow to select an element.
4. Click on the "hover me" link.
Expected Result:
* The link is highlighted in the DOM tree view.
* Its normal styles are shown in the Rules panel on the right.
Result:
* The link is highlighted in the DOM tree view.
* Its hover styles are shown in the Rules panel on the right.
* But actually the normal styles are applied in the element.
* When right clicking on the element in the DOM tree view, "hover" is disabled.
Additional notes:
* selecting the element directly in the tree view works fine, as does the sequence "Right click on the element + click on Inspect Element".
Tested in latest nightly v50 (20160721030216).
Also happens at least in v49 (20160706004036) among other issues.
Adding "qawanted" to check in beta/release.
[Tracking Requested - why for this release]:
Regression, makes the inspector uneasy to use.
Reporter | ||
Updated•9 years ago
|
status-firefox47:
--- → ?
status-firefox48:
--- → ?
Comment 2•9 years ago
|
||
ni on Florin to check the other branches when they get a chance.
Flags: needinfo?(florin.mezei)
Comment 3•9 years ago
|
||
Reproducible on 48 RC, 47.0.1.
Also repro on FX 10.0.2, so it's not a recent regression.
Flags: needinfo?(florin.mezei)
Keywords: qawanted
Comment 4•9 years ago
|
||
I don't think release management needs to track this. If someone lands a fix though, we could still uplift at least to aurora.
Updated•7 years ago
|
Component: Developer Tools: Inspector → Developer Tools: CSS Rules Inspector
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•2 years ago
|
Severity: normal → S3
Updated•4 months ago
|
Blocks: dt-2025-h1-P2
You need to log in
before you can comment on or make changes to this bug.
Description
•