[Webkit-unassigned] [Bug 72619] border-radius does not "hide" inner content when overflow:hidden is specified

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 30 23:19:18 PST 2011


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





--- Comment #3 from Manolis Kp. <mkmoss.gr at gmail.com>  2011-11-30 23:19:18 PST ---
Created an attachment (id=117350)
 --> (https://bugs.webkit.org/attachment.cgi?id=117350&action=review)
The HTML file that will generate the bug in webkit

As you will notice there is one div element inside another, in the html file.
The outer div has position:relative style as well as overflow:hidden.
The inner div is larger than the outer div, it gets hidden but not at the corner areas.
I noticed that if the outer div does not specify position:relative and the inner does not specify position:absolute then it works as expected.
So it seems there is a problem with the positioning types.

However the above html code works well with Firefox (and as expected).

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