SUMMARY Notification KCM UI changes layout on opening subpage and going back. STEPS TO REPRODUCE 1. Click on the Notifications widget on system tray. 2. Click "Configure Notifications...", see screenshot 1. 3. Click "Set custom location..." ("Задать собственное расположение..." in Russian), see screenshot 2. 4. Click left arrow or on the breadcrumb to go back to the dialog's first page. OBSERVED RESULT The dialog looks differently compared to screenshot 1, see screenshot 3. The dialog was in mobile layout on screenshot 1. The dialog is in desktop (side-by-side) layout on screenshot 3. EXPECTED RESULT The dialog should look the same as long as its window size is unchanged. SOFTWARE/OS VERSIONS Operating System: Fedora 31 KDE Plasma Version: 5.16.5 KDE Frameworks Version: 5.64.0 Qt Version: 5.12.5 Kernel Version: 5.3.15-300.fc31.x86_64 OS Type: 64-bit Processors: 8 × Intel® Core™ i7-6700HQ CPU @ 2.60GHz Memory: 15,4 ГиБ ADDITIONAL INFORMATION
Created attachment 124529 [details] screenshot 1
Created attachment 124530 [details] screenshot 2
Created attachment 124531 [details] screenshot 3
Another problem on screenshot 3: The text in the longest checkbox is truncated.
Looks like an issue with Kirigami's FormLayout and/or the multipage stuff, re-assigning.
Layout shenanigans from Formlayout going into mobile mode when it becomes too long. That one really long string is probably borderline in one view, but just over the limit after going back. Of course, why the layout changes when going back is itself a mystery...