[Webkit-unassigned] [Bug 111705] New: CSS Column height incorrectly set when only 1 column

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 7 03:22:06 PST 2013


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

           Summary: CSS Column height incorrectly set when only 1 column
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
               URL: http://jsfiddle.net/andismith/dNSK9/
        OS/Version: Mac OS X 10.7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andi.smith.uk+webkit at gmail.com


When using -webkit-column-count: 2 with an unordered list, if you set an height property on your list item, it will not be respected for lists with only 1 item; but it will work for lists with more than 1 item.

See JSFiddle for demo. - http://jsfiddle.net/andismith/dNSK9/

Steps to reproduce:
- Create an unordered list with 2 items
- Add -webkit-column-count: 2 to the UL
- Add a height to the LI (large heights work better for debugging)
- Load and observe the height is as specified.
- Remove one of the LI items
- Reload and observe the height is no longer correct.

Expected Behaviour:
- Single list item maintains correct height.

Actual Behaviour
- Single list item ignores height.

Build Dates:
Occurs on Mac in Chrome 25, Chrome Canary 27, Safari 6, Webkit Nightly (7th March 2013)

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