[frameworks-kirigami] [Bug 465154] GlobalDrawer{} Z-order drawn on top of descendant elements, like Controls.Menu{} and Kirigami Tooltips.

2023-02-06 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=465154 Nate Graham changed: What|Removed |Added CC||n...@kde.org -- You are receiving this mail beca

[frameworks-kirigami] [Bug 465154] GlobalDrawer{} Z-order drawn on top of descendant elements, like Controls.Menu{} and Kirigami Tooltips.

2023-02-01 Thread Will Chen
https://bugs.kde.org/show_bug.cgi?id=465154 --- Comment #2 from Will Chen --- Manually setting the Z-Order can fix it as a temporary workaround: ```QML _testMenu.z = _globalDrawer.z + 1 ``` At the point where it breaks, the ancestry tree of the button and the GlobalMenu{} itself changes: ```QM

[frameworks-kirigami] [Bug 465154] GlobalDrawer{} Z-order drawn on top of descendant elements, like Controls.Menu{} and Kirigami Tooltips.

2023-02-01 Thread Will Chen
https://bugs.kde.org/show_bug.cgi?id=465154 Will Chen changed: What|Removed |Added Summary|Inconsistent Z-order for|GlobalDrawer{} Z-order |GlobalDra