Bug 487321 - Quick Tile does not size windows equally if there is a panel on screen
Summary: Quick Tile does not size windows equally if there is a panel on screen
Status: RESOLVED INTENTIONAL
Alias: None
Product: kwin
Classification: Plasma
Component: Quick Tiling (show other bugs)
Version: 6.0.4
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-21 12:56 UTC by meku
Modified: 2024-05-23 16:19 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description meku 2024-05-21 12:56:17 UTC
SUMMARY
Quick Tiled windows are not sized equally if there is a panel on the screen, windows tiled adjacent to the panel are shorter than other tiled windows.

STEPS TO REPRODUCE
1. add panel to top of screen
2. open two windows
3. quick tile windows up and down so that the screen is filled

OBSERVED RESULT
1. Top window is sized smaller than half height to account for the panel
2. Bottom window is sized to half the full-screen height

EXPECTED RESULT
Both tiled windows to have equal height.

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20240429
KDE Plasma Version: 6.0.4
KDE Frameworks Version: 6.1.0
Qt Version: 6.7.0
Graphics Platform: X11
Comment 1 Nate Graham 2024-05-22 19:22:02 UTC
Pretty sure this is the intentional design here.
Comment 2 meku 2024-05-23 01:32:31 UTC
Do you mean this was an intentional change for Plasma 6? Is there any further information on this?

In Plasma 5 the windows are sized equally.
Comment 3 Nate Graham 2024-05-23 16:19:29 UTC
A technical change in Plasma 6 to unify the X11 and Wayland panel and tiling code resulted in this effect. It's considered intentional at this point in time.