Bug 37332

Summary: Fluid Grid alignment
Product: WebKit Reporter: Julien <julien>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: ap, bfulgham, bruno, mitz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.6   
URL: http://zeedev.aaz.fr/webkit-grid-bug/

Description Julien 2010-04-09 08:02:25 PDT
Hi,

If you go there http://www.designinfluences.com/fluid960gs/16/fluid/jquery/ and open the "16-Column Grid" panel, the right boxes ("16", "08", etc…) should be perfectly aligned.
I tested this on Firefox, it works perfectly well.
This grid is using width and margin with %, should probably be the problem…
Actually I'm using a grid just like this one, width and margin %,  and I have exactly the same problem.

Thank you
Comment 1 Alexey Proskuryakov 2011-01-19 00:41:33 PST
Is this simply because boxes have integer sizes in WebKit, so percentages don't add up?
Comment 2 Julien 2011-01-20 18:46:53 PST
So... is it a bug or not ? It sounds like % are not well managed by Webkit, right ?
Comment 3 Brent Fulgham 2022-07-11 17:08:27 PDT
The relevant website no longer exists.
Comment 4 Alexey Proskuryakov 2022-07-12 20:11:44 PDT
The webpage can be found at https://web.archive.org/web/20100413055950/http://www.designinfluences.com/fluid960gs/16/fluid/jquery/, and it appears to render as expected now.

Not that one needs divs for a grid layout any more :)