Firefox package prevents Orca and LSR from reading web content in Firefox and Epiphany
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mozilla Firefox |
Fix Released
|
Medium
|
|||
epiphany-browser (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
firefox (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
gnome-orca (Ubuntu) |
Invalid
|
Undecided
|
Unassigned | ||
lsr (Ubuntu) |
Invalid
|
Undecided
|
Unassigned |
Bug Description
1. Start Orca
2. Enable Braille Monitor under Orca preferences.
3. Start Gnome Terminal
4. In Terminal, execute "export GTK_MODULES=" (I explain why below).
5. In Terminal, execute "firefox"
6. Visit a webpage
7. Press F7 and select OK to enable caret browsing mode.
8. A caret should now be visible in the web page. As you move it around with the arrow keys, Orca should read the web page text. But this doesn't happen! Orca remains silent.
NB: GTK_MODULES is set to null because of the following Firefox bug, which causes Orca to sometimes reads "PANEL" instead of the web page content:
https:/
See also:
https:/
Sadly, this would be difficult to make a default setting since it also breaks the file picker:
Changed in firefox: | |
status: | Unknown → Fix Released |
Changed in firefox: | |
importance: | Unknown → Medium |
gail_container_ real_initialize is called when firefox creates a window real_focus_ gtk is called when the window is focused
and gail_widget_
We should allow gail do that to firefox managed window.