kcjengr / qtpyvcp

QtPyVCP - Qt and Python based Virtual Control Panel framework for LinuxCNC.
https://www.qtpyvcp.com
Other
88 stars 48 forks source link

BUG: Virtual Keyboard doesn't work in some cases. Covers up things, or get's covered up. #138

Open Connor9220 opened 5 months ago

Connor9220 commented 5 months ago

If you try and rename a file/directory or use the save as button, the system throws up a virtual keyboard, but nothing you press does anything. It also covers up the Cancel / Ok buttons.

Virtual Keyboard covers up stuff on the find/replace screen.

No virtual keyboard support in the G-Code editor

When using the MDI bar, as you type, it pops up a drop down with previous commands that start matching what your typing. The drop down covers up parts of the virtual keyboard. Maybe move the keyboard down? Looks like the dropdown is limited to just a few lines before it scrolls.