WebGL and keypress dumps in TextFields
Unsolved
QtWebEngine
-
Re: WebGL and keypress dumps in TextFields
The problem posted 7 months ago on the previous topic (https://forum.qt.io/topic/95803/webgl-and-keypress-dumps-in-textfields) is still relevant with the Qt version 5.12.2.
I tried on Firefox 66.0.5 and Chromium 74.0.3729.131.
I'm using Qt Creator 4.9.0 on Ubuntu 18.04.2.For the moment I use a validator but this is not a real solution.
TextField { id: connectionLogin x: 20 width: connection.width - x * 2 placeholderText: "Login" onTextChanged: backend.currentLogin = text validator: RegExpValidator { regExp: /((?!CapsLock|NumLock|ScrollLock|ContextMenu|Pause).)*/ } }
I think it's a problem with WebGL, it maybe needs a patch.
Is there any solution ?
-
This post is deleted!
-
up !
Nobody knows a solution ?