Summary: | [blocked] A writer document doesn't implement the Collection interface of AT-SPI. | ||
---|---|---|---|
Product: | LibreOffice | Reporter: | Dattatray Bhat <bhatdv> |
Component: | Writer | Assignee: | Not Assigned <libreoffice-bugs> |
Status: | NEW --- | QA Contact: | |
Severity: | normal | ||
Priority: | medium | CC: | c_strobbe-fdo, reisi007 |
Version: | 3.3.0 release | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Bug Depends on: | |||
Bug Blocks: | 36549 | ||
Attachments: | queryCollection() called on document frame raises NotImplementedError. |
Marking as blocked for now. Work is being done to implement AtkCollection and/or improvements in AtkDocument. Once that work is completed, this work can begin. [This is an automated message.] This bug was filed before the changes to Bugzilla on 2011-10-16. Thus it started right out as NEW without ever being explicitly confirmed. The bug is changed to state NEEDINFO for this reason. To move this bug from NEEDINFO back to NEW please check if the bug still persists with the 3.5.0 beta1 or beta2 prereleases. Details on how to test the 3.5.0 beta1 can be found at: http://wiki.documentfoundation.org/QA/BugHunting_Session_3.5.0.-1 more detail on this bulk operation: http://nabble.documentfoundation.org/RFC-Operation-Spamzilla-tp3607474p3607474.html Today I rechecked my observation with Libre Office dev 3.5.0 beta2 and found that the bug persists. I suggest that the bug be moved back to NEW status. Dear bug submitter! Due to the fact, that there are a lot of NEEDINFO bugs with no answer within the last six months, we close all of these bugs. To keep this message short, more infos are available @ https://wiki.documentfoundation.org/QA/NeedinfoClosure#Statement Thanks for understanding and hopefully updating your bug, so that everything is prepared for developers to fix your problem. Yours! Florian Dear bug submitter! Due to the fact, that there are a lot of NEEDINFO bugs with no answer within the last six months, we close all of these bugs. To keep this message short, more infos are available @ https://wiki.documentfoundation.org/QA/NeedinfoClosure#Statement Thanks for understanding and hopefully updating your bug, so that everything is prepared for developers to fix your problem. Yours! Florian Dear bug submitter! Due to the fact, that there are a lot of NEEDINFO bugs with no answer within the last six months, we close all of these bugs. To keep this message short, more infos are available @ https://wiki.documentfoundation.org/QA/NeedinfoClosure#Statement Thanks for understanding and hopefully updating your bug, so that everything is prepared for developers to fix your problem. Yours! Florian Dear bug submitter! Due to the fact, that there are a lot of NEEDINFO bugs with no answer within the last six months, we close all of these bugs. To keep this message short, more infos are available @ https://wiki.documentfoundation.org/QA/NeedinfoClosure#Statement Thanks for understanding and hopefully updating your bug, so that everything is prepared for developers to fix your problem. Yours! Florian The bug is real. I noticed it in version 3.3.0 and submitted it with a supporting screenshot. I reconfirmed that the bug exists with version 3.5.0 beta2. It falls in the same category as bugs 35105, 35107, 35110, 35111, 35129 which you have reopened and changed to NEW. Set status to NEW (In reply to comment #8) > The bug is real. I noticed it in version 3.3.0 and submitted it with a > supporting screenshot. I reconfirmed that the bug exists with version 3.5.0 > beta2. It falls in the same category as bugs 35105, 35107, 35110, 35111, > 35129 > which you have reopened and changed to NEW. No it doesn't. While we need to have an AtkCollection (see my comment 1) which would be implemented in LibreOffice; LibreOffice is not the one to implement AtspiCollection. I made a change in AT-SPI2 to implement the AtspiCollection interface for all containers and not just those which implement the document interface. http://git.gnome.org/browse/at-spi2-atk/commit/?id=4a95bdda0d2113767c7d4665727edef2ca45ef68 The corresponding Apache OpenOffice bug is currently marked as "unconfirmed": https://issues.apache.org/ooo/show_bug.cgi?id=117547 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 44846 [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 Libre Office writer, as it does in a webpage. Steps to reproduce: 1. Start Libre 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".