--- In [email protected], "Abhishek Sil" <[EMAIL PROTECTED]> wrote: > > Hi Guys, > > I'm working on a moderated chat app. in flex. I'm using an > itemRenderer within a List to display a series of questions which the > "expert" can choose to reply. Now this itemRendered consists of: > > "text" to display the question, > "textInput" to allow the expert to reply to it and a > "button" which is the send button. > > Now the weird part is, say I type something into the first "textInput" > box to reply to the first question. when I scroll down, I see this > text which I entered in the first inputBox repeated in random rows > below too. Sometime when I scroll back up to the first item, the reply > is just not there... it's actually jumped from the box I typed it in > to some other box altogether! :S > > Any help in this regard will be very helpful. > > Cheers, > Abhishek >
interesting because i had a similar bug working with item renderer in datagrid is it possible to post your source up?

