[Webkit-unassigned] [Bug 18065] Problem with calculation of elements with percentage-width

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 19 18:51:00 PDT 2013


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


Bruno <bruno at hexanet.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bruno at hexanet.net




--- Comment #3 from Bruno <bruno at hexanet.net>  2013-07-19 18:50:55 PST ---
(In reply to comment #2)
> Should probably add the 'within 0.01' check from the css back end to the length front end when doing percents.

I can confirm this, and have observed this discrepancy in width calculation in Safari, and previously Presto, for every percentage based framework grids I see. Including my own preliminary model at: http://www.hexanet.com/test/

In Safari 5,5 .1, and 6 on this grid, both the inline-block and block rows do not fill the 100% of the given container, while they do correctly in Chrome, Blink and IE. It get worse when you resize the viewport.

My question would be why does Safari round up to the second decimal and not Chrome? As you seem to suggest...

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