[Webkit-unassigned] [Bug 33094] New: List item doesn't show when css is 'height: 0; overflow: visible; '

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 1 07:19:32 PST 2010


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

           Summary: List item doesn't show when css is 'height: 0;
                    overflow: visible;'
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows Vista
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: spamme at quzart.nl


Created an attachment (id=45732)
 --> (https://bugs.webkit.org/attachment.cgi?id=45732)
Testcase and workaround

Browsers tested:
       Safari: FAIL (version 4.0.4, help box reports WebKit version 531.21.10)
Google Chrome: FAIL (version 4.0.249.43)
      Firefox: OK (version 3.5.6)
        Opera: OK (version 10.10 build 4742)


What steps will reproduce the problem?
Open attachment in a WebKit browser.


What is the expected result?
The second box should display the text 'li'.
Notice that the height of the li element is set to 0, but it should still
display the content of the element because overflow is set to visible (style
attribute on li element is "height: 0; overflow: visible;").


What happens instead?
Second box doesn't display the text 'li'.

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