Skip to content

ResultDelegate: Fix height binding loop on multiline

Ismael Asensio requested to merge work/iasensio/fix-multiline-bindingloop into master

This binding loop was making krunner freeze when the text expanded more than 3 lines

We shouldn't be setting the height on an item based on their childrens height. Luckily, the Layout automatically calculates this for us

BUG: 454507 FIXED-IN: 5.24.6

I'm not sure whether to cherry-pick this also to 5.24LTS besides 5.25?

While the bug is difficult to trigger (there are not many multiline runners still), it's quite cumbersome and makes krunner unusable in those situations, so I'd say it qualifies.

Merge request reports