So I'm using this CheckBoxList component that someone on this list
created for me.

I've got a problem though when filtering the list using the
dataProvider's filterFunction property.

SOMETIMES the list items remain selected when they disappear from view
due to being filtered, and sometimes they don't.  The problem is
somewhat erratic as to WHEN it happens.

A secondary problem, which I can't replicate in my test app, is that
when I clear the list by setting the selectedIndex property to -1,
*SOMETIMES* the actual checkboxes stay checked, even though the items
aren't selected any more (the blue highlight goes away, but the
checkbox stays).

The MXML code CheckBoxListTest.mxml, along with the components
(CheckBoxList.as and CheckBoxListItemRenderer.as) are linkable from
the test application:

http://www.it.dev.duke.edu/public/CheckBoxListTest.html

I appreciate any inside folks can offer.


-- 
Rick Root
Check out CFMBB, BlogCFM, ImageCFC, ImapCFC, CFFM, and more at
www.opensourcecf.com

Reply via email to