| Summary: | Drop down menu items don't open in settings | ||
|---|---|---|---|
| Product: | [Applications] kasts | Reporter: | Dan Swift <dan.swift.07> |
| Component: | general | Assignee: | bart |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 24.12.0 | ||
| Target Milestone: | --- | ||
| Platform: | Android | ||
| OS: | Android 14.x | ||
| Latest Commit: | https://invent.kde.org/multimedia/kasts/-/commit/d0b30c4f8c0f1d302b75ed8d428fe9235fa7da9f | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Dan Swift
2024-12-24 02:38:13 UTC
Screen capture demonstrating bug: https://drive.google.com/file/d/1msJ_Teh5nyYN2YFkFQdRKCc0eISBCHIJ/view?usp=drivesdk I can confirm. It's probably an issue somewhere in a framework library, but I don't know where right now. A possibly relevant merge request was started @ https://invent.kde.org/multimedia/kasts/-/merge_requests/209 Git commit d0b30c4f8c0f1d302b75ed8d428fe9235fa7da9f by Bart De Vries. Committed on 03/01/2025 at 13:26. Pushed by bdevries into branch 'master'. Port to Kirigami-Addons ConfigurationModule It seems like the old CategorizedSettings component is deprecated. Several things about the implementation stopped working, including Comboboxes on mobile mode. M +7 -1 CMakeLists.txt M +2 -2 src/CMakeLists.txt M +2 -2 src/qml/KastsGlobalDrawer.qml M +14 -21 src/qml/Main.qml M +2 -2 src/qml/Mobile/BottomToolbar.qml D +0 -20 src/qml/Settings/AboutPage.qml D +0 -59 src/qml/Settings/SettingsPage.qml A +67 -0 src/qml/Settings/SettingsView.qml [License: GPL(3+eV) GPL(v3.0) GPL(v2.0)] https://invent.kde.org/multimedia/kasts/-/commit/d0b30c4f8c0f1d302b75ed8d428fe9235fa7da9f |