Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upImprove reading of alerts #248
Comments
This comment has been minimized.
This comment has been minimized.
|
Comment 1 by jteh on 2008-12-05 02:08 |
This comment has been minimized.
This comment has been minimized.
|
Comment 2 by jteh on 2009-03-10 12:07 |
This comment has been minimized.
This comment has been minimized.
|
Comment by jteh on 2009-04-01 08:27 "Alert Dialog 1" still does not work correctly. This is because the OK button is outside the alert dialog node, which is incorrect. The button should be within the dialog in order to be classified as being part of it. Pending further testing, I believe all of the bugs on our side are fixed. |
Reported by jteh on 2008-12-04 12:41
When an IAccessible alert event is fired, NVDA simply speaks the object and all its descendants. For Mozilla, this means that text can be read multiple times because of Gecko's text leaf nodes. Also, the role of all of the textual content will be read, which is not ideal.
Because alerts already use the IAccessible Dialog NVDAObject, the dialog text (retrieved by getDialogText) is alredy contained in the description property. Therefore, the alert event simply needs to:
Blocking #160