Open
Bug 1530630
Opened 6 years ago
Updated 3 years ago
CSS declarations in Rules view mistakenly shown as disabled
Categories
(DevTools :: Inspector: Rules, defect, P2)
Tracking
(Not tracked)
NEW
People
(Reporter: mbalfanz, Unassigned)
References
Details
(Whiteboard: [dt-q])
Attachments
(1 file)
|
779.56 KB,
video/mp4
|
Details |
The rules view sometimes automatically unchecks invalid declarations. It's a bit unpredictable, but I tried to find STRs. See video attached.
STR:
- visit bugzilla.mozilla.org
- select
body - navigate the markup view, then come back to
bodyand disable the declarationcolor: #404040 - refresh the page with devtools open
ER:
- all declarations should be checked
AR:
- some declarations for
background-imageare unchecked
I could only reproduce this once in 20 minutes... we really need to get the error from the browser console when this happens.
OS: Unspecified → All
Priority: -- → P2
Hardware: Unspecified → All
| Reporter | ||
Updated•6 years ago
|
Whiteboard: [dt-q]
Comment 2•6 years ago
|
||
I couldn't reproduce on Firefox 66. Then I opened 67 (nightly) and as soon as I opened the inspector those properties were unchecked, without me doing anything. There wasn't any errors in the browser console though.
And after a refresh, all was good again ... So this seems very random, but definitely a real problem.
Maybe a timing issue? I'll keep on testing.
Updated•5 years ago
|
Assignee: nobody → rcaliman
Status: NEW → ASSIGNED
Updated•4 years ago
|
Assignee: rcaliman → nobody
Status: ASSIGNED → NEW
Summary: Rules view sometimes automatically disables declarations → CSS declarations in Rules view mistakenly shown as disabled
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•