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

Sreenath Somarajapuram commented on TEZ-2147:
---------------------------------------------

Thanks [~jeagles].

The behaviors have revealed a bug in displaying tooltip for edges (Reproducible 
on scroll). But setting position to absolute would break tooltips in dag view.

Solutions:
Tooltip positioning: In swimlane_view.js replace event.pageX with 
event.clientX, and event.pageY with event.clientY.
Making tooltip wider: In dag-view.less replace max-width: 620px; with 
max-width: 820px; and max-width: 300px; with max-width: 400px;

Comment on patch:
Indentation in swimlanes.hbs is improper.
Should be
<div class="tool-tip">
  <div class="bubble">
    <div class="tip-title">Title</div>
    <div class="tip-text"></div>
    <div class="tip-list"></div>
  </div>
</div>

> Swimlanes: Improved tooltip
> ---------------------------
>
>                 Key: TEZ-2147
>                 URL: https://issues.apache.org/jira/browse/TEZ-2147
>             Project: Apache Tez
>          Issue Type: Bug
>          Components: UI
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>         Attachments: TEZ-2147.1.patch
>
>
> The swimlane tooltip is not thematic as with the other tooltips provided in 
> the Tez UI. This jira will bring swimlane tooltips in line with the rest of 
> the UI.



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

Reply via email to