[Webkit-unassigned] [Bug 102359] New: Caret is not painted in accordance with the vertical writing mode, when a new line is added to the text.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 15 02:30:58 PST 2012


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

           Summary: Caret is not painted in accordance with the vertical
                    writing mode, when a new line is added to the text.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arpitabahuguna at gmail.com


Created an attachment (id=174381)
 --> (https://bugs.webkit.org/attachment.cgi?id=174381&action=review)
Testcase

When we try to add a new line at the end of some vertical text (in a contenteditable block), a vertical caret line is displayed on the new empty line, as if in accordance with horizontal text.
A horizontal caret line should instead be displayed for text in the vertical writing mode.

In the attached testcase, an enter should be pressed at the end of the text to reproduce the issue.
A vertical caret line would be displayed on the new line, as if for text in horizontal writing mode.

Also, the alignment of the caret changes once we start typing text in the new line.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list