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

QKeySequence ( selectall/cut/copy/paste ) are not handled on QLineEdit once a context menu is requested on it, rather they are passed over to MainWindow

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • 5.4.1
    • 5.3.2
    • GUI: Look'n'Feel
    • None
    • OSX 10.9

    Description

      I have a QMainWindow on which I have installed some triggers ( select all, cut, copy, paste etc. ), I have a several QLineEdits on the same application.
      If I request a context menu on any lineedit, and then bring back the lineedit to focus, it fails to accept/handle any of the shortcuts ( means if i perform a select all( ctrl+a ), cut/copy etc. ), it happens on the mainwindow itself.

      It can be easily reproducible on the mock application i have attached.
      There is a selectall trigger installed on the QMainWindow, which selects the content on the topmost QTextEdit field,
      now you start entering something in the QLineEdit below the text edit and request for a context menu on it and then try pressing ctrl+a, it selects the content of the TextEdit above the selected/focused LineEdit. ( Same happens with the cut/copy/paste as well, can't see it here since I have not installed those triggers on mainwindow ).

      Attachments

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

        Activity

          People

            dedietri Gabriel de Dietrich (drgvond)
            ankur.h.sharma Ankur Sharma
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes