Closed
Bug 1156814
Opened 10 years ago
Closed 6 years ago
CSS Filter tooltip fields not aligned on Linux
Categories
(DevTools :: Inspector, defect, P3)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1458224
People
(Reporter: pbro, Unassigned)
Details
(Whiteboard: [btpp-backlog])
Attachments
(3 files)
Filter function value fields are supposed to be aligned in the css filter tooltip.
On linux, they are not.
STR:
- open any page
- open the inspector
- in the rule-view sidebar, enter the following declaration:
filter: blur(2px) drop-shadow(2px 2px 2px red) saturate(200%)
- click on the filter swatch next to the value
Reporter | ||
Updated•10 years ago
|
OS: Unspecified → Linux
Reporter | ||
Comment 1•10 years ago
|
||
Here's how it looks on mac.
Comment 2•9 years ago
|
||
Inspector bug triage. Filter on CLIMBING SHOES
Priority: -- → P3
Whiteboard: [btpp-backlog]
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 3•6 years ago
|
||
It looks like bug 1458224 fixed this. The label text size is now the same on Linux as in other platforms, so "drop-shadow" doesn't get larger than its min-width. Patrick, is that a sufficient fix, or would you like something stronger (fixed width, label that wraps or using `text-overflow:ellipsis`)?
Status: NEW → RESOLVED
Closed: 6 years ago
Flags: needinfo?(pbrosset)
Resolution: --- → FIXED
Comment 4•6 years ago
|
||
Woops, didn't mean to resolve it.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Reporter | ||
Comment 5•6 years ago
|
||
I suspect this will be enough for this. Although I don't have a linux machine/vm handy to test this.
Would you mind uploading a screenshot of how it looks now on linux?
Flags: needinfo?(pbrosset) → needinfo?(florens)
Comment 6•6 years ago
|
||
Sure. This is what I'm seeing. The labels seem to be 11px now.
Flags: needinfo?(florens)
Reporter | ||
Comment 7•6 years ago
|
||
Looks great! Let's mark this as closed as duplicate then.
Status: REOPENED → RESOLVED
Closed: 6 years ago → 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•