evernat commented on Bug JENKINS-14749

after a google search,

  • opacity: 0.5; works since IE9 and in all modern browsers.
  • filter: alpha(opacity=50); works for IE8 and before
  • -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; also works for IE8 and before

IE8 is certainly used only by users still having Windows XP, because they can't upgrade to IE9. But Windows XP is EOL and not supported anymore since yesterday. So IE8 usage will now drop fast like Windows XP usage.

So I think that we can remove both -ms-filter and filter: alpha lines.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to