On 4/28/07, Fabio Yasusi Yamamoto <[EMAIL PROTECTED]> wrote:

> On 4/25/07, Fabio Yasusi Yamamoto <[EMAIL PROTECTED]> wrote:

> > i made a very little example:
> > http://www.hostname.org/Test2/bin/Test2.html
> > ( just click the button twice , and you should see the items are not 
> > selectable anymore)
> > ( now try to move the scroll to the end, and go back to start , the items 
> > are back to normal)

Looks like it has something to do with the recycling of item
renderers. The behaviour I just saw is that the 4th item in the 1st
row and the entire 2nd row are responding to the mouse, but not the
first three items. So I'm guessing there's something blocking events
there.

> > If i do:
> > thumbs.scrollToIndex(lastitem_pos) and
> > thumbs.scrollToIndex(0)
> >
> > it also 'fixes' the items. ( but only if there is a scrolllbar ).

Are you sure the problem occurs even when there's no scrollbars?

Can you try calling invalidateList() when the data is updated?

Reply via email to