WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
228018
[Cocoa] ".SF Arabic" should not be able to be looked up by name (because it is dot-prefixed)
https://bugs.webkit.org/show_bug.cgi?id=228018
Summary
[Cocoa] ".SF Arabic" should not be able to be looked up by name (because it i...
Ebrahim Byagowi
Reported
2021-07-16 01:38:05 PDT
Created
attachment 433664
[details]
Arabic letters aren't connected Steps: 0. Upgrade to macOS Monterey beta. 1. data:text/html;charset=utf8,<b style="font-family:'.SF Arabic'">سیب 2. Use touchpad pinch to zoom to zoom on the text to show Actual: There is a space between Arabic letters Expected: To have all letters connected
Attachments
Arabic letters aren't connected
(87.66 KB, image/png)
2021-07-16 01:38 PDT
,
Ebrahim Byagowi
no flags
Details
Patch
(5.97 KB, patch)
2021-07-21 13:44 PDT
,
Myles C. Maxfield
no flags
Details
Formatted Diff
Diff
Patch
(4.23 KB, patch)
2021-07-21 16:53 PDT
,
Myles C. Maxfield
simon.fraser
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Ebrahim Byagowi
Comment 1
2021-07-16 02:03:53 PDT
There is a difference between these two, data:text/html;charset=utf8,<b style="font-family:'.SF Arabic'">سیب data:text/html;charset=utf8,<b style="font-family:system-ui">سیب Their fonts are the same but getting bold in different ways, maybe somehow the disconnect letters is because of this
Radar WebKit Bug Importer
Comment 2
2021-07-16 10:30:44 PDT
<
rdar://problem/80691654
>
Myles C. Maxfield
Comment 3
2021-07-21 13:42:11 PDT
***
Bug 228163
has been marked as a duplicate of this bug. ***
Myles C. Maxfield
Comment 4
2021-07-21 13:44:07 PDT
***
Bug 228163
has been marked as a duplicate of this bug. ***
Myles C. Maxfield
Comment 5
2021-07-21 13:44:12 PDT
Created
attachment 433954
[details]
Patch
Myles C. Maxfield
Comment 6
2021-07-21 16:53:46 PDT
Created
attachment 433975
[details]
Patch
Simon Fraser (smfr)
Comment 7
2021-07-22 11:18:28 PDT
Comment on
attachment 433975
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=433975&action=review
Is it OK to do this on all OS versions?
> Source/WebCore/platform/graphics/cocoa/FontCacheCoreText.cpp:1114 > + || equalLettersIgnoringASCIICase(family, ".sf arabic")) {
I would move this up to below ".sf ui mono"
Myles C. Maxfield
Comment 8
2021-07-22 15:40:28 PDT
Committed
r280201
(
239889@main
): <
https://commits.webkit.org/239889@main
>
Myles C. Maxfield
Comment 9
2021-07-22 17:49:23 PDT
(In reply to Simon Fraser (smfr) from
comment #7
)
> Comment on
attachment 433975
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=433975&action=review
> > Is it OK to do this on all OS versions?
SF Arabic is new to Monterey & iOS 15
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug