Bug 504229

Summary: "Split view (Left/Right or Top/Bottom) from next tab" does not work for last tab
Product: [Applications] konsole Reporter: postix <postix>
Component: split-viewAssignee: Konsole Developer <konsole-devel>
Status: CONFIRMED ---    
Severity: minor CC: john.kizer
Priority: NOR    
Version First Reported In: 25.04.1   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description postix 2025-05-14 18:14:16 UTC
STEPS TO REPRODUCE
1. Have at least two tabs A (left) and B (right)
2. Select B
3. View -> Tile View -> Split View Left/Right from next tab

OBSERVED RESULT
Nothing happens

EXPECTED RESULT
Label reads "Split View Left/Right from previous tab" and view splits.

SOFTWARE/OS VERSIONS
Operating System: openSUSE Tumbleweed 20250512
KDE Plasma Version: 6.3.5
KDE Frameworks Version: 6.14.0
Qt Version: 6.9.0
Graphics Platform: Wayland
Comment 1 John Kizer 2025-05-16 19:16:37 UTC
I can reproduce on my Fedora KDE 42 device.

Just a guess, but I think it might be debatable whether a fix would be to swap the function to "previous" in the special case when you're already on the last tab, always have menu items for both next and previous tabs, or just disable the next tab option if the last tab is active.

Thanks!