Closed
Bug 1598904
Opened 5 years ago
Closed 5 years ago
Devtools incorrectly say that logical border colors don't apply to :visited
Categories
(DevTools :: Inspector: Rules, defect, P2)
Tracking
(firefox-esr68 wontfix, firefox70 wontfix, firefox71 wontfix, firefox72 wontfix, firefox73 wontfix, firefox74 fixed)
RESOLVED
FIXED
Firefox 74
People
(Reporter: Oriol, Assigned: mtigley)
References
(Blocks 2 open bugs)
Details
(Keywords: testcase, Whiteboard: [dt-q])
Attachments
(2 files)
Load attached testcase.
Inspect the link in devtools.
In the Rules panel, border-block-start-color: magenta
is greyed out and it says
It’s impossible to override border-block-start-color due to :visited restriction.
This is actually wrong, as you can see the border color is magenta.
Comment 1•5 years ago
|
||
Thanks for filing Oriol. The fix for this will need to happen in this file: https://searchfox.org/mozilla-central/source/devtools/server/actors/utils/inactive-property-helper.js
Updated•5 years ago
|
Updated•5 years ago
|
Priority: -- → P2
Updated•5 years ago
|
Whiteboard: [dt-q]
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → mtigley
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•5 years ago
|
||
Pushed by mtigley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/41dc9b38776d
Include logical border colors to visited link styling properties. r=miker,Oriol
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 74
Comment 5•5 years ago
|
||
Since the status are different for nightly and release, what's the status for beta?
For more information, please visit auto_nag documentation.
status-firefox73:
--- → ?
Updated•5 years ago
|
Updated•5 years ago
|
QA Whiteboard: [qa-74b-p2]
You need to log in
before you can comment on or make changes to this bug.
Description
•