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

Selection handles are duplicated using desktop integration

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • 5.11.2
    • 5.9
    • Virtual Keyboard
    • None
    • Ubuntu 16.04

    Description

      When selecting text with the virtual keyboard (using desktop integration) on Ubuntu, there are four selection handles instead of two.

      #include <QApplication>
      #include <QLineEdit>
      
      int main(int argc, char *argv[])
      {
          qputenv("QT_IM_MODULE", QByteArray("qtvirtualkeyboard"));
      
          QApplication app(argc, argv);
          QLineEdit lineEdit;
          lineEdit.setText("abcdefghjik");
          lineEdit.show();
          return app.exec();
      }
      

      Works fine on Windows.

      Attachments

        For Gerrit Dashboard: QTBUG-60321
        # Subject Branch Project Status CR V

        Activity

          People

            smd Jan Arve
            mitch_curtis Mitch Curtis
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes