Bug 103535 - RenderObject::absoluteClippedOverflowRect() returns a smaller rect than desired
Summary: RenderObject::absoluteClippedOverflowRect() returns a smaller rect than desired
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-28 10:10 PST by Konrad Piascik
Modified: 2023-06-08 17:01 PDT (History)
4 users (show)

See Also:


Attachments
reduced test case (299 bytes, text/html)
2012-11-28 10:10 PST, Konrad Piascik
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Konrad Piascik 2012-11-28 10:10:23 PST
Created attachment 176510 [details]
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.
Comment 1 Ahmad Saleem 2023-06-08 17:01:44 PDT
The rendering seems to be similar to Chrome Canary 116, Firefox Nightly 116 and Safari Technology Preview 171.

I think we can mark this as 'RESOLVED CONFIGURATION CHANGED', CCing Alan for his input.