Bug 223419 - vertical-rl writing mode not displaying English characters in contenteditable div
Summary: vertical-rl writing mode not displaying English characters in contenteditable...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: Safari 14
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-03-18 00:44 PDT by Andy Roddam
Modified: 2024-01-31 01:28 PST (History)
4 users (show)

See Also:


Attachments
Video showing missing chars until selection is made (931.13 KB, video/quicktime)
2021-03-18 00:44 PDT, Andy Roddam
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Roddam 2021-03-18 00:44:07 PDT
Created attachment 423564 [details]
Video showing missing chars until selection is made

When typing English (non-Asian/vertical) characters when the style.writingMode = 'vertical-rl' in a content editable div.  The characters do not display correctly until they are selected.

Created using the below simple sandboxed html:


<!DOCTYPE html>
<html>
<head>
<style>
p {
 writing-mode: vertical-rl;
 height:500px;
 width: 500px;
 border: 1px solid lightgrey;
 }
</style>
</head>
<body>

<p contenteditable="true">This is a paragraph. It is editable. Try to change this text.</p>

</body>
</html>
Comment 1 Radar WebKit Bug Importer 2021-03-25 00:45:20 PDT
<rdar://problem/75826136>
Comment 2 Andy Roddam 2024-01-31 01:28:54 PST
This seems to have been fixed as of Safari 15