Issue 53696 - Crash when loading another slide and switching to custom animation
Summary: Crash when loading another slide and switching to custom animation
Status: CLOSED FIXED
Alias: None
Product: Impress
Classification: Application
Component: ui (show other issues)
Version: 680m125
Hardware: All All
: P2 Trivial (vote)
Target Milestone: OOo 2.0.1
Assignee: wolframgarten
QA Contact: issues@graphics
URL:
Keywords:
: 58632 (view as issue list)
Depends on:
Blocks:
 
Reported: 2005-08-24 07:56 UTC by wolframgarten
Modified: 2005-12-15 10:04 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-08-24 07:56:36 UTC
I start a new impress and use insert/file.
I choose a former produced presentation with two slides, each containing an
object with a custom animtion.
I insert one slide of them and switch to custom animations: Crash.
The ID of the error report is rqvh68.
Comment 1 wolframgarten 2005-08-24 08:01:42 UTC
Not broken since m118.
Comment 2 clippka 2005-08-24 10:41:10 UTC
Fixed,

the root issue was that the SvxTextEditSource of a SvxShapeText is not notified
when the objects model changed. The crash happened because the new animation
implementation uses API references. For inserting the slide into the
presentation the slide is cloned, also all objects are cloned. After that the
temporary source model is closed but still referenced by SvxTextEditSource.

Fixed by adding a ChangeModel() method to SvxTextEditSource that is called from
SvxShape::ChangeModel()
Comment 3 clippka 2005-09-05 16:41:49 UTC
verified on cws, back to qa

re-open issue and reassign to wg@openoffice.org
Comment 4 clippka 2005-09-05 16:41:54 UTC
reassign to wg@openoffice.org
Comment 5 clippka 2005-09-05 16:41:59 UTC
reset resolution to FIXED
Comment 6 wolframgarten 2005-09-06 08:44:23 UTC
Verified in CWS.
Comment 7 wolframgarten 2005-11-11 08:42:15 UTC
Tested in m139. Closed.
Comment 8 wolframgarten 2005-12-15 10:04:31 UTC
*** Issue 58632 has been marked as a duplicate of this issue. ***