After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 659442 - If checket the speak child position check box, Orca doesn't spokening position index values with GNOME panel submenues
If checket the speak child position check box, Orca doesn't spokening positio...
Status: RESOLVED OBSOLETE
Product: orca
Classification: Applications
Component: speech
3.1.x
Other All
: Normal normal
: ---
Assigned To: Orca Maintainers
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-19 09:24 UTC by Hammer Attila
Modified: 2015-09-05 06:43 UTC
See Also:
GNOME target: ---
GNOME version: 3.1/3.2


Attachments
This is the debug.out file with show perhaps why happening this problem with GNOME panel submenu items (297.00 KB, application/octet-stream)
2011-09-19 09:24 UTC, Hammer Attila
Details

Description Hammer Attila 2011-09-19 09:24:12 UTC
Created attachment 196907 [details]
This is the debug.out file with show perhaps why happening this problem with GNOME panel submenu items

Dear Developers,

If checked the speak child position check box, Orca doesn't spokening the position index values for submenues menu items, and this problem is true with where am I operation too.
This problem is presenting only gnome-panel related menu items.
Reproducation steps in GNOME3 fallback session:
1. Check the speak child position check box in Orca preferences dialog/speech page.
2. Press ALT+F1 key combination.
3. Select for example the graphics submenu item, and activate it with right arrow keys.
You will be not hear submenues position index values, and where am I operation not will be spokening position index values.

A short part with debug.out file:
generate speech for unfocused app.name='gnome-panel' name='Dokumentummegjelenítő' role='menu item' state='enabled selectable selected sensitive showing visible' relations='' (args={'recursing': True, 'priorObj': <Accessible object at 0x8fb207c (AtspiAccessible at 0x9008330)>, 'role': <enum ATSPI_ROLE_MENU_ITEM of type Role>, 'mode': 'speech', 'formatType': 'unfocused'}) using 'newAncestors + newRowHeader + newColumnHeader + newRadioButtonGroup + labelAndName + menuItemCheckedState + availability + (mnemonic and (pause + mnemonic + lineBreak) or []) + accelerator + pause + positionInList + newNodeLevel + unselectedCell + (tutorial and (pause + tutorial) or [])'
script_utilities.commonAncestor...
...script_utilities.commonAncestor
GENERATION  TIME: 0.0006  ---->  newAncestors=[]
GENERATION  TIME: 0.0003  ---->  newRowHeader=[]
GENERATION  TIME: 0.0003  ---->  newColumnHeader=[]
GENERATION  TIME: 0.0002  ---->  newRadioButtonGroup=[]
GENERATION  TIME: 0.0003  ---->  labelAndName=['Dokumentummegjelen\xc3\xadt\xc5\x91', {u'average-pitch': 3.0, u'rate': 90.0, u'family': {u'locale': u'hu', u'name': u'hungarian'}}, {u'average-pitch': 3.0, u'rate': 90.0, u'family': {u'locale': u'hu', u'name': u'hungarian'}}]
GENERATION  TIME: 0.0003  ---->  menuItemCheckedState=[]
GENERATION  TIME: 0.0003  ---->  availability=[]
GENERATION  TIME: 0.0002  ---->  mnemonic=[u'd', {}]
GENERATION  TIME: 0.0002  ---->  pause=[<orca.speech_generator.Pause instance at 0x8d9198c>]
GENERATION  TIME: 0.0002  ---->  lineBreak=[<orca.speech_generator.LineBreak instance at 0x8d919ec>]
GENERATION  TIME: 0.0002  ---->  accelerator=[]
GENERATION  TIME: 0.0004  ---->  positionInList=[]
GENERATION  TIME: 0.0006  ---->  newNodeLevel=[]
GENERATION  TIME: 0.0004  ---->  unselectedCell=[]
GENERATION  TIME: 0.0003  ---->  tutorial=[]
COMPLETION  TIME: 0.0063
generate speech results:
  Dokumentummegjelenítő
  {u'average-pitch': 3.0, u'rate': 90.0, u'family': {u'locale': u'hu', u'name': u'hungarian'}}
  {u'average-pitch': 3.0, u'rate': 90.0, u'family': {u'locale': u'hu', u'name': u'hungarian'}}
  <orca.speech_generator.Pause instance at 0x8d9198c>
  d
  {}
  <orca.speech_generator.LineBreak instance at 0x8d919ec>
  <orca.speech_generator.Pause instance at 0x8d9198c>
SPEECH OUTPUT: 'Dokumentummegjelenítő.'
SPEECH OUTPUT: 'd'
TOTAL PROCESSING TIME: 0.0818

I attached the proper debug.out file.

Attila
Comment 1 Joanmarie Diggs (IRC: joanie) 2015-08-28 21:55:15 UTC
Attila, is this another obsolete bug?