Ticket #69 (closed defect: fixed)
nvda does not automaticaly read ff3 modal dialogs (default browser dialog for example)
| Reported by: | aleksey_s | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 2009.1 |
| Component: | Core | Version: | development |
| Keywords: | Cc: | ||
| Operating system: | Blocked by: | ||
| Blocking: |
Description
when such dialog appears, nvda only announce title and focused button, and "modal" dialog (which might disapoint beginner user). to read text of dialog you must press nvda+b.
Change History
Note: See
TracTickets for help on using
tickets.


Fixed in svn r1977. Tested with Thunderbird3 "failed to connect to server" dialog and firefox3 default browser dialog. All modal dialogs that have a simple message in a label which is a direct child of the dialog will now read. More work would need to be done on the IA2TextTextInfo class to handle imbedded objects such as links etc.