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

Focus widget not updated after drop

    XMLWordPrintable

Details

    • cf2b5a7722e2d919f57f7094124dbcf52ae79b68

    Description

      To reproduce with Qt Designer:

      • Start designer, create a form
      • Right click on Widget box, notice context menu ("Expand all") etc.
      • Drag a widget onto the form
      • Right click on the dropped widget.
        EXPECTED: The widget context menu appears (offering "edit tooltip", "text", etc)
        ACTUAL: The context menu of the Widget box appears again

      To reproduce with the attached example:

      • Right click on list items, notice that the context menu has the widget name List1, List2, respectively
      • Drag an item from List1 onto List2
      • Right click in List2.
        EXPECTED: Context menu has object name 'List2' (debug output says focus widget is 'list 2')
        ACTUAL: Context menu has 'List1' (debug output says focus widget is 'list 1')

      Attachments

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

        Activity

          People

            kleint Friedemann Kleint
            kleint Friedemann Kleint
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes