diff options
author | Nicholas Berlette <nick@berlette.com> | 2023-06-28 18:46:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-28 19:46:30 -0600 |
commit | b6253370cc8e430c575acd3fce0da44e057eb5b9 (patch) | |
tree | c7e550ffcd3e664e650292784401bfe45f21d3fe /ext/websocket/lib.rs | |
parent | 0434e041778cb3803de901b841f18b8fd8cc2a67 (diff) |
fix(console): correct the parseCssColor algorithm (#19645)
This is a fix for issue #19644, concerning the `parseCssColor` function
in the file `ext/console/01_console.js`. Changes made on lines
2756-2758. To sum it up:
> The internal `parseCssColor` function currently parses 3/4-digit hex
colors incorrectly. For example, it parses the string `#FFFFFF` as
`[255, 255, 255]` (as expected), but returns `[240, 240, 240]` for
`#FFF`, when it should return the same triplet as the former.
While it's not going to cause a fatal runtime error, it did bug me
enough to fix it real quick.
Diffstat (limited to 'ext/websocket/lib.rs')
0 files changed, 0 insertions, 0 deletions