Closed GoogleCodeExporter closed 9 years ago
The problem was caused by two things. Firstly, if a scroll area had zero size
it
might return a child area with negative width and height. Secondly, a list box
only
called Widget::showWidgetPart on ListBox::setSelected. As this was only done
once in
a drop down when the list box inside the drop down was created before the drop
down
was dropped down, the child area was zero which lead to the first items being
displayed incorrectly.
The issue has been fixed by making sure scroll area can't return a child area
with
negative width and height, and letting list box call Widget::showWidgetPart on
each
logic call.
Original comment by olof.nae...@gmail.com
on 3 Sep 2008 at 2:42
Original issue reported on code.google.com by
olof.nae...@gmail.com
on 3 Sep 2008 at 1:55