[Webkit-unassigned] [Bug 99959] New: getBoundingClientRect() returns the incorrect rectangle on elements whose parent element is set -webkit-column-count

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Oct 21 23:29:01 PDT 2012


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

           Summary: getBoundingClientRect() returns the incorrect
                    rectangle on elements whose parent element is set
                    -webkit-column-count
           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
                CC: dansong at adobe.com


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

Overview: 
   Element.getBoundingClientRect() returns incorrect value when the <p> element inside <div> element that is set -webkit-column-count.

Steps to Reproduce:
  1) Open the attached test file which contains <P> element inside <DIV> element that is set -webkit-column-count
  2) Observe actual result of getBoundingClientRect() as gray colored box

Actual Results: 
  The actual result of getBoundingClientRect() is incorrect on element whose parent element is set -webkit-column-count 

Expected Results:
  getBoundingClientRect should return correct rectangle.

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