Hello,

I created two bugs at bugzilla with patches and would be happy if they 
could be quickly applied:

http://bugzilla.qooxdoo.org/show_bug.cgi?id=421

The spinner "change" event is a simple qx.event.type.Event. Instead, it should
be a qx.event.type.DataEvent, carrying with it the new value of the spinner
element.

http://bugzilla.qooxdoo.org/show_bug.cgi?id=422

Developers need access to the events being dispatched without having to attach
event listeners. This patch adds three lines of code to qx/core/Target.js which
look for a method this.__monitorEvent() and pass the current event to this
method if it exists and if the event is a data event. Additional overhead should
be minimal. Developers are free to implement the method or not, for example 
through 
a mixin.

Thanks,

Christian



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to