https://bugs.kde.org/show_bug.cgi?id=462587

            Bug ID: 462587
           Summary: GlobalDrawer handle tooltip under the drawer in
                    widescreen mode
    Classification: Frameworks and Libraries
           Product: frameworks-kirigami
           Version: Master
          Platform: Archlinux
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: kdelibs-b...@kde.org
          Reporter: matej.sta...@gmail.com
                CC: notm...@gmail.com
  Target Milestone: Not decided

Created attachment 154265
  --> https://bugs.kde.org/attachment.cgi?id=154265&action=edit
bug screenshot

SUMMARY
GlobalDrawer's handle tooltip is displayed below the drawer.

STEPS TO REPRODUCE
1. Open an application that uses the GlobalDrawer component.
2. Open the GlobalDrawer component.
3. Hover over the close button.

OBSERVED RESULT
The ToolTip is under the drawer (wrong z index property).

EXPECTED RESULT
The ToolTip should be displayed above the drawer.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.26.4
KDE Frameworks Version: 5.100.0
Qt Version: 5.15.7
Kernel Version: 6.0.10-zen2-1-zen (64-bit)
Graphics Platform: Wayland
Processors: 12 × Intel® Core™ i7-8700 CPU @ 3.20GHz
Memory: 15,5 GiB of RAM
Graphics Processor: AMD Radeon RX 480 Graphics

ADDITIONAL INFORMATION
This is caused by this line:
https://invent.kde.org/frameworks/kirigami/-/blob/master/src/controls/templates/OverlayDrawer.qml#L25.

The fix should be done inside controls/GlobalDrawer by overwriting the z
property to something else.
When I tried setting it to random values, it always fixed the problem (even
when setting it to -Infinity).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to