GNOME Bugzilla – Bug 436718
Navigating in focusable lists in FF 7 May build hangs Orca
Last modified: 2007-05-08 18:57:31 UTC
In this afternoon's build of Firefox, the children of lists within forms took on the role of ROLE_LIST_ITEM. While that sounds logical enough, that means two things: 1. They share the same role as the children of bulleted/numbered lists. 2. They no longer have the role we were counting on, namely ROLE_MENU_ITEM. We are not handling this change gracefully. :-( Patch to follow. Hoping to hear back from Aaron soon regarding whether or not the change is intentional.
Created attachment 87751 [details] [review] patch to hopefully solve the problem This should keep us from hanging. It's also harmless, so we can leave it in so that the next time this occurs, we'll be okay. This also re-enables navigation in form field lists whose children happen to be list items rather than menu items as expected. Currently Orca says "greyed" as you navigate even though the items are not greyed out. If Aaron indicates this change is permanent, I'll make more adjustments to Gecko.py.....
Forgot to ask: Will, okay to check in? :-)
(In reply to comment #2) > Forgot to ask: Will, okay to check in? :-) > Please do!
Thanks for the review. Checked in. Updating status to pending.
I think this one is OK to close.
Okey doke. Closing as FIXED.