Changeset 129
- Timestamp:
- 01/18/08 13:13:18
- Files:
-
- inapp/trunk/ChangeLog (modified) (1 diff)
- inapp/trunk/README (modified) (1 diff)
- inapp/trunk/src/jambu/ActionModel.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
inapp/trunk/ChangeLog
r128 r129 1 2008-01-18 r125- 7SteveLee <steve@fullmeasure.co.uk>1 2008-01-18 r125-8 SteveLee <steve@fullmeasure.co.uk> 2 2 3 * toolbars not groups if only one interactive child (firefox main menu). 3 4 * README updated 4 5 * removed need for patched pyatspi with Registry.PumpQueuedEvents inapp/trunk/README
r127 r129 117 117 ============================= 118 118 119 * If highlight disappears simply do a 'next' action. The temporary use of simulated119 * If highlight disappears simply do a 'next' action. The temporary use of simulated 120 120 mouse 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 123 125 124 126 inapp/trunk/src/jambu/ActionModel.py
r111 r129 67 67 # menus are handled as dynamic groups 68 68 return False 69 elif role in (pyatspi.ROLE_DOCUMENT_FRAME, pyatspi.ROLE_TOOL_BAR):69 elif role in (pyatspi.ROLE_DOCUMENT_FRAME,): 70 70 return True 71 71 elif role == pyatspi.ROLE_FRAME:
