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

QShapedPixmapWindow incorrectly set at tooltip

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P4: Low
    • None
    • 5.6.0
    • None

    Description

      The little window that shows the drag icon during drag and drops has an incorrect window type (at least on X11) as Tooltip
      in its constructoore:
      setFlags(Qt::ToolTip | Qt::FramelessWindowHint |
      Qt::X11BypassWindowManagerHint | Qt::WindowTransparentForInput | Qt::WindowDoesNotAcceptFocus);

      This may led window managers to mismanage it, as on X11 that window is supposed to have the type
      _NET_WM_WINDOW_TYPE_DND

      Attachments

        Issue Links

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

          Activity

            People

              srutledg Shawn Rutledge
              mart Marco
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes