Skip to main content

Bug Tracker

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.

Attachments (0)
Change History (2)

Changed December 21, 2006 04:29PM UTC by bluej100@gma comment:1

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

Changed January 02, 2007 07:36AM UTC by stefan comment:2

resolution: → fixed
status: newclosed