Bug 69224
Summary: | Web Inspector: color in #aabbcc format shows incorrectly | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ilya Tikhonovsky <loislo> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Ilya Tikhonovsky
1) inspect an element
2) add background: #99cc00 color to the element's style
expected: background: #99cc00
actual: background: #9c0
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Joseph Pecoraro
Those two are the same. #rgb == #rrggbb. If you select in the settings menu, "As Authored"
you should see what was originally typed. You can also click the color swatch to change from
shorthex to longhex output.
Or am I misunderstanding the issue?
Ilya Tikhonovsky
(In reply to comment #1)
> Those two are the same. #rgb == #rrggbb. If you select in the settings menu, "As Authored"
> you should see what was originally typed. You can also click the color swatch to change from
> shorthex to longhex output.
>
> Or am I misunderstanding the issue?
You are right. I haven't known that the three digit color is expanding such way.