Comment 1 for bug 1630167

Revision history for this message
Andrea Bernabei (faenil) wrote : Re: When SlotsLayout uses a Column as mainSlot and view is resized horizontally an inifinite resize loop starts

info for my future self:
I investigated this bug a few days ago, when Trevinho first reported it directly to me.

It turns out the loop is triggered when the view is resized so that the column gets a *negative* width.

At that point you see columns height going 0 to 5 (which is rectangle's height) and back to 0, in a loop, and width going -X to 0 to -X again.