[Webkit-unassigned] [Bug 103621] New: Caret is incorrectly painted for a contenteditable <div> containing a <br> in vertical writing mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 29 02:16:48 PST 2012


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

           Summary: Caret is incorrectly painted for a contenteditable
                    <div> containing a <br> in vertical writing mode
           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=176681)
 --> (https://bugs.webkit.org/attachment.cgi?id=176681&action=review)
Testcase

The position of the caret is not computed correctly when a contenteditable <div> contains only a <br> element in the vertical writing mode.

If the <br> element is followed by some some text, the caret is drawn correctly, i.e. at the start of the contenteditable block.
Again, in the horizontal writing mode as well the caret is painted at the right location.

Have uploaded a testcase for this issue. A caret should be drawn within the block upon loading the page.

-- 
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