[Webkit-unassigned] [Bug 132083] Web Inspector: Gradient Editor Does Not Appear in Some Cases

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 24 01:43:26 PDT 2014


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





--- Comment #3 from Antoine Quint <graouts at webkit.org>  2014-04-24 01:43:48 PST ---
WebInspector.LinearGradient.linearGradientWithComponents() is being called with components = [["green"], ["blue"]] and hits the following branch:

        // We don't support any of the legacy linear gradient formats.
        return null;

… which was added in http://trac.webkit.org/changeset/165017 to fix https://bugs.webkit.org/show_bug.cgi?id=129623.

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