[Webkit-unassigned] [Bug 223420] New: vertical-rl writing mode not deleting characters in contenteditable div

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 18 00:49:39 PDT 2021


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

            Bug ID: 223420
           Summary: vertical-rl writing mode not deleting 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 423565

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

Video showing chars not deleted until last char has been removed

When using writing-mode: 'vertical-rl' in a contenteditable div.  When a user has typed Asian(vertical) characters into a contenteditable div, when the user comes to delete the characters, the characters are not removed until the last character has been deleted.

I have attached a video which shows this and was created using the following HTML sandbox:

<!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/1216b618/attachment.htm>


More information about the webkit-unassigned mailing list