You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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?
Steps to reproduce
a
SHIFT
+TAB
to return to the edit (maybe the carret wont display because of issue Caret is gone when switching to a VCL control viaTAB
and back to the FireMonkeyContainer #15)c
b
acb
but correct would beabc
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).
The text was updated successfully, but these errors were encountered: