GNOME Bugzilla – Bug 476786
whereAmI fails in Firefox menus
Last modified: 2007-09-26 19:16:19 UTC
Steps to reproduce: 1. Get into any menu within Firefox 2. Use whereAmI Expected results: Orca would speak the current location. Actual results: Orca says nothing. Looks like we need to do a NULL check on the string returned by _getObjShortcut(). :-( Patch to follow.
Created attachment 95562 [details] [review] proposed patch Will, is it okay to check this into trunk now and then commit to the gnome-2-20 branch after code freeze?
(In reply to comment #1) > Created an attachment (id=95562) [edit] > proposed patch > > Will, is it okay to check this into trunk now and then commit to the gnome-2-20 > branch after code freeze? > Yes -- looks like a good thing to do. Thanks!
It's in trunk.
It's in the 2-20 branch. Moving to pending.
Looks good
Thanks Mike. Closing as FIXED.