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

Mouse cursor is I beam instead of arrow when opening menu in window-based popup over text editing control

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.10
    • Quick: Controls 2
    • None

    Description

      To reproduce, right click on the TextArea and hover over a menu item. The cursor will be an I beam rather than an arrow.

      This affects ContextMenu.

              TextArea {
                  text: "TextArea ContextMenu test"
      
                  TapHandler {
                      acceptedButtons: Qt.RightButton
                      onTapped: menu.popup()
                  }
      
                  Menu {
                      id: menu
                      popupType: Popup.Window
                      Action {
                          text: qsTr("Cut")
                          icon.name: "edit-cut"
                          enabled: control.selectedText.length > 0
                          onTriggered: control.cut()
                      }
                  }
              }
      

      Attachments

        Issue Links

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

          Activity

            People

              qt.team.quick.subscriptions Qt Quick and Widgets Team
              mitch_curtis Mitch Curtis
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes