GNOME Bugzilla – Bug 523480
Unwanted roles appearing in the braille context for dojo in FF3
Last modified: 2008-04-04 18:21:31 UTC
Scott left some "bug" notes in his regression tests. For a number of tests we are including "form", "section", "panel", and "list" where we shouldn't be. This seems to be a combination of two things: 1. Whitespace that isn't getting stripped out 2. The default braillegenerator being called by updateBraille() for that object with the whitespace.
Created attachment 107720 [details] [review] revision 1 This gets rid of all of them but one. And in that case, I'm not sure we do want to eliminate "panel" from the braille context. I need to take a closer look and probably talk with Mike. Pylinted and regression tested. Mike, please test.
As we present panel in other applications we probably shouldn't remove it here. This patch seems good.
Thanks. Patch committed to both the 2-22 branch and to trunk. Moving to pending.