Hi,
I think I found a bug but I want a confirmation before creating a ticket :
I have a menu in list in my master page.
My list is bind on a qx.data.Array object
When my items list on my array change, I call a sort function on my array
object .
this.childrens.sort(function(var1, var2){
if(var1.order > var2.order){
return = 1;
}else if(var1.order == var2.order){
return = 0;
}else{
return = -1
}
});
In my items list, I remove first item, after, I add a new item at the end.
After that, I call sort function.
The result should be that :
INITIAL ADD/REMOVE AFTER SORT
Item 1 Item2 Item 0
Item 2 Item 3 Item 2
Item 3 Item 0 Item 3
But the result is :
INITIAL ADD/REMOVE AFTER SORT
Item 1 Item2 Item 0
Item 2 Item 3 Item 2
Item 3 Item 0 Item 0 <=
Problem here
But if I click on the second Item 0, I have the result of my Item 3
So I think its a problem with the display of the qx.ui.mobile.list.List
Thank you
Marc-André Dubois
[email protected]
Programmeur-Analyste
Description : Lanauco_logo_couleur_long Signature
1.877.881.5151 p.261 (sans frais).
450.831.5151 p.261
450.839.1103 (Fax)
Web : <http://www.lanauco.com/> http://www.lanauco.com
<<image001.png>>
------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
