[Webkit-unassigned] [Bug 22759] dropdown menu disappears on mouse-over
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 28 14:33:21 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=22759
--- Comment #21 from David Levin <levin at chromium.org> 2011-02-28 14:33:20 PST ---
(From update of attachment 84112)
View in context: https://bugs.webkit.org/attachment.cgi?id=84112&action=review
> Source/WebCore/css/CSSPrimitiveValue.cpp:450
> double zoomedResult = result * multiplier;
I'm not the right person to review this but speaking as someone who may read this code in the future, I find this patch confusing.
Specifically, there is a variable "shouldRound" and it isn't followed in all return statements. Is it a bug that this isn't done on on the final return "return zoomedResult;"?
--
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