[Webkit-unassigned] [Bug 5164] Non-integer percentages are incorrectly rounded down in Safari
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Tue Dec 27 15:27:03 PST 2005
http://bugzilla.opendarwin.org/show_bug.cgi?id=5164
macdome at opendarwin.org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|hyatt at apple.com |webkit-
| |unassigned at opendarwin.org
------- Additional Comments From macdome at opendarwin.org 2005-12-27 15:27 -------
This is a simple int vs. float rounding issue. RenderStyle holds width as a "Length" which uses an int to
store its intermediate value (in this case 99.999). That's wrong. It should use a float. That could be a
serious performance issue however and would need to be well tested. Should be a pretty simple bug for
someone to fix however.
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list