[Webkit-unassigned] [Bug 128837] New: Web Inspector: Color Picker: dragging point to change color doesn't have "clean" extremes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 14 13:20:30 PST 2014


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

           Summary: Web Inspector: Color Picker: dragging point to change
                    color doesn't have "clean" extremes
           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: chrisjshull at gmail.com
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com, graouts at apple.com


Web Inspector: Color Picker: dragging point to change color doesn't have "clean" extremes

Steps:
1) <div style="color: rgb(0, 0, 0)">
2) inspect
3) click color swatch to bring up picker
4) move point to corners

Observed:
rgb(255, 255, 255); rgb(255, 3, 3); rgb(3, 0, 0); rgb(3, 3, 3);

Expected:
rgb(255, 255, 255); rgb(255, 0, 0); rgb(0, 0, 0); rgb(0, 0, 0);

HSL mode exhibits similar issues.

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