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

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

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

    https://github.com/apache/nifi/pull/1438#discussion_r98240235
  
    --- Diff: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/provenance/nf-provenance-table.js
 ---
    @@ -617,7 +617,7 @@
     
                     // adjust the field width for a potential scrollbar
                     var searchFieldContainer = 
$('#searchable-fields-container');
    -                if (searchFieldContainer.get(0).scrollHeight > 
searchFieldContainer.innerHeight()) {
    +                if (searchFieldContainer.get(0).scrollHeight > 
Math.round(searchFieldContainer.innerHeight())) {
    --- End diff --
    
    Yep, agreed. Will update.


> UI - Upgrade jQuery
> -------------------
>
>                 Key: NIFI-3291
>                 URL: https://issues.apache.org/jira/browse/NIFI-3291
>             Project: Apache NiFi
>          Issue Type: Task
>          Components: Core UI
>            Reporter: Matt Gilman
>            Assignee: Matt Gilman
>             Fix For: 1.2.0
>
>
> Also consider upgrading all jQuery plugins too.



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

Reply via email to