Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When deleting an order, the dialog cannot be closed with the ENTER key #56

Open
marcalwestf opened this issue Jan 12, 2016 · 3 comments
Labels

Comments

@marcalwestf
Copy link
Contributor

When an order chosen to be deleted or Voided via the delete button or F3, a dialog appears.
The dialog doesn't listen to to any keys: neither the TAB nor the ENTER keys function.
This is valid for Swing and ZK.

In order for this dialog to work, the keys must be accepted.
See image attached.

20160112_pos_06

@marcalwestf
Copy link
Contributor Author

Correction: in Swing it works when there is no virtual keyboard layout defined.
This means, the POS terminal configuration should have no entry for "OnScreen Keyboard Layout" nor "OnScreen Number Pad Layout"

In ZK, the POS window is not opened when there is no virtual keyboard layout defined in the POS terminal configuration. In this case, an error is displayed.
See image.

20160112_pos_09

@marcalwestf
Copy link
Contributor Author

Tested and bug fixed in ZK.
Still has to be solved in Swing.

@marcalwestf
Copy link
Contributor Author

Now it works in Swing, but not in ZK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant