Greetings!
I’ve noticed odd behavior when following the logic to the List-ActiveContent sample on
http://docs.webix.com/samples/05_list/15_active_content.html
If you follow these steps:
- Click the very first checkbox (do not select the first item)
- Select the 4th list item
You’ll see erratic behavior when displaying the value of the checkbox.
The only work-around I’ve been able to use has been to catch the onChange callback for the checkbox, then do a delayed rendering of the list object.
Hope that makes sense (perhaps you’ve already addressed this?).
Please see the example that has worked for me (on Chrome at least): http://webix.com/snippet/a1b08507
Many Thanks,
Bruce