Open
Bug 1622470
Opened 5 years ago
Updated 5 years ago
React to changing style of keyframes in Rules view
Categories
(DevTools :: Inspector: Compatibility, defect, P3)
DevTools
Inspector: Compatibility
Tracking
(Not tracked)
NEW
People
(Reporter: daisuke, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
142 bytes,
text/html
|
Details |
STRs:
- Turn on
devtools.inspector.compatibility.enabled
pref - Open attached file
- Select compatibility panel
- Uncheck the checkbox of
padding-inline-start
of keyframes in ruleview
ER: The issue of padding-inline-start
will be gone from the compatibility panel
AR: The issue is kept to display
See the comment in https://searchfox.org/mozilla-central/source/devtools/client/inspector/compatibility/CompatibilityView.js#122-124
In case of keyframes changes, the selector given from changes actor is keyframe-selector such as "from" and "100%", not selector for node. Thus, we need to address this case.
Updated•5 years ago
|
Priority: -- → P3
Summary: React changing style of keyframes in ruleview → React to changing style of keyframes in Rules view
Comment 1•5 years ago
|
||
Because this bug's Severity has not been changed from the default since it was filed, and it's Priority is P3
(Backlog,) indicating it has been triaged, the bug's Severity is being updated to S3
(normal.)
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•