Skip to content

Conversation

@kjarosh
Copy link
Member

@kjarosh kjarosh commented Feb 1, 2026

Flash is very lenient in terms of parsing colors, any string that starts
with #, follows with optional whitespace, and hexadecimal number will
be parsed correctly. The hex color value is just assigned based on the
number (so #abc is #000abc, not #aabbcc).

@kjarosh kjarosh added text Issues relating to text rendering/input A-core Area: Core player, where no other category fits T-fix Type: Bug fix (in something that's supposed to work already) html Issues related to HTML in text fields (parsing, formatting, etc.). T-compat Type: Compatibility with Flash Player and removed T-fix Type: Bug fix (in something that's supposed to work already) labels Feb 1, 2026
@kjarosh kjarosh force-pushed the textfield-html-color branch 3 times, most recently from 7eb0a3a to 196abbe Compare February 1, 2026 02:33
Flash is very lenient in terms of parsing colors, any string that starts
with #, follows with optional whitespace, and hexadecimal number will
be parsed correctly.  The hex color value is just assigned based on the
number (so #abc is #000abc, not #aabbcc).
@kjarosh kjarosh force-pushed the textfield-html-color branch from 196abbe to 6fb0cc9 Compare February 1, 2026 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-core Area: Core player, where no other category fits html Issues related to HTML in text fields (parsing, formatting, etc.). T-compat Type: Compatibility with Flash Player text Issues relating to text rendering/input

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant