Issue 117547

Summary: ACC: A writer document doesn't implement the Collection interface of AT-SPI.
Product: Writer Reporter: bhatdv
Component: open-importAssignee: AOO issues mailing list <issues>
Status: UNCONFIRMED --- QA Contact:
Severity: Normal    
Priority: P3 CC: elish, eric.savary, issues
Version: OOo 3.2.1Keywords: accessibility, needhelp
Target Milestone: ---   
Hardware: PC   
OS: Linux, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
queryCollection() called on document frame raises NotImplementedError. none

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.