cscarney / syndic

Convergent feed reader for Plasma and Android
12 stars 2 forks source link

Can't drag the window by the toolbar in the article list page #109

Closed cscarney closed 1 year ago

cscarney commented 1 year ago

Open a plasma session. Make sure the system application style is set to "Breeze" (the default). In the Breeze style settings, make sure the window drag mode is set to "all empty areas" (also the default). Build and run syndic from the master branch and attempt to drag the window by the toolbar above the article list. The window should move, but it doesn't.

Toolbar dragging works on all of our other pages. The toolbars are created and maintained by the framework and we don't have direct access to them.

cscarney commented 1 year ago

Tagging this as upstream because it seems to happen in all Kirigami apps. Since the big scrollview refactor all Kirigami apps have this problem for any ScrollablePage-derived component that provides its own Flickable.

This only happens on master because our workaround for #106 in the v1-series branch is also a workaround for this.

cscarney commented 1 year ago

Upstream: https://bugs.kde.org/show_bug.cgi?id=467857