Skip to content

applet: Make compact representation's GridView non-interactive

ivan tkachenko requested to merge work/r/qml into master

Make compact representation's GridView non-interactive

Fixes expanding, i.e. opening the full representation, on a desktop.

Clip the GridView on CompactRepresentation

That's not a responsibility of a ScrollView to take care of Flickable's clipping. Especially when there is no ScrollView at all.

See frameworks/qqc2-desktop-style!332 (merged) and libplasma!1014

Fix scrolling to focused items

Amends plasma-workspace@b1b079df


Test plan:

Put a battery applet on a desktop. Have at least two batteries connected. Resize the applet so that it collapses to a compact representation. Try clicking it to expand. Try pressing on a compact representation and dragging it around (make sure not to enter the Edit Mode). Resize the applet to see the GridView layout the batteries in various ways.

Merge request reports

Loading