[Webkit-unassigned] [Bug 103535] New: RenderObject::absoluteClippedOverflowRect() returns a smaller rect than desired

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 28 10:08:08 PST 2012


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

           Summary: RenderObject::absoluteClippedOverflowRect() returns a
                    smaller rect than desired
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kpiascik at rim.com


Created an attachment (id=176510)
 --> (https://bugs.webkit.org/attachment.cgi?id=176510&action=review)
reduced test case

The red border around the anchor tag should encompass the div which is parented to the anchor tag.  The region returned by absoluteClippedOverflowRect is only for the text that is a direct child of the anchor.  The div, with it's size and text is neither underlined nor is it encompassed by the border.

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