Posible bug in Touchgfx Keyboard ?
- May 20, 2020
- 4 replies
- 1983 views
Hey,
I'm working on custom board Touchgfx project and I'm using Keyboard widget for text input. During testing I found out that keyboard Cancel event is not working properly.
Description of problem:
When i click and hold on one of keys and drag out of this area the keyboard cancels event and nothing happens as expected. But when i click again on any other or same key and release it in area of this key nothing happens again ( here i would expect that belonging character is written in text buffer). Keyboard starts working normal after second press and release.
I tried it also in Keyboard Example in touchgfx UI templates. Example works the same as I described. For better understanding I'm atthacing video.
I have already managed to solve these problems by editing the Keyboard.cpp file, but I still report this to clarify whether this is an bug or my misunderstanding of using Keyboard.