[etoys-notify] [JIRA] Created: (SQ-586) Translation doesn't work correctly in method inherited to different domain

tracker at squeakland.org tracker at squeakland.org
Sat Nov 14 07:09:30 EST 2009


Translation doesn't work correctly in method inherited to different domain
--------------------------------------------------------------------------

         Key: SQ-586
         URL: http://tracker.immuexa.com/browse/SQ-586
     Project: squeakland
        Type: Bug
  Components: etoys  
    Reporter: korakurider


Translation domain is decided with receiver class of sender of #translated.
If CLASS_A>>aMethod containing call of #translated is inherited to CLASS_B that belongs to different translation domain from CLASS_A, #translated in CLASS_B>>aMethod doesn't work correctly.

Halo menus for DrGeoII are affected by this and translation doesn't work though existing method implementation is inherited.
Call stack is like this:
-----
DrGDrawable(Morph)>>addStandardHaloMenuItemsTo:hand:  (sender of #translated)
DrGDrawable(Morph)>>buildHandleMenu
-----



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://tracker.immuexa.com/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



More information about the etoys-notify mailing list