[BUG] vision browser touch keyboard

Hey

Im having issues reguarding the touchscreen mode on vision in a web component.
On most of text inputs inside the web component, it seem to work fine, but on certain text inputs inside a popup from the website it sometimes doesnt seem to work.

Could someone check this out? This links to a common used ui framework where the bug appears in its popup modal component.

This frameworks basic input fields work, but the one from the popups sometimes do not... If it fails once it seems to fail for the whole session untill the client has restarted, but even than it isnt guarenteed to work again.
Any ideas on how to test this further or zone in on a solution?

I can modify the website we are trying to display in vision, So if someone knows a javascript way to trigger the keyboard to popup by force if nothign else works...

I tried turning on jxbrowsers debuging tools through jvm but was unsuccesful...
Any ideas are welcome

What version of the web browser module are you using? If it's older than (I think) 8.1.34, it's got a super old version of Chromium embedded, so this might just be a fixed bug.

Possibly something fruitful in the JxBrowser API docs:

Though I have no idea if the Javascript-calling-Java convention will work from Jython: JavaScript | JxBrowser