[
https://issues.apache.org/jira/browse/NIFI-3291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15843085#comment-15843085
]
ASF GitHub Bot commented on NIFI-3291:
--------------------------------------
Github user scottyaslan commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1438#discussion_r98239800
--- 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 --
@mcgilman I think this whole block of code is dead. The widths of the
inputs for the "Search Events" dialog of the "Data Provenance" shell's
$('#searchable-fields-container') are defined by CSS (in provenance.css line
#141) and the widths being applied with this code are causing those inputs not
to fill their available space.
> 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)