[Webkit-unassigned] [Bug 26030] [Chromium] Chromium Linux ignores background color on <select>.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 5 17:24:02 PDT 2009


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





------- Comment #15 from mitz at webkit.org  2009-06-05 17:24 PDT -------
(From update of attachment 31020)
> +    while (hue >= 360.0)
> +        hue -= 360.0;
> +
> +    // makeRGBAFromHSLA assumes that hue is in [0...1).
> +    hue /= 360.0;

What is the purpose of the while loop?

> +    lightness = 0.5f * (max + min);

The "f" seems unhelpful at best.

> +    else if (lightness <= 0.5f)

Ditto.


-- 
Configure bugmail: https://bugs.webkit.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