Summary: | Dolphin hamburger menu submenus stack on top of each other if two dolphin windows are tiled side by side | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kxmlgui | Reporter: | Antti Savolainen <antti.savo> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | bvbfan, kdedev, kfm-devel |
Priority: | NOR | ||
Version First Reported In: | 6.12.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Antti Savolainen
2024-10-19 02:00:59 UTC
I'm able to reproduce this in git-master with just one screen (laptop native) Plasma git-master Dolphin 24.11.70 The problem isn't when 2 applications are opened, just move the window on the right, submenu will overlap the parent one. I will move issue to KxmlGui, no problem with Dolphin, (Kate is also affected), KHumberger menu is correct also, Falkon creates it without KxmlGui (sets main window as parent) and no overlap. Steps to reproduce: 1. Open Dolphin 2. Move window on the right edge (NOTE this) 3. Click hamburger menu -> create new -> new menu overlaps submenu, when submenu is wider than parent you cannot navigate to parent menu item below This is specific issue when KHumberger menu is created through KxmlGui window (when it's in rc file) Falkon uses KHumberber menu as raw menu just put Falkon main window as parent and submenus doesn't override the parent one. Also KxmlGui window works correct (no overlap) when window is fullscreen (this makes things weird) |