Modify ↓
Ticket #555 (closed bug: fixed)
ifx six-digit hexadecimal color parsing
| Reported by: | bluej100@… | Owned by: | stefan |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | interface | Version: | |
| Keywords: | ifx, color, hexadecimal | Cc: | |
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Dang, should have previewed. That should have been a literal caret.