You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Sreenath Somarajapuram (JIRA)" <ji...@apache.org> on 2015/05/23 11:46:17 UTC

[jira] [Comment Edited] (TEZ-2481) Tez UI: Graphical view not rendering correctly in IE

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

Sreenath Somarajapuram edited comment on TEZ-2481 at 5/23/15 9:45 AM:
----------------------------------------------------------------------

The issue was because of IE's poor/broken support of css in SVG.
# IE doesn't support transform in css like other browsers. This cased the bubbles in a vertex to appear at the origin - https://connect.microsoft.com/IE/feedbackdetail/view/920928
# IE have a broken support for the marker(Arrow on the path). This was causing the links/paths to disappear - https://connect.microsoft.com/IE/feedback/details/801938


was (Author: sreenath):
The issue was because of IE's poor/broken support of css in SVG.
# IE doesn't support transform in css like other browsers. This cased the bubbles in a vertex to appear at the origin.
# IE have a broken support for the marker(Arrow on the path). This was causing the links/paths to disappear.

> Tez UI: Graphical view not rendering correctly in IE
> ----------------------------------------------------
>
>                 Key: TEZ-2481
>                 URL: https://issues.apache.org/jira/browse/TEZ-2481
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Sreenath Somarajapuram
>            Assignee: Sreenath Somarajapuram
>         Attachments: TEZ-2481.1.patch
>
>




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