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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 23 15:20:37 PDT 2014


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

           Summary: Web Inspector: Gradient Editor Does Not Appear in Some
                    Cases
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: betravis at adobe.com
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com,
                    graouts at webkit.org


Some gradients do not appear to trigger the new gradient editor.

I used styles.css:
.float {
    background: linear-gradient(green, blue);
}

and test.html:
<!doctype html>
<html>
<head>
<link href='styles.css' rel='stylesheet'>
<style>
.float {
    width: 200px;
    height: 200px;
    float: left;
}
</style>
</head>
<body>
<div class='float'></div>
</div>
</body>
</html>

Changing the gradient to linear-gradient(0deg, green, blue) did work.

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