[flexcoders] Flex2 beta2 bug - Focus does not work on lists

2006-03-22 Thread Benoit Hediard
There is a pretty annoying bug in the new Beta2... ;) The mouse over and focus does not work anymore on lists, when using class instances as items. The focus is always on the last visible list row. To reproduce the problem. - ItemVO.as - package { public class ItemVO {

Re: [flexcoders] Flex2 beta2 bug - Focus does not work on lists

2006-03-22 Thread Alisdair Mills
thanks Benoit for tracking that bug down. I noticed the same thing happening with lists yesterday when moving an app over to beta 2. Was going to spend some time this afternoon looking into but you have saved me both the time and frustration :)cheers, AlOn 22 Mar 2006, at 10:51, Benoit Hediard

RE: [flexcoders] Flex2 beta2 bug - Focus does not work on lists

2006-03-22 Thread Mac Martine
Mills Sent: Wednesday, March 22, 2006 3:05 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex2 beta2 bug - Focus does not work on lists thanks Benoit for tracking that bug down. I noticed the same thing happening with lists yesterday when moving an app over to beta 2. Was going

RE: [flexcoders] Flex2 beta2 bug - Focus does not work on lists

2006-03-22 Thread Benoit Hediard
006 19:32À: flexcoders@yahoogroups.comObjet: RE: [flexcoders] Flex2 beta2 bug - Focus does not work on lists You need to implement IUID, because otherwise the renderers do not have unique id’s. I have an example here: http://www.macmartine.com/blog/2006/03/binding_custom_objects_to_tile.html

Re: [flexcoders] Flex2 beta2 bug - Focus does not work on lists

2006-03-22 Thread jeremy lu
: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] De la part de Mac MartineEnvoyé: mercredi 22 mars 2006 19:32À: flexcoders@yahoogroups.comObjet: RE: [flexcoders] Flex2 beta2 bug - Focus does not work on lists You need to implement IUID, because otherwise the renderers do