Issue 57918 - ZoomText and Jaws do not read selection in slide browser, sorter
Summary: ZoomText and Jaws do not read selection in slide browser, sorter
Status: CLOSED FIXED
Alias: None
Product: Draw
Classification: Application
Component: ui (show other issues)
Version: 680m139
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.0.2
Assignee: wolframgarten
QA Contact: issues@graphics
URL:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2005-11-15 10:09 UTC by wolframgarten
Modified: 2006-01-25 16:00 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description wolframgarten 2005-11-15 10:09:29 UTC
Open a new impress/draw and go to slide sorter/browser: Jasws and Zoomtext do
not read the slide names when selected.
Comment 1 wolframgarten 2005-11-15 10:10:13 UTC
keyword added.
Comment 2 groucho266 2005-12-05 10:07:35 UTC
Accepted.
Comment 3 groucho266 2005-12-15 17:26:22 UTC
The main problem was that the accessibility objects of the slide sorter view and
its preview objects did use roles that where not recognized by ZoomText 9.

Fixed by changing the roles of the AccessibleSlideSorterView and
AccessibleSlideSorterObject classes to PANEL and LIST_ITEM respectively.
Furthermore some missing states where added for AccessibleSlideSorterObject.

Modified files:
/sd/source/ui/accessibility/AccessiblePageShape.cxx    rev. 1.11.84.1
/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx    rev. 1.3.82.1
/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx    rev. 1.6.48.1
/sd/source/ui/slidesorter/view/SlsPageObjectViewObjectContact.cxx    rev. 1.13.44.2
Comment 4 groucho266 2006-01-10 10:16:03 UTC
Please verify.

re-open issue and reassign to wg@openoffice.org
Comment 5 groucho266 2006-01-10 10:16:09 UTC
reassign to wg@openoffice.org
Comment 6 groucho266 2006-01-10 10:16:19 UTC
reset resolution to FIXED
Comment 7 wolframgarten 2006-01-10 12:52:32 UTC
The slide names are read but always slide 1, slide 2, even after renaming them.

re-open issue and reassign to af@openoffice.org
Comment 8 wolframgarten 2006-01-10 12:52:52 UTC
reassign to af@openoffice.org
Comment 9 wolframgarten 2006-01-10 12:53:14 UTC
reset resolution to FIXED
Comment 10 groucho266 2006-01-11 10:31:36 UTC
The change of a page name is not notified correctly to ZT.  When a model change
is forced, i.e. by inserting a new slide then the modified name is recognized by ZT.

Fixed by adding notifications of changed page names via the Accessibility API.

Modified files:
/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx    rev. 1.6.48.1
/sd/source/ui/inc/AccessibleSlideSorterObject.hxx    rev. 1.3.84.1
/sd/source/ui/inc/AccessibleSlideSorterView.hxx    rev. 1.3.84.1
/sd/source/ui/slidesorter/controller/SlideSorterController.cxx    rev. 1.28.20.2
/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx    rev. 1.20.72.2
/sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx    rev. 1.11.84.2
/sd/source/ui/view/drviewsb.cxx    rev. 1.21.80.1
Comment 11 groucho266 2006-01-11 10:37:11 UTC
The change of a page name is not notified correctly to ZT.  When a model change
is forced, i.e. by inserting a new slide then the modified name is recognized by ZT.

Fixed by adding notifications of changed page names via the Accessibility API.

Modified files:
/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx    rev. 1.6.48.1
/sd/source/ui/inc/AccessibleSlideSorterObject.hxx    rev. 1.3.84.1
/sd/source/ui/inc/AccessibleSlideSorterView.hxx    rev. 1.3.84.1
/sd/source/ui/slidesorter/controller/SlideSorterController.cxx    rev. 1.28.20.2
/sd/source/ui/slidesorter/controller/SlsSlotManager.cxx    rev. 1.20.72.2
/sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx    rev. 1.11.84.2
/sd/source/ui/view/drviewsb.cxx    rev. 1.21.80.1
Comment 12 groucho266 2006-01-13 09:56:48 UTC
Please verify.

re-open issue and reassign to wg@openoffice.org
Comment 13 groucho266 2006-01-13 09:56:53 UTC
reassign to wg@openoffice.org
Comment 14 groucho266 2006-01-13 09:57:03 UTC
reset resolution to FIXED
Comment 15 wolframgarten 2006-01-17 12:52:57 UTC
Verified in CWS.
Comment 16 wolframgarten 2006-01-25 16:00:02 UTC
Tested in m152. Closed.