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 339789 - Orca should report the quantity of menu and submenu.
Orca should report the quantity of menu and submenu.
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: speech
0.2.x
Other All
: Low enhancement
: FUTURE
Assigned To: Rich Burridge
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-26 09:22 UTC by Tim Miao
Modified: 2006-10-08 16:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to implement the feature. (2.70 KB, patch)
2006-10-08 16:58 UTC, Rich Burridge
none Details | Review

Description Tim Miao 2006-04-26 09:22:52 UTC
According to gnopernicus, once user press Ctrl+Esc to popup the launch menu
list, gnopernicus will report "Menu, 13 items". If you press Down arrow and move
focus onto Accessibility, gnopernicus will report "Accessibility Menu shortcut,
3 items".

If you start running orca and repeat the steps above, you could only get the
output of orca speech "Menu" and "Accessibility Menu". It's hard for speech
users to know there are several submenu items below current menu item. Orca
should have some prediction feature.

Steps to reproduce:
1. Launch orca.
2. Press Ctrl+Esc to popup the launch menu.
3. Press Down arrow to move focus onto Accessibility menu item.

Expected result:
1. After step2, orca could report the quantity of launch menu item.
2. After step3, orca could report the quantity of submenu item if there exists.

Actual result:
Orca will not report the quantity of menu and submenu.

Other information:
This bug can be found on vermillion_39/snv_38.
Comment 1 Willie Walker 2006-04-26 12:32:51 UTC
Making Orca behave exactly like Gnopernicus was a non-goal for the Orca project.  The fact that Orca does not announce the menu item count is a design feature of Orca that the UI designer specifically made.  I'm marking this as an RFE that we can do should the Orca user community decide it is a necessity.

Thanks!
Comment 2 Willie Walker 2006-09-06 22:34:23 UTC
We won't put this in the normal behavior when you navigate menu items, but we can certainly put it in the "Where Am I" functionality.  Something like "item 3 of 6 menu items."
Comment 3 Rich Burridge 2006-10-08 16:58:18 UTC
Created attachment 74303 [details] [review]
Patch to implement the feature.
Comment 4 Rich Burridge 2006-10-08 16:59:39 UTC
Changes checked into CVS HEAD. Closing as FIXED.