RFR: 6788481: CellEditorListener.editingCanceled is never called [v2]

Sergey Bylokhov serb at openjdk.org
Tue Nov 22 04:46:22 UTC 2022


On Mon, 21 Nov 2022 13:48:46 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> When editing of a table cell is canceled, the function editingCanceled of the registered listener CellEditorListener is not called as actionPerformed on ESC key press was not notifying the "cancel" listeners.
>> Fix is to handle "Cancel" action in actionPerformed() by forwarding the Cancel message from CellEditor to the delegate so that it can call `AbstractCellEditor.fireEditingCanceled(`) which notifies all listeners of cancel event.
>
> Prasanta Sadhukhan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Updated test to test all installed L&F

Marked as reviewed by serb (Reviewer).

-------------

PR: https://git.openjdk.org/jdk/pull/10964



More information about the client-libs-dev mailing list