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

'Goto' dialog breaks keyboard support? #131

Open
fire-eggs opened this issue Aug 28, 2023 · 2 comments
Open

'Goto' dialog breaks keyboard support? #131

fire-eggs opened this issue Aug 28, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@fire-eggs
Copy link
Owner

After using the 'goto' dialog to view a different image in the list, all keyboard actions stop working. I.e. it is no longer possible to view "next image" with the right-arrow, page-down, etc.

This issue is intermittent. Sometimes happens immediately, sometimes multiple uses of the 'goto' dialog is required.

Observed multiple times on KDE, possibly not on Linux Mint Cinnamon.

@fire-eggs fire-eggs added the bug Something isn't working label Aug 28, 2023
@rageworx
Copy link
Collaborator

This is not a same breaking issue, but strange operation looks similar -
I'm trying to make some application with Wayland today, and there are a lot of bugs.
I think many Linux xservers are lost key handling when in many kinds of cases ( Even Windows too ... )
Did you implement to handle key with FLTK ?

@fire-eggs
Copy link
Owner Author

I've not confirmed yet, but I think my issue is:

  1. Dismiss the dialog by clicking 'OK' or the close button: keys behavior is fine.
  2. Dismiss the dialog by hitting the 'Enter' key (default button): keys stop working.

I have to check to see if I have a key handler at the top / application level, which might be part of the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants