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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 15 18:33:09 PST 2010


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





--- Comment #14 from Darin Adler <darin at apple.com>  2010-12-15 18:33:08 PST ---
(In reply to comment #12)
> (In reply to comment #5)
> > > 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.

Not sure. Maybe Hyatt, maybe Mitz. Sorry I can’t remember.

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