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

David Edmundson <k...@davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k...@davidedmundson.co.uk

--- Comment #6 from David Edmundson <k...@davidedmundson.co.uk> ---
I did some research into this.

We have a few problems, the most notable is Plasma::Dialog and size hints. It
goes like this:

contentHeight updates
so the layout implicit height changes
so the root item implicitHeight changes

Dialog gets notified

*HAS A FRICKIN' TIMER*

Then the dialog resizes
Layout then gets squashed
ListView gets adjusted

---

Because we now have the busy indicator we're rendering frames constantly which
means we can have a frame queued at the point where the frame happens. It's
even likely given the main thread has been stalled adding results for so long. 

The problematic part is the docs say the queued event is required (presumably
for some legacy reason) so maybe it's reason to introduce Dialog2

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to