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

            Bug ID: 452838
           Summary: The invisible handle of a non-modal overlay drawer is
                    clickable
           Product: frameworks-kirigami
           Version: 5.93.0
          Platform: Archlinux Packages
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: notm...@gmail.com
          Reporter: eduardo.javier.alvarado.aa...@gmail.com
  Target Milestone: Not decided

Created attachment 148291
  --> https://bugs.kde.org/attachment.cgi?id=148291&action=edit
Video demo

STEPS TO REPRODUCE
1. Run the code below with `qmlscene`.
2. Try to click on the invisible handle position.

OBSERVED RESULT
The handle reacts (closes the drawer).

EXPECTED RESULT
The handle does not react.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 5.24.4
KDE Frameworks Version: 5.93.0
Qt Version: 5.15.3
Kernel Version: 5.17.4-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 12 × Intel® Core™ i5-10400 CPU @ 2.90GHz
Memory: 15.5 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 630

ADDITIONAL INFORMATION

Code:

import org.kde.kirigami 2.0

ApplicationWindow {
        width: Units.gridUnit * 25
        height: Units.gridUnit * 25

        pageStack.initialPage: Page { title: "Page" }

        globalDrawer: OverlayDrawer {
                modal: false
                width: Units.gridUnit * 10
                Heading { text: "Drawer" }
        }
}

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

Reply via email to