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

ASF GitHub Bot commented on NIFI-3154:
--------------------------------------

Github user mcgilman commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/1305#discussion_r91519524
  
    --- Diff: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-connection-configuration.js
 ---
    @@ -189,7 +189,7 @@ nf.ConnectionConfiguration = (function () {
     
                 // populate the port information
                 $('#input-port-source').show();
    -            $('#input-port-source-name').text(inputPortName);
    +            
$('#input-port-source-name').text(inputPortName).addClass('ellipsis').attr('title',
 inputPortName);
    --- End diff --
    
    Can the ellipsis class for all fields changed in this file be applied 
directly to the element in the corresponding JSP?


> Connection Config and Connection Details dialogs .label elements text overflow
> ------------------------------------------------------------------------------
>
>                 Key: NIFI-3154
>                 URL: https://issues.apache.org/jira/browse/NIFI-3154
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core UI
>    Affects Versions: 1.1.1
>            Reporter: Scott Aslan
>            Assignee: Scott Aslan
>            Priority: Minor
>             Fix For: 1.2.0
>
>         Attachments: connection dialog text label missing ellipsis.png
>
>
> The Processor name label text does not display ellipsis when sufficiently 
> long.



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

Reply via email to