ramido / choosel

Automatically exported from code.google.com/p/choosel
0 stars 0 forks source link

Window resizing with too many avatars causing issues. #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open up any view, and add one or more input sets to that view. The problem 
is easier to see the more sets you add.
2. Resize the view with the mouse, making it smaller in the horizontal 
direction, until the right edge of the view is further left than the right-most 
input set avatar.

What is the expected output? What do you see instead?
The View should somehow compensate for this resizing, for instance either not 
allowing the resize to continue, or by making the input set avatars take up 
multiple lines.

Instead, the inner part of the view containing the visual content continues to 
resize while the bar containing the input set avatars does not.

Original issue reported on code.google.com by patrickc...@gmail.com on 27 Jul 2010 at 6:06