Closed
Bug 1607000
Opened 6 years ago
Closed 4 years ago
List markers not painted when WebRender is disabled and a bad webfont resource is specified
Categories
(Core :: Layout: Text and Fonts, defect, P3)
Core
Layout: Text and Fonts
Tracking
()
People
(Reporter: Oriol, Unassigned)
References
Details
Attachments
(3 files)
- Make sure WebRender is disabled:
gfx.webrender.force-disabled = true - Download attached testcase and load it via
file:///
@font-face {
font-family: 'foobar';
src: url('http://example.com/foobar.otf');
}
ol {
font-family: foobar;
}
<ol>
<li>X</li>
</ol>
Expected:
1. X
Actual:
X
| Reporter | ||
Comment 1•6 years ago
|
||
My graphics info. Windows 1909.
| Reporter | ||
Comment 2•6 years ago
|
||
Also reproducible in Ubuntu 18.04.3
| Reporter | ||
Updated•6 years ago
|
Attachment #9118646 -
Attachment description: graphics-info.txt → graphics-info-win.txt
Attachment #9118646 -
Attachment filename: graphics-info.txt → graphics-info-win.txt
| Reporter | ||
Updated•6 years ago
|
OS: Unspecified → All
Hardware: Unspecified → All
Comment 3•6 years ago
|
||
I can also reproduce this on macOS. It's a bit erratic; if I repeatedly reload the page, sometimes the marker renders, other times it doesn't.
Do you know if this is a recent regression or a long-standing issue?
Comment 4•6 years ago
|
||
Moving to Layout:Text&Fonts as I think this is an issue with @font-face loading (or more accurately, the handling of failure to load a resource) rather than a Graphics painting issue.
Component: Graphics: Text → Layout: Text and Fonts
Priority: -- → P3
Summary: List markers not painted when WebRender is disabled → List markers not painted when WebRender is disabled and a bad webfont resource is specified
Comment 5•6 years ago
|
||
I think this is a dupe of bug 1401239, so not a recent regression.
| Reporter | ||
Comment 6•4 years ago
|
||
Fixed by bug 1542807.
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox91:
--- → fixed
Depends on: 1542807
Resolution: --- → FIXED
Updated•4 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•