Bug 128837
| Summary: | Web Inspector: Color Picker: dragging point to change color doesn't have "clean" extremes | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris J. Shull <chrisjshull> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | graouts, joepeck, timothy, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Chris J. Shull
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris J. Shull
Looks like I was looking at an outdated color picker.
Radar WebKit Bug Importer
<rdar://problem/16092505>