Issue 52492 - Accessibility: Crash when reloading a saved doc with Accessibility on
Summary: Accessibility: Crash when reloading a saved doc with Accessibility on
Status: CLOSED FIXED
Alias: None
Product: Draw
Classification: Application
Component: ui (show other issues)
Version: recent-trunk
Hardware: All All
: P2 Trivial (vote)
Target Milestone: OOo 2.0.1
Assignee: wolframgarten
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-26 15:19 UTC by wolframgarten
Modified: 2005-11-14 12:34 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-07-26 15:19:37 UTC
Accessibility must be switched on. Open a new draw, saved it and do one or two
reloads: Office crashes.
Comment 1 groucho266 2005-07-26 16:18:28 UTC
In the new AccessibleSlideSorterView is a bug in the Implementation class.  It
calls the ReleaseListeners() method from the destructor.  This leads to the
crash when after the AccessibleSlideSorterView has been disposed the its
destructor is called.  On destruction of the Implementation object the
SlideSorterController is accessed.  However, that does not live anymore.
Comment 2 groucho266 2005-07-26 16:44:06 UTC
Not calling ReleaseListeners from AccessibleSlideSorterView::~Implementation
solves the problem.
Comment 3 groucho266 2005-08-01 12:05:31 UTC
Back to QA for verification.

re-open issue and reassign to wg@openoffice.org
Comment 4 groucho266 2005-08-01 12:05:35 UTC
reassign to wg@openoffice.org
Comment 5 groucho266 2005-08-01 12:05:39 UTC
reset resolution to FIXED
Comment 6 wolframgarten 2005-08-01 12:33:46 UTC
Verified in CWS.
Comment 7 wolframgarten 2005-11-14 12:34:20 UTC
Tested in m139. Closed.