Workaround searching lockup
ClosedPublic

Authored by davidedmundson on Jul 21 2016, 12:09 AM.

Details

Summary

QQC::ScrollView has an annoying bug where you can get it in a situation
where if you have a gridview with delegates width based on the viewport width you
can get in a loop where you need the scrollbar, that shrinks the view so it
resizes the delegates at which point you don't need the scrollbar, so it resizes the
delegates so and so on.

Keeping scrollbars always on is a good workaround.
If anything it's nice to not have things jumping around slightly when searching

BUG: 365868

Test Plan

Plasma explorer still works.
Approach works as I've used it in the wallpaper selection dialog
for exactly the same reason.

Diff Detail

Repository
R119 Plasma Desktop
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
davidedmundson retitled this revision from to Workaround searching lockup.
davidedmundson updated this object.
davidedmundson edited the test plan for this revision. (Show Details)
davidedmundson added a reviewer: Plasma.
Restricted Application added a project: Plasma. · View Herald TranscriptJul 21 2016, 12:09 AM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
sebas accepted this revision.Jul 25 2016, 12:28 PM
sebas added a reviewer: sebas.
This revision is now accepted and ready to land.Jul 25 2016, 12:28 PM
This revision was automatically updated to reflect the committed changes.