[ https://issues.apache.org/jira/browse/NIFI-480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matt Gilman updated NIFI-480:
-----------------------------
Attachment: 0001-NIFI-480.patch
This patch addresses concerns when pressing escape to cancel a dialog in the canvas and controller
settings. Known remaining issues to be addressed separately.
- Pressing escape does not currently work in other pages (Summary, History, Users, etc).
- When editing a property value, if the field loses focus the ability to escape is lost until
the focus returns. This is due to issues with the grid's editor being able to clean up after
itself. Once focus is lost, the event bubbles outside this context and could lead to canceling
the entire dialog. This could lead to configuration loss if there were other unsaved changes.
For this reason, it is prevented.
> Pressing escape to close/cancel a dialog does not work in all conditions
> ------------------------------------------------------------------------
>
> Key: NIFI-480
> URL: https://issues.apache.org/jira/browse/NIFI-480
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core UI
> Reporter: Matt Gilman
> Assignee: Matt Gilman
> Priority: Minor
> Attachments: 0001-NIFI-480.patch
>
>
> Need to ensure the proper closing when the dialogs become stacked. This is very tricky
due to other components grabbing focus and throwing off the event bubbling.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
|