https://bugs.kde.org/show_bug.cgi?id=458098
Bug ID: 458098
Summary: ScrollablePage change in 5.97.0 breaks fickable use in
Calamares
Product: frameworks-kirigami
Version: 5.97.0
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: Not decided
Created attachment 151449
--> https://bugs.kde.org/attachment.cgi?id=151449&action=edit
usersq.qml
SUMMARY
***
The linked code is a simplified version of what is used in the Users QML module
in the system installer "Calamares". This runs fine with Kirigami 5.96.
The change with
https://invent.kde.org/frameworks/kirigami/-/commit/c28dff79721d3805edcd413ef233216b3b3b0104
breaks it (message: `flickable is null` and layout for the header needs
adjusting), reverting that commit is so far the only solution found while still
using kirigami.ScrollablePage.
***
STEPS TO REPRODUCE
1. Get users.qml https://paste.ee/p/i1SaF, UserInput.qml
https://paste.ee/p/FsuRG and content/textField.qml https://paste.ee/p/iYX2s
2. Run with `QT_IM_MODULE=qtvirtualkeyboard qmlscene-qt5 usersq.qml` in
kirigami 5.96.0
3. Do the same in 5.97.0 (fails to run then)
SOFTWARE/OS VERSIONS
Windows:
macOS:
Linux/KDE Plasma: KaOS (other distributions are effected, using the Calamares
QML Modules)
(available in About System)
KDE Plasma Version: 5.25.4
KDE Frameworks Version: 5.97.0
Qt Version: 5.15.5 (with KDE patches from kde/5.15 branch)
ADDITIONAL INFORMATION
--
You are receiving this mail because:
You are watching all bug changes.