Bug 283301
| Summary: | Fix font used for Bugzilla bug comment text | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jon Davis <jond> |
| Component: | New Bugs | Assignee: | Jon Davis <jond> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | eocanha, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: |
https://bugs.webkit-dev.org/show_bug.cgi?id=200709 https://bugs.webkit.org/show_bug.cgi?id=283303 |
||
Jon Davis
The wrong font is used for bug comment text. It looks correct in WebKit due to https://bugs.webkit-dev.org/show_bug.cgi?id=200709, but not in Chrome or Firefox.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/140128369>
Jon Davis
Pull request: https://github.com/WebKit/WebKit/pull/36805
Enrique OcaƱa
This "unset" value indeed changes the font (to a nicer one) but, still, not to monospace.
Wouldn't it make sense to set the font to monospace? At least I was able to set the old Bugzilla like that. See https://bugs.webkit.org/show_bug.cgi?id=283303 for reasons about why monospace makes sense (spoiler: to properly display text like the one in https://bugs.webkit.org/show_bug.cgi?id=254222, as well as any pasted source code).
EWS
Committed 286739@main (402000d271fa): <https://commits.webkit.org/286739@main>
Reviewed commits have been landed. Closing PR #36805 and removing active labels.