Closed Bug 1804762 Opened 2 years ago Closed 2 years ago

Spinner displayed during Search has borders

Categories

(DevTools :: Netmonitor, defect, P3)

defect

Tracking

(firefox110 verified)

VERIFIED FIXED
110 Branch
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 :)

looks like the mask image being used doesn't cover the whole element or something

https://searchfox.org/mozilla-central/rev/9423bbd90c59ef7739c8453c265d04d8cf07ce73/devtools/client/netmonitor/src/assets/styles/search.css#133

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

Note Bug 1787010 about the underlying webrender issue. But it would make sense to land a workaround to fix the issue.

See Also: → 1787010
Severity: -- → S3
Priority: -- → P3

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).

Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/286433649ab4 [devtools] Use `background-image` for search spinner icon in debugger and netmonitor. r=jdescottes.
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 110 Branch
QA Whiteboard: [qa-110b-p2]

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.

Status: RESOLVED → VERIFIED
QA Whiteboard: [qa-110b-p2]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: