[ 
https://issues.apache.org/jira/browse/NIFI-3291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Scott Aslan reopened NIFI-3291:
-------------------------------

So I found another set of issues caused by the more precise .innerWidth() and 
.innerHeight() in the new version of jQuery. The issue is that we use 
.scrollWidth and .scrollHeight properties to do some comparisons to 
.innerWidth() and .innerHeight() values respectively. The problem is that 
.scrollWidth and .scrollHeight are rounded integer values and now .innerWidth() 
and .innerHeight() are returning more precise floats. I think we need to use 
Math.round() in these cases. Reopening this ticket to address this issue.

> 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