I've seen this exact same behavior in a ComboBox that is in a  
DataGrid. I didn't have to time to fully explore the issue so I just  
set the rowCount property to more items than I had in the ComboBox.  
The problem didn't happen for me without scrolling in the ComboBox.

Nate


On Aug 24, 2006, at 2:33 PM, stevehousefl wrote:

> I have a very standard combobox control:
>
> <mx:ComboBox id="cbStatus" dataProvider="{statusesWithAll}"
> labelField="sStatus" change="filterChange()"></mx:ComboBox>
>
> When I click on it and it opens, some items are invisible.  The space
> for them is there, but the text is missing.  If I select an invisible
> item, it displays properly in the closed combobox and works as
> designed with the app.
>
> It seems to randomly make items appear and disappear with each open
> and close of the combobox.  Sometimes the selected item will reappear
> with the highlight on it or sometimes just the empty row will be
> highlighted.
>
> Any ideas?  Thanks,
>
> Steve H.
>
>
>
>
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders% 
> 40yahoogroups.com
> Yahoo! Groups Links
>
>
>
>
>
>
>



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to