RESOLVED FIXED223419
vertical-rl writing mode not displaying English characters in contenteditable div
https://bugs.webkit.org/show_bug.cgi?id=223419
Summary vertical-rl writing mode not displaying English characters in contenteditable...
Andy Roddam
Reported 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>
Attachments
Video showing missing chars until selection is made (931.13 KB, video/quicktime)
2021-03-18 00:44 PDT, Andy Roddam
no flags
Radar WebKit Bug Importer
Comment 1 2021-03-25 00:45:20 PDT
Andy Roddam
Comment 2 2024-01-31 01:28:54 PST
This seems to have been fixed as of Safari 15
Note You need to log in before you can comment on or make changes to this bug.