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.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to