Bug 37332 - Fluid Grid alignment
Summary: Fluid Grid alignment
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.6
: P2 Normal
Assignee: Nobody
URL: http://zeedev.aaz.fr/webkit-grid-bug/
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-09 08:02 PDT by Julien
Modified: 2022-07-12 20:11 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this 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 :)