Closed
Bug 1683316
Opened 5 years ago
Closed 5 years ago
Inspector Inactive CSS false-positive for text-overflow with overflow-x
Categories
(DevTools :: Inspector: Rules, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1671457
People
(Reporter: 7t3chguy, Unassigned)
Details
Attachments
(1 file)
186.35 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 11_1_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36
Steps to reproduce:
Tweak CSS in devtools.
Add rules:
white-space: nowrap
overflow-x: hidden
text-overflow: ellipsis
Actual results:
See the text-overflow rule greyed out with an i
warning saying it is unused even though you can see the ellipsis being applied.
Expected results:
No greying out, no tooltip to say why the rule isn't being applied (as it is)
Component: Untriaged → Inspector: Rules
Product: Firefox → DevTools
Updated•5 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•