Bug 37332
Summary: | Fluid Grid alignment | ||
---|---|---|---|
Product: | WebKit | Reporter: | Julien <julien> |
Component: | CSS | Assignee: | 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/ |
Julien
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
Is this simply because boxes have integer sizes in WebKit, so percentages don't add up?
Julien
So... is it a bug or not ? It sounds like % are not well managed by Webkit, right ?
Brent Fulgham
The relevant website no longer exists.
Alexey Proskuryakov
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 :)