Bug 498840 - Context drawer action moved to bottom on mobile
Summary: Context drawer action moved to bottom on mobile
Status: RESOLVED FIXED
Alias: None
Product: Telly Skout
Classification: Applications
Component: General (show other bugs)
Version: unspecified
Platform: Flatpak Linux
: NOR normal
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-18 11:47 UTC by Plata
Modified: 2025-04-27 07:38 UTC (History)
4 users (show)

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


Attachments
desktop (138.24 KB, image/png)
2025-01-18 11:47 UTC, Plata
Details
mobile (138.18 KB, image/png)
2025-01-18 11:47 UTC, Plata
Details

Note You need to log in before you can comment on or make changes to this bug.
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.