Created attachment 131195 [details] screen recording SUMMARY Watch the attached screen recording please. EXPECTED RESULT "Addons" popup should be entirely visible SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.19.80 KDE Frameworks Version: 5.74.0 Qt Version: 5.14.2
It's not below the plasma panel, it's just cut off at the bottom of the window. Will fix.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/discover/-/merge_requests/27
Git commit 4087d2b4ee5cec5b7f45de3126960014df840c2f by Nate Graham. Committed on 27/08/2020 at 14:14. Pushed by ngraham into branch 'master'. Improve and modernize UI of Addons sheet Various improvements: - Put the bottom buttons in a footer so they can't scroll out of view - Rename "Discard" button to "Reset" since "Discard" implies closing the sheet - Move Apply and Reset buttons over to the right side, as is typical - Disable rather than hide the Apply and Reset buttons - Remove the icons since they add no information and were all the same - Make subtext less opaque rather than italic, as is our style (we can't simply port to `Kirigami.BasicListItem` yet because it can't support showing a checkbox to the left of the icon) FIXED-IN: 5.20 M +24 -33 discover/qml/AddonsView.qml https://invent.kde.org/plasma/discover/commit/4087d2b4ee5cec5b7f45de3126960014df840c2f
Created attachment 131323 [details] popup is cut off on top after the first opening Now, as we can see in this new screen recording, the popup is cut off on top after the first opening.
That's strange. Works fine for me. If it doesn't go away, it's most like a Kirigami OverlaySheet bug.