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

Sreenath Somarajapuram edited comment on TEZ-2147 at 2/26/15 9:24 AM:
----------------------------------------------------------------------

[~jeagles]

Can you please add this change in graph-view.js to the patch, its for fixing 
issue with edge tooltip.
       case "path": 
         tooltipData = { 
           position: { 
 -            x: event.pageX, 
 -            y: event.pageY 
 +            x: event.clientX, 
 +            y: event.clientY 
           }, 
           title: '%@ - %@'.fmt( 

Or if you authorize, I can add a patch 2 with all the mentioned changes.


was (Author: sreenath):
[~jeagles]

Can you please add this change in graph-view.js to the patch, its for fixing 
issue with edge tooltip.
       case "path":
         tooltipData = {
           position: {
 -            x: event.pageX,
 -            y: event.pageY
 +            x: event.clientX,
 +            y: event.clientY
           },
           title: '%@ - %@'.fmt(

Or if you authorize, I can add a patch 2 with all the mentioned changes.

> 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