[Bugs] #942 UNSP: Paint Activity: text entries are not working

SugarLabs Bugs bugtracker-noreply at sugarlabs.org
Sun Jun 14 17:10:05 EDT 2009


#942: Paint Activity: text entries are not working
------------------------------------------+---------------------------------
    Reporter:  morfila                    |          Owner:  alsroot                    
        Type:  defect                     |         Status:  new                        
    Priority:  Unspecified by Maintainer  |      Milestone:  Unspecified by Release Team
   Component:  Paint                      |        Version:  0.83.x                     
    Severity:  Critical                   |     Resolution:                             
    Keywords:                             |   Distribution:  Unspecified                
Status_field:  New                        |  
------------------------------------------+---------------------------------

Comment(by morfila):

 I tried to find a workaround, but had no success.

 I tried to reproduce the selection of toolbars Text/Type and then
 Tools/Pencil by overriding method "set_active" of class OficinaActivity. I
 was hopping that it would have the same effect as clicking in the
 Text/type toolbar button and then in the Tools/Pencil button. Not good
 enough as it doesn't work :-)
 Here's the text I added to class OficinaActivity:

     def set_active(self, active):
         activity.Activity.set_active(self, active)
         from toolbox import TextToolbar, ToolsToolbar
         self.area.set_tool(TextToolbar._ACTION_TEXT)
         self.area.set_tool(ToolsToolbar._TOOL_PENCIL)

 Does anyone have any idea of when would this bug be addressed?

 Regards,
 Marcos

-- 
Ticket URL: <http://dev.sugarlabs.org/ticket/942#comment:2>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system


More information about the Bugs mailing list