Hi! With the recent SVN version there was a little change regarding the qooxdoo API.
The client document known from 0.6 fired the events "resize", "blur" and "focus" when the window was resized, blurred or focused. The problem with "blur" and "focus" however was a conflict with the other events fired by the widget engine which have the same name. Because of this the events, which are fired from the window itself, and not directly from the client document were renamed with the prefix "window". The only thing which generally maybe affects your code is the event "resize" which must be renamed to "windowresize" to work correctly. The revision of this change is 4229. This will also be changed in the following bugfix release 0.6.1. There is already planned a better rework of the event names for 0.7. You can take a look to the bug report for details: http://bugzilla.qooxdoo.org/show_bug.cgi?id=161 Cheers, Sebastian ------------------------------------------------------------------------- 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
