[ 
https://issues.apache.org/jira/browse/YARN-3845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14626322#comment-14626322
 ] 

Mohammad Shahid Khan commented on YARN-3845:
--------------------------------------------

IE 11 refused to work with rgba color format. 
There are two solution for the same.
1.  To correct the same we can add the below meta in the html.
{CODE} <meta http-equiv="x-ua-compatible" content="IE=edge" /> {CODE}
But this fix will induce the backword compatibitly issue, means in lower 
version of IE8, IE9 etc will not work.

2. Along with with the rgba value we can use the hex value as well. OR we can 
use only hex
 For example;
{CODE} background:rgba(255, 140, 0, 0.8);background:#ff8c00" {CODE}

> [YARN] YARN status in web ui does not show correctly in IE 11
> -------------------------------------------------------------
>
>                 Key: YARN-3845
>                 URL: https://issues.apache.org/jira/browse/YARN-3845
>             Project: Hadoop YARN
>          Issue Type: Bug
>            Reporter: Jagadesh Kiran N
>            Priority: Trivial
>         Attachments: IE11_yarn.gif
>
>
> In IE 11 , the color display is not proper for the scheduler . In other 
> browser it is showing correctly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to