Hi Derrell!

No this works exactly as implemented in my code. I think I remember some 
discussion with Sebastian Werner if it would be possible to have access 
to the original patched out member function. Please read the comment 
above the __mixinMemberWrapper in qx.Class:

https://github.com/qooxdoo/qooxdoo/blob/35db87d/framework/source/class/qx/Class.js#L1328



Am 28.03.2012 14:23, schrieb Derrell Lipman:
>
> Actually (unless something has changed recently, and I don't believe 
> it has), although you may be getting the effect you want, your 
> statement above does not reflect reality.  When you patch a class with 
> a method of the same name, you eliminate the old method of that name, 
> and replace it with the patched-in method of that name. A call to 
> this.base() within the patched-in method is calling the method of that 
> name in the superclass of the class being patched, not the former 
> version of the method in the class being patched.
>
> Derrell


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to