 adler Registered User |
Quote
|
| 2026-04-17 17:13:06 |
|
Currently, HEX color codes that include the 'hash' symbol are not handled correctly. For example, when pasting a value like 'hash'04aa6d, the resulting color becomes '0B0650' instead of the expected one. The same incorrect color appears even if only 'hash' is entered, which suggests the 'hash' character is being misinterpreted.
It would be great if the input field could accept HEX colors both with and without the 'hash' prefix, so that values like 'hash'04aa6d and 04aa6d both work correctly (and produce the same color).
(If I enter the 'hash' / &35; / U+0023 unicode, and submit it to the forum, the unicode is gone, so need to put it as 'hash')
|
 niko Moderator |
Quote
|
| 2026-04-18 06:35:37 |
|
True, that would be a good idea. It's not much work to add support for this - will do.
|