[Webkit-unassigned] [Bug 223419] New: vertical-rl writing mode not displaying English characters in contenteditable div

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 18 00:44:07 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=223419

            Bug ID: 223419
           Summary: vertical-rl writing mode not displaying English
                    characters in contenteditable div
           Product: WebKit
           Version: Safari 13
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: andyroddam at gmail.com
                CC: wenson_hsieh at apple.com

Created attachment 423564

  --> https://bugs.webkit.org/attachment.cgi?id=423564&action=review

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>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210318/7d4bde0a/attachment.htm>


More information about the webkit-unassigned mailing list