Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. WebGL and keypress dumps in TextFields
Qt 6.11 is out! See what's new in the release blog

WebGL and keypress dumps in TextFields

Scheduled Pinned Locked Moved Unsolved QtWebEngine
3 Posts 1 Posters 1.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Thomas Dubois
    wrote on last edited by Thomas Dubois
    #1

    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 ?

    1 Reply Last reply
    0
    • T Offline
      T Offline
      Thomas Dubois
      wrote on last edited by
      #2
      This post is deleted!
      1 Reply Last reply
      0
      • T Offline
        T Offline
        Thomas Dubois
        wrote on last edited by
        #3

        up !
        Nobody knows a solution ?

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved