[Webkit-unassigned] [Bug 80162] New: Border radius, position relative, overflow hidden doesn't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 2 07:39:23 PST 2012


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

           Summary: Border radius, position relative, overflow hidden
                    doesn't work
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://jsfiddle.net/danieletesta/zcXLw/
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mrwolfgraphics at gmail.com


Created an attachment (id=129899)
 --> (https://bugs.webkit.org/attachment.cgi?id=129899&action=review)
bug attatch

In this fiddle I recreate what I'm working on: http://jsfiddle.net/danieletesta/zcXLw/
Picture the scenario of a list of images that must be stretched for some reason.
Now if I want to center the image I must apply a margin-left/margin-top negative value.
Also I must put inside the list a title which of course must be position absolute in order to be on top of my image (that's why I'm putting the li in position relative).
Il looks like the overflow hidden of the list is not working.

see attatchment

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