Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-120353

webengine crash on Qt::Key_Enter

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: Not Evaluated Not Evaluated
    • None
    • 6.4.2
    • Core: Event loop, WebEngine
    • None
    • Raspberry ARM64
    • Linux/X11

      I found a very critical bug on raspberry qt6.4.2 arm64, which occurs if the enter keypress event is triggered.

          QKeyEvent *enter_key = new QKeyEvent(QKeyEvent::KeyPress, Qt::Key_Enter, Qt::NoModifier, inputText);
          QApplication::instance()->sendEvent(pFocusItem, enter_key);
      }
      If you trigger this event in any of the places, the application will crash. The rest of the buttons work normally

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            krizound Andrei Nikonov
            krizound Andrei Nikonov
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes