Comment 5 for bug 599046

Revision history for this message
arky (arky) wrote :

The problem might be that the notebook page tab doesn't have proper accessible names.

generate speech for app.name='software-center' name='None' role='page tab' state='enabled focused selectable selected showing visible' relations='' (args={'recursing': True, 'priorObj': <CORBA.Object 'IDL:Accessibility/Accessible:1.0' at 0xa7438f0>, 'role': ROLE_PAGE_TAB, 'mode': 'speech', 'formatType': 'unfocused'}) using 'newAncestors + newRowHeader + newColumnHeader + newRadioButtonGroup + labelAndName + roleName + pause + positionInList + (mnemonic and (pause + mnemonic + lineBreak) or []) + accelerator + newNodeLevel + unselectedCell + (tutorial and (pause + tutorial) or [])'
default.findCommonAncestor...
...default.findCommonAncestor
newAncestors=[]
newRowHeader=[]
newColumnHeader=[]
newRadioButtonGroup=[]
labelAndName=[]
roleName=['page']
pause=[<orca.speech_generator.Pause instance at 0xa44106c>]
positionInList=[]
mnemonic=[]
accelerator=[]
newNodeLevel=[]
unselectedCell=[]
GENERATOR: _getTutorialForPageTabList
           obj =
           role = page tab
           alreadyFocused = False
           utterances:
               (Use left and right to view other tabs.)
GENERATOR: getTutorial
           obj =
           role = page tab
           alreadyFocused = False
           utterances:
               (Use left and right to view other tabs.)
tutorial=['Use left and right to view other tabs.']
generate speech results:
  page
  <orca.speech_generator.Pause instance at 0xa44106c>
  <orca.speech_generator.Pause instance at 0xa44106c>
  Use left and right to view other tabs.
SPEECH OUTPUT: 'page.'
SPEECH OUTPUT: 'Use left and right to view other tabs.'
^^^^^ PROCESS OBJECT EVENT focus: ^^^^^

DE