[Webkit-unassigned] [Bug 129780] New: [CSSRegions] offsetParent is wrong for an element in a flow without regions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 5 22:22:46 PST 2014


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

           Summary: [CSSRegions] offsetParent is wrong for an element in a
                    flow without regions
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mihnea at adobe.com
                CC: WebkitBugTracker at adobe.com
            Blocks: 128165


Assume you have an element in a flow that does not have a region chain. Because of that, the element is not visually formatted which means that offsetParent should return null, while currently it returns a different value.

I believe this is the case for other API's like offsetLeft, offsetTop, offsetHeight, offsetWidth, getClientRect, getBoundingClientRect etc.

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