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

2023-05-04 Thread Will Chen
https://bugs.kde.org/show_bug.cgi?id=465154

--- Comment #4 from Will Chen  ---
Seems like there are quite a few places where `.z` gets imperatively or
declaratively assigned an arbitrary-but-high value:

https://invent.kde.org/search?search=z%3A_id=2506_id=1552_code=true_ref=master
https://invent.kde.org/search?search=z+%3D_id=2506_id=1552_code=true_ref=master

I guess the question then is why, and what changed that this didn't used to
happen.

IIRC Personally I have been working around this by simply unsetting `.z` in my
GlobalDrawer instance, so it's not a showstopper— I guess that would still
cause a single right click event to be missed, and have no effect, when the bug
and hierarchy change is triggered, though.

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

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

2023-02-27 Thread Will Chen
https://bugs.kde.org/show_bug.cgi?id=465154

--- Comment #3 from Will Chen  ---
I neglected to mention this in my original report. I believe this is a recent
regression. It only started happening on my main machine when I updated in
January, and it does not happen, for example, in NixPkgs
`23.05pre436403.ba6ba2b9009` from December 20 2022, corresponding to Kirigami2
5.101.0.

https://github.com/NixOS/nixpkgs/tree/ba6ba2b90096dc49f448aa4d4d783b5081b1cc87

```
nix-repl> pkgs.libsForQt5.kirigami2.version
"5.101.0"
```

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

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

2023-02-27 Thread Will Chen
https://bugs.kde.org/show_bug.cgi?id=465154

Will Chen  changed:

   What|Removed |Added

Summary|GlobalDrawer{} Z-order  |(Regression.)
   |drawn on top of descendant  |GlobalDrawer{} Z-order
   |elements, like  |drawn on top of descendant
   |Controls.Menu{} and |elements, like
   |Kirigami Tooltips.  |Controls.Menu{} and
   ||Kirigami Tooltips.

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