#555 closed bug (fixed)
ifx six-digit hexadecimal color parsing
Reported by: | Owned by: | stefan | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | interface | Version: | |
Keywords: | ifx, color, hexadecimal | Cc: | |
Blocked by: | Blocking: |
Description
The ifx plugin currently parses six-digit hexadecimal colors as though they were three digits because the regexes used don't have start/end characters. I recommend at least changing the regex in line 367 to begin with "" and end with "&". Those on lines 355, 361, and 374 should probably be changed as well.
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Dang, should have previewed. That should have been a literal caret.