Issue 79753 - crash: Office crash after try to edit a title
Summary: crash: Office crash after try to edit a title
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P2 Trivial (vote)
Target Milestone: ---
Assignee: kla
QA Contact: issues@graphics
URL:
Keywords: new_implementation
Depends on:
Blocks:
 
Reported: 2007-07-18 13:06 UTC by kla
Modified: 2013-02-24 21:22 UTC (History)
2 users (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 kla 2007-07-18 13:06:25 UTC
Create a Chart with a title
Switch in chart title edit mode
Click outside of the chart -> Office crashed
Comment 1 IngridvdM 2007-07-18 14:06:41 UTC
fixed in CWS chart07
Comment 2 IngridvdM 2007-07-18 14:14:05 UTC
->bm: I fixed the described crash by restoring the original place of releasing
the model in Controller::dispose. As you have changed this before, please make
sure that the fix you have addressed with this change is still valid. The model
really should be released as one of the latest members as it is one of the basic
members of the controller. The view definitely should be released first.
Comment 3 IngridvdM 2007-07-18 15:31:48 UTC
added me to CC
Comment 4 bjoern.milcke 2007-07-18 17:05:00 UTC
->TK: Please verify in chart07.

->IHA: I re-added the is()-check for the model in dispose(), but setting the
model to NULL in dispose() is done at the same place as before (i.e. this change
you did is kept). This solves the problem of API-tests crashing when they call
close() at our model, and avoids this crash.
Comment 5 kla 2007-07-19 12:08:27 UTC
No crash anymore -> verified
Comment 6 p9w.vu.31122010 2007-09-21 16:24:30 UTC
verified fixed in SRC680_m229; closing