Issue with AdvSmoothTouchKeyBoard

Hi,
when adding an AdvSmoothTouchKeyBoard to a form, it adds an invisible control that eats tabstop. So if you have 2 TEdit in a form you now need to tab 3 times to loop between them.

To reproduce:
Create a form with 2 TEdit and add an AdvSmoothTouchKeyBoard. Press tab a few times and you should notice the issue.

I checked the keyboard code a bit and the focus ends up in the inner FEditControl of the keyboard. Setting it's tab stop to false when it is created in the TAdvSmoothTouchKeyBoard.Create might solve the issue.

Is this something that can be fixed?

Thanks!

Hi,


We have applied a fix, the next version will address this.