[Webkit-unassigned] [Bug 111773] New: Inline-block elements seem to push each other down.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 7 13:54:12 PST 2013


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

           Summary: Inline-block elements seem to push each other down.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://jsfiddle.net/ZGaA6/
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: seba.kerckhof at gmail.com


I have a div that is supposed to have a number of columns (ul elements) with in between each column a div element that should act as a divider (used for resizing columns).
So I make the ul and the in-between div's all display:inline-block, they appear correctly in Firefox and IE, but incorrect in webkit (google chrome beta channel and latest nightly of webkit+safari):

Example with 1 column and 1 divider:
http://jsfiddle.net/ZGaA6/

Screenshot with webkit:
http://dl.dropbox.com/u/14580252/webkit.png

Screenshot of firefox / ie:
http://dl.dropbox.com/u/14580252/firefox.png

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