[
https://issues.jenkins-ci.org/browse/JENKINS-10585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=160232#comment-160232
]
Michał Chojaczyk commented on JENKINS-10585:
--------------------------------------------
Hi,
what about change it with this way:
http://www.red-team-design.com/css3-webkit-gradient-support-updated
how to check-in the corrected code? I've log/pass accepted by svn server but
while committing there is problem. Can someone to test access?
BR
Michał
> Radiator View does show builds with test-failure as red rather than yellow on
> Webkit and Firefox
> ------------------------------------------------------------------------------------------------
>
> Key: JENKINS-10585
> URL: https://issues.jenkins-ci.org/browse/JENKINS-10585
> Project: Jenkins
> Issue Type: Bug
> Components: radiatorview
> Affects Versions: current
> Environment: * WebKit Browsers (like Chrome), Firefox; Internet
> Explorer not affected
> * Radiator View Plugin 1.13
> Reporter: Mark Michaelis
> Assignee: howama
> Attachments: BGColorTestFailures-JENKINS-10585.svn.diff
>
>
> With Version 1.13 of the Radiator View Plugin Builds with Test Failures are
> not shown as yellow anylonger but are red. This is true for all WebKit
> browsers and Firefox browsers because of this CSS entry:
> {noformat}
> .failing {
> background-image: -webkit-gradient(...red...);
> background-image: -moz-linear-gradient(...red...);
> }
> {noformat}
> and the HTML source for reading:
> {code:xml}
> <div style="background-color:red;" class="job failing normal">Failed
> Build</div>
> <div style="background-color:yellow;" class="job failing normal">Failed
> Tests</div>
> {code}
> Thus the gradient overrides the background-color and both jobs are shown as
> being red.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira