ClearType is partially disabled when any sidebar panel provided by addons is shown
Categories
(Core :: Graphics: WebRender, defect)
Tracking
()
People
(Reporter: yuki, Unassigned)
References
(Blocks 2 open bugs)
Details
Attachments
(2 files)
Steps to reproduce
- Prepare a Windows environment with activated ClearType.
- Start Firefox with clean profile.
- Set the bookmarks toolbar always visible. (right-click on the toolbar and choose "Bookmarks Toolbar" => "Always Show")
- Go to about:debugging.
- Load the attached testcase addon as a temporary addon.
- Confirm that the sidebar panel is switched to the one provided by the testcase addon.
Expected result
All text in the browser window are rendered with ClearType.
Actual result
Text in the address bar and bookmarks toolbar items are rendered without ClearType.
Text of tab labels, sidebar header, and the "Import bookmarks..." item are still rendered with ClearType, on my environment.
Reporter | ||
Comment 1•10 months ago
|
||
Reporter | ||
Comment 2•10 months ago
|
||
I've confirmed this on Nightly 123.0a1 (build ID: 20240116050321) on Windows 11 23H2.
Here is another report on Firefox 120.0 on Windows 10 22H2: https://github.com/piroor/treestyletab/issues/3416
Comment 3•9 months ago
|
||
The severity field is not set for this bug.
:lsalzman, could you have a look please?
For more information, please visit BugBot documentation.
Updated•9 months ago
|
Comment 4•9 months ago
|
||
This is a known / general issue. There's typically two underlying reasons we lose subpixel AA. First is if we fall back to blob rendering for an element, which doesn't support subpixel AA. Second is if we don't detect the correct conditions for an opaque background (we're somewhat conservative here to avoid artifacts) we disable subpixel AA. Each case requires individual investigation to see what's causing it.
Updated•7 months ago
|
Updated•7 months ago
|
Description
•