Issue 117547 - ACC: A writer document doesn't implement the Collection interface of AT-SPI.
Summary: ACC: A writer document doesn't implement the Collection interface of AT-SPI.
Status: UNCONFIRMED
Alias: None
Product: Writer
Classification: Application
Component: open-import (show other issues)
Version: OOo 3.2.1
Hardware: PC Linux, all
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords: accessibility, needhelp
Depends on:
Blocks:
 
Reported: 2011-03-25 11:13 UTC by bhatdv
Modified: 2014-03-05 15:56 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
queryCollection() called on document frame raises NotImplementedError. (170.35 KB, image/png)
2011-03-25 11:13 UTC, bhatdv
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description bhatdv 2011-03-25 11:13:48 UTC
Created attachment 76192 [details]
queryCollection() called on document frame raises NotImplementedError.

A writer document does not implement the Collection interface of AT-SPI. If implemented, assistive tools like Orca screen reader can make a writer document more accessible. For example, Orca can provide structural navigation in OOo writer, as it does in a webpage.

Steps to reproduce:
1. Start Open Office. Create a word processor document. Enter some content or leave blank. Save the document.

2. Start Accerciser accessibility explorer. Go to the accessible tree view at top left and navigate to the Document view object with role document frame.

3. Go to python console at left bottom. The command acc.queryCollection() gives "NotImplentedError".
Comment 1 Oliver-Rainer Wittmann 2012-06-13 12:25:53 UTC
getting rid of value "enhancement" for field "severity".
For enhancement the field "issue type" shall be used.