GitHub user mcgilman opened a pull request:
https://github.com/apache/nifi/pull/2766
NIFI-3217: Preventing editor close on window resize
NIFI-3217:
- Disabling the resize of SlickGrid when there is an active edit occuring.
This will prevent the accidental closure of the current edit.
- Triggering a resize when the active editor closes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mcgilman/nifi NIFI-3217
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/2766.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2766
----
commit c4d4fc6a70799a902bea1b5c487eeff3d9df21a7
Author: Matt Gilman <matt.c.gilman@...>
Date: 2018-06-06T15:40:07Z
NIFI-3217:
- Disabling the resize of SlickGrid when there is an active edit occuring.
This will prevent the accidental closure of the current edit.
- Triggering a resize when the active editor closes.
----
---