Comment 3 for bug 1350555

Revision history for this message
Antti Kaijanmäki (kaijanmaki) wrote :

Oh, and just to clarify the bizarre nature of this bug it seems it only triggers when using the combination of ListView which has Loader as a delegate and the component given to it defines implicitHeight only and the component defines margins and it's implicitHeight depends on something like a label height. And this is exactly what happens when unity8 populates the indicator menus.

If the items are directly placed i.e. a Column or if the delegate is not a Loader or if the component does not define margins the bug does not manifest it self.