mfl28 / BoundingBoxEditor

A JavaFX desktop application for creating image-object-annotations with bounding boxes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Navigation key release handler incorrectly consumes non-navigation key release events

mfl28 opened this issue · comments

Describe the bug
Navigation key release handler incorrectly consumes non-navigation key release events. This results in corresponding actions not being triggered (after first successful trigger).

To Reproduce
Steps to reproduce the behavior:

  1. Load image, enter category, draw bounding box.
  2. Select bounding box and hit Delete -> the box is deleted.
  3. Draw another box, select it, hit Delete -> deletion is not triggered.

Expected behavior
All actions should trigger correctly.

Desktop (please complete the following information):

  • OS: All