Jump to content

Toggle Message Visibility   Welcome to our Community, Guest!

Get involved and become a part of our growing community. It's absolutely free! Register an account and join us today. Already a member? Sign in!

Issue information

  • #000003

  • 3 - Medium

  • Resolved - Fixed


Issue Confirmations

  • Yes (0)No (0)
Photo

Issue Title Severity 1 Colour Using Value From Severity 0

Posted by AndY on 04 July 2010 - 02:08 PM

For some reason, the text colour of a Severity 1 issue title is using the colour value from Severity 0, even though it's set properly in the severity cache.

Cache:
Array
(
    [skin4] => Array
        (
            [sev0] => Array
                (
                    [color] => #cccccc
                    [back] => transparent
                )

            [sev1] => Array
                (
                    [color] => #000000
                    [back] => #caecaf
                )

            [sev2] => Array
                (
                    [color] => #000000
                    [back] => #f0f3a4
                )
CSS:
.bug-severity-0,
.bug-severity-0 a:link, 
.bug-severity-0 a:visited, 
.bug-severity-0 a:active
{
	color: #cccccc;
	background: transparent;
}
.bug-severity-1,
.bug-severity-1 a:link, 
.bug-severity-1 a:visited, 
.bug-severity-1 a:active
{
	color: #cccccc;
	background: #caecaf;
}
.bug-severity-2,
.bug-severity-2 a:link, 
.bug-severity-2 a:visited, 
.bug-severity-2 a:active
{
	color: #000000;
	background: #f0f3a4;
}

Attached Image: TitleSevColour.png

Recaching causes the text colour of both severities to revert back to #000000.

Updating status to: Confirmed - General
Updating severity to: 3 - Medium


Updating status to: Pending - Awaiting 3rd Party Fix

Waiting for reply/fix from IP.Tracker devs. Report: http://community.inv...rom-severity-0/


Updating State to: Pending


Updating State to: Assigned

Assigned to apply the fix as per: http://community.inv...indpost&p=93133


Updating status to: Resolved - Fixed
Updating State to: Resolved






1 user(s) are reading this issue

0 members, 1 guests, 0 anonymous users