Bug 498840

Summary: Context drawer action moved to bottom on mobile
Product: [Applications] Telly Skout Reporter: Plata <plata.hill>
Component: GeneralAssignee: Unassigned bugs <unassigned-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: carl, nate, notmart, plata.hill
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Flatpak   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: desktop
mobile

Description Plata 2025-01-18 11:47:39 UTC
Created attachment 177498 [details]
desktop

SUMMARY
Context drawer actions are moved to the bottom on mobile instead of hidden in a hamburger menu as described on https://develop.kde.org/docs/getting-started/kirigami/components-drawers/#context-drawers (even if there's enough space).

STEPS TO REPRODUCE
1. open Telly Skout
2. select at least one favorite channel
3. open Favorites page
4. look for "Refetch" button

OBSERVED RESULT
"Refetch" button is located at the bottom

EXPECTED RESULT
"Refetch" button is shown at the top (like on desktop) or hidden in a hamburger menu if there's not enough space.

SOFTWARE/OS VERSIONS
KDE Plasma Version: 6.2.5
KDE Frameworks Version: 6.10.0
Qt Version: 6.8.1
Comment 1 Plata 2025-01-18 11:47:54 UTC
Created attachment 177499 [details]
mobile
Comment 2 Marco Martin 2025-01-23 10:55:44 UTC
This is the default behavior, and a choice of the application if it wishes to not do this

if telly-skout always wants actions in the toolbar, it should add in its main.qml:
pageStack.globalToolBar.style: Kirigami.ApplicationHeaderStyle.ToolBar
Comment 3 Plata 2025-01-23 16:05:24 UTC
Is this documented anywhere?

It's not what I would expect based on:
> When space is limited, such as on a mobile device or in a narrow window, contextual actions are hidden behind a hamburger menu on the right side.
https://develop.kde.org/docs/getting-started/kirigami/components-drawers/#context-drawers
Comment 4 Plata 2025-04-27 07:38:53 UTC
Fixed in 349fc9615e2e3bc5511ae32792bc3305a4e9bca8.