Spinner displayed during Search has borders
Categories
(DevTools :: Netmonitor, defect, P3)
Tracking
(firefox110 verified)
Tracking | Status | |
---|---|---|
firefox110 | --- | verified |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
Attachments
(2 files)
There's a thin border displayed on the icon which does not look great.
I'm seeing the same thing on the debugger one, I just filed this here since its easier to see the icon for a longer time in netmonitor :)
Assignee | ||
Comment 1•2 years ago
|
||
looks like the mask image being used doesn't cover the whole element or something
mask-image: url(chrome://devtools/content/debugger/images/loader.svg);
we may want to switch to an actual <img>
and use -moz-context-properties
to make it the right color
Comment 2•2 years ago
|
||
Note Bug 1787010 about the underlying webrender issue. But it would make sense to land a workaround to fix the issue.
Updated•2 years ago
|
Assignee | ||
Comment 3•2 years ago
|
||
We were using mask-image
as a way to make the icon the color
we wanted, but we can use -moz-context-properties
for that instead.
Not using mask-image
removes the glitchy thin border that was visible (see Bug 1787010).
Updated•2 years ago
|
Comment 5•2 years ago
|
||
bugherder |
Updated•2 years ago
|
Comment 6•2 years ago
|
||
Reproduced on Nightly 110.0a1 (Build ID: 20221230213139).
Verified as fixed on Firefox 110.0b7(build ID: 20230129190147) and Nightly 111.0a1(build ID: 20230131093335) on macOS 11.7, Ubuntu 20.04 and Windows 10.
Description
•