[Webkit-unassigned] [Bug 22759] dropdown menu disappears on mouse-over

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 15 16:12:13 PST 2010


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


dgrogan at google.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com,
                   |                            |dgrogan at google.com




--- Comment #12 from dgrogan at google.com  2010-12-15 16:12:12 PST ---
(In reply to comment #5)
> (From update of attachment 73438 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=73438&action=review
> 
> > WebCore/css/CSSPrimitiveValue.h:46
> > -    value += (value < 0) ? -0.01 : +0.01;
> > +    value += (value < 0) ? -0.5 : +0.5;
> 
> I’m pretty sure this is not acceptable. We discussed this when originally writing the code here and tried it and saw problems. Did you run regression tests? What tests did this affect?

Darin A, who might remember what those problems were?  I didn't notice anything clearly problematic in the layout tests when they were run with the most recent patch.

(I added you to the cc list of this bug because I'm not sure if you'll see this message otherwise.  Apologies in advance if that's a faux pas.)

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