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

Arrow keys (and other keys that do not produce a character) sometimes do not work #13

Open
yonojoy opened this issue May 26, 2016 · 1 comment

Comments

@yonojoy
Copy link

yonojoy commented May 26, 2016

Steps to reproduce

The cause for this seems to be related to the focus handling. Normally the FMX form will get these key events, then everything is working fine. (For instance after clicking on the edit). But sometimes the FiremonkeyContainer will get these key events, then they are lost. (For instance after returning from another dialog).

@yonojoy
Copy link
Author

yonojoy commented May 26, 2016

I added pull request #14, that will fix most of the problem. However, I am not sure if it would be better a better fix to target the underlaying focus problem.
One problem remains after the fix: ALT key seems to be handled differently. For instance ALT+arrow wont work - it does not trigger the event. Any idea?

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

No branches or pull requests

1 participant