Side navigation
#555 closed bug (fixed)
Opened December 21, 2006 04:29PM UTC
Closed January 02, 2007 07:36AM UTC
Last modified June 19, 2007 08:18AM UTC
ifx six-digit hexadecimal color parsing
Reported by: | bluej100@gmail.com | 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.
Dang, should have previewed. That should have been a literal caret.