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

webengine crash on Qt::Key_Enter

    XMLWordPrintable

Details

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

    Description

      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

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes