Changeset 129

Show
Ignore:
Timestamp:
01/18/08 13:13:18
Author:
slee
Message:

toolbars not groups if only one interactive child (firefox main menu)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • inapp/trunk/ChangeLog

    r128 r129  
    1 2008-01-18  r125-7 SteveLee  <steve@fullmeasure.co.uk> 
     12008-01-18  r125-8 SteveLee  <steve@fullmeasure.co.uk> 
    22 
     3  * toolbars not groups if only one interactive child (firefox main menu). 
    34        * README updated 
    45        * removed need for patched pyatspi with Registry.PumpQueuedEvents 
  • inapp/trunk/README

    r127 r129  
    117117============================= 
    118118 
    119 *If highlight disappears simply do a 'next' action. The temporary use of simulated 
     119* If highlight disappears simply do a 'next' action. The temporary use of simulated 
    120120mouse click for minefield menues and buttons requires that the highlight be hidden. 
    121 *Need to sort multi column selections + scrolling in selections. 
    122 *Web document only works with visible items, need scrolling to hidden items. 
     121* Firefox Tabs don't work unless there are 3 of them - this is a firefox bug 
     122* Need to sort multi column selections + scrolling in selections. 
     123* Web document only works with visible items, need scrolling to hidden items. 
     124* menus sometimes don't work - appears to be a firefox bug 
    123125 
    124126 
  • inapp/trunk/src/jambu/ActionModel.py

    r111 r129  
    6767      # menus are handled as dynamic groups 
    6868      return False 
    69     elif role in (pyatspi.ROLE_DOCUMENT_FRAME, pyatspi.ROLE_TOOL_BAR): 
     69    elif role in (pyatspi.ROLE_DOCUMENT_FRAME,): 
    7070      return True 
    7171    elif role == pyatspi.ROLE_FRAME: