Burak Arslan schrieb:
> Alexander Back wrote:
>> Hi Burak,
>>
>> Burak Arslan schrieb:
>>   
>>> doc for qx.ui.table.pane.Scroller states a changeEvent is returned, 
>>> whereas i see a data event. which one is correct?
>>>     
>> The "changeEvent" is an old class which is not used anymore in current 
>> 0.8.x. I've changed it to the correct "qx.event.type.Data" (Revision 
>> #19275).
>>
>> Thanks for this hint!
>>   
> 
> no problem, but why propagating the wrong class is it not caught by the 
> dispatcher ?
Good point. At the moment we only check if the event is defined and not 
if the given event class is valid.
The dispatcher does not catch this because the event is fired by using 
"fireDataEvent", which this is perfectly valid code.

Could you please open a bug report for this issue? qooxdoo should 
definetely also check the event class at the "events" map.

cheers,
   Alex


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to