You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Andy LoPresto (JIRA)" <ji...@apache.org> on 2018/06/05 15:59:00 UTC

[jira] [Commented] (NIFI-3217) Resizing browser closes property entry textbox

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

Andy LoPresto commented on NIFI-3217:
-------------------------------------

I am not a JS expert, but I think a potential solution would be to intercept the call that kills the active editor, copy the current state of that dialog into a temporary cache in local storage, and then when the responsive stuff is resized and a new editor is about to be opened, repopulate the content in there. 

As it exists now, resizing a window with an editor open and changes to the content causes data loss, which is not acceptable. 

> Resizing browser closes property entry textbox
> ----------------------------------------------
>
>                 Key: NIFI-3217
>                 URL: https://issues.apache.org/jira/browse/NIFI-3217
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core UI
>    Affects Versions: 1.1.0
>            Reporter: Joseph Percivall
>            Priority: Minor
>
> Steps to reproduce
> 1: Have processor on graph
> 2: Open processor config window
> 3: Click to edit the value of a property (opens the entry textbox)
> 4: With the textbox open, resize the Browser Window
> 5: See the textbox automatically close
> Preferably, this should instead stay open.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)