Bug 215727 - SIGGRAPH 2020 Website Layout Bug in Big Sur Public Beta 2 (Dev Beta 5)
Summary: SIGGRAPH 2020 Website Layout Bug in Big Sur Public Beta 2 (Dev Beta 5)
Status: RESOLVED DUPLICATE of bug 162546
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-08-20 22:55 PDT by frankhome61
Modified: 2020-08-24 18:16 PDT (History)
5 users (show)

See Also:


Attachments
A screenshot showing the layout error in the table (1.31 MB, image/png)
2020-08-20 22:55 PDT, frankhome61
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description frankhome61 2020-08-20 22:55:01 PDT
Created attachment 407002 [details]
A screenshot showing the layout error in the table

Layout is wrong for 2020 SIGGRAPH program website 
https://s2020.siggraph.org/conference/program-events/
Comment 1 Radar WebKit Bug Importer 2020-08-20 22:55:24 PDT
<rdar://problem/67532333>
Comment 2 Myles C. Maxfield 2020-08-22 21:23:03 PDT
Theory: the font claims to be monospaced, but isn't.
Comment 3 Myles C. Maxfield 2020-08-24 17:52:13 PDT
My theory is correct! I feel like a wizard.
Comment 4 Myles C. Maxfield 2020-08-24 17:54:22 PDT
Commenting out the "if (f.isFixedPitch()" block in RenderText::widthFromCache() fixes this.
Comment 5 Myles C. Maxfield 2020-08-24 17:57:02 PDT
That block is bogus, anyway. I should see if perf is affected by just deleting it.
Comment 6 frankhome61 2020-08-24 17:57:28 PDT
(In reply to Myles C. Maxfield from comment #3)
> My theory is correct! I feel like a wizard.

You are a wizard :(
Comment 7 frankhome61 2020-08-24 17:58:14 PDT
(In reply to guowei_yang from comment #6)
> (In reply to Myles C. Maxfield from comment #3)
> > My theory is correct! I feel like a wizard.
> 
> You are a wizard :)
Comment 8 Myles C. Maxfield 2020-08-24 18:00:12 PDT

*** This bug has been marked as a duplicate of bug 162546 ***
Comment 9 Myles C. Maxfield 2020-08-24 18:16:19 PDT
f.isFixedPitch() is returning false on Catalina.