Closed
Bug 1223381
Opened 10 years ago
Closed 10 years ago
[Inspector] When inspecting a node with an animation that is defined several times, we see it several times
Categories
(DevTools :: Inspector: Rules, defect, P2)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: julienw, Unassigned)
Details
(Whiteboard: [btpp-fix-later])
Attachments
(1 file)
|
1.07 KB,
text/html
|
Details |
STR:
1. loads up the testcase.
2. inspect the :after inside the <div class=animating>
3. See that the keyframes are displayed twice.
This is especially problematic on websites that defined both @keyframes and @-moz-keyframes for backward compatibility. And then it's not really easy to know which one is applied and so which one we can change.
Comment 1•10 years ago
|
||
Gabriel: could you please describe here what it would take for someone to fix this bug? Also, if this turns out to be a rather simple one, then maybe you could mark it as a good first bug and mentor it?
Component: Developer Tools: Inspector → Developer Tools: CSS Rules Inspector
Flags: needinfo?(gl)
Priority: -- → P2
Whiteboard: [btpp-fix-later]
| Reporter | ||
Comment 2•10 years ago
|
||
It seems it's not happening anymore.
Comment 3•10 years ago
|
||
Thanks Julien. Marking as WFM for now then.
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(gl)
Resolution: --- → WORKSFORME
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•