[Webkit-unassigned] [Bug 122881] New: Fix wrong width of Range in vertical text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 15 20:51:52 PDT 2013


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

           Summary: Fix wrong width of Range in vertical text
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: benjamin at webkit.org, enrica at apple.com,
                    mmaxfield at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/7f36ec72aa9f3bd43505d7f2be6978ab20984aa8
if the bug exists in WebKit

When the original code adjusts the width of the quad of a seleciton box
containing one or several characters in vertical text,
box->logicalWidth() (which is actually the height of the box) is used.
Should use box->width() instead.

The original fast/dom/Range/getClientRects.html tests only the whole
block selection case, not covering bug http://crbug.com/297808.

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