[Webkit-unassigned] [Bug 91810] New: Range object returns incorrect rectangles when content has ruby element in vertical text

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 19 21:08:21 PDT 2012


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

           Summary: Range object returns incorrect rectangles when content
                    has ruby element in vertical text
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tnitta at adobe.com


Created an attachment (id=153392)
 --> (https://bugs.webkit.org/attachment.cgi?id=153392&action=review)
Test file to reproduce

Overview:
  If element is dynamically created by JavaScript and writing mode of text is vertical-rl and text contains Ruby element, rectangles returned from range.getClientRects() are incorrect.

Steps to Reproduce:
  1) Open the attached test file
  2) Observe DIV element in right side which contains vertical text

Actual Results: 
  The position of gray colored DIV elements which represent rectangles returned from Range object is incorrect.

Expected Results:
  Rectangles with correct position should be returned from Range object

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