https://bugs.kde.org/show_bug.cgi?id=454507
--- Comment #11 from Thaodan <m...@thaodan.de> --- (In reply to Ismael Asensio from comment #10) > (In reply to Thaodan from comment #9) > > (In reply to Ismael Asensio from comment #6) > > > Git commit 19dc0f02871664b0d1211b0d17b6e4335870b838 by Ismael Asensio. > > > Committed on 29/05/2022 at 10:19. > > > Pushed by iasensio into branch 'master'. > > > > > > ResultDelegate: Fix height binding loop on multiline > > > > > > 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 > > > FIXED-IN: 5.24.6 > > > > > > M +3 -1 lib/qml/ResultDelegate.qml > > > > > > https://invent.kde.org/plasma/milou/commit/ > > > 19dc0f02871664b0d1211b0d17b6e4335870b838 > > > > I tried the commit, it is better however krunner still looks up after the > > commit. > > What do you mean that it 'looks up'? This is suppose to fix the freezing > due to the binding loop When I just applied the commit above to the version mentioned in the bug report krunner still die freeze after three lines but now everything is fine. -- You are receiving this mail because: You are watching all bug changes.