Hi Christian,

thank you for this patch. I've applied it to legacy_0_5_x and to our new 
trunk (old namespaces).

Sebastian



Christian Boulanger schrieb:
> Hi,
> 
> here's the patch for a small bug in QxTree.js:
> 
> Index: 
> C:/Programme/xampp/htdocs/bibliograph/qooxdoo-0.5/source/script/widgets/QxTree.js
> ===================================================================
> --- 
> C:/Programme/xampp/htdocs/bibliograph/qooxdoo-0.5/source/script/widgets/QxTree.js
>     
> (revision 3419)
> +++ 
> C:/Programme/xampp/htdocs/bibliograph/qooxdoo-0.5/source/script/widgets/QxTree.js
>     
> (working copy)
> @@ -89,7 +89,7 @@
>  };
>  
>  proto.getSelectedElement = function() {
> -  return this.getSelectedItems()[0];
> +  return this.getManager().getSelectedItems()[0];
>  };
>  
>  I hope in 0.6 you are going to normalize the API names a bit more, in 
> 0.5 there is getSelection(), getSelectedItem(), getSelectedElement(), 
> that is a bit confusing! And, as others have said before, please 
> dispatch all events and provide hooks to all main getters and setters on 
> the level of the widget, so that the user never has to work with the 
> manager of a widget.
> 
> Thanks,
> 
> Christian
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to