Issue 50996 - GPF: Editing Chart Data while Title Edit Mode is active
Summary: GPF: Editing Chart Data while Title Edit Mode is active
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: kla
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-20 15:21 UTC by bjoern.milcke
Modified: 2013-02-24 21:18 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 bjoern.milcke 2005-06-20 15:21:48 UTC
1. insert a chart into Impress (or elsewhere, but with own data)
2. Edit the main title
3. Don't leave the edit mode and open the Edit/Chart Data Dialog
4. Change a value und press the Apply button
=> GPF

The problem is that when pressing "Apply" all view objects are deleted and new
ones are inserted. The edited engine then holds a pointer to a deleted object.
To fix end the edit mode before opening the dialog (which is done for all other
dialogs ass well).

Note: This bug is already present in SO 7 PP3 (OOo 1.1.2). Therefore P3?
Comment 1 bjoern.milcke 2005-06-22 11:59:40 UTC
changed target as it appeared already in SO 7 and has never been reported since.
Comment 2 bjoern.milcke 2005-06-22 12:20:01 UTC
Note: This bug was most probably reported via the crash-reporter, 7 times in
SRX645 and 8 times in SRC680. (Internal bug ids 119874, 121965).
Comment 3 bjoern.milcke 2005-06-28 13:27:04 UTC
changing targt back to OOo 2.0 in accordance wiith QA.
Comment 4 bjoern.milcke 2005-06-29 17:22:57 UTC
Developer Note: The fix ends the edit mode by setting the current function to
selection mode (SID_TOOL_SELECT) synchronously before a write access to the
ChartModel is called that performs a BuildChart which destroys the text object
that was currenty being edited (in the unfixed version). This is the same way
other functions end the edit mode.

For Testing: You now don't get the crash when you press Transfer, either when
you started the data editor while being in edit mode, but also when you start
the edit mode while the data editor is already open. If you don't transfer data,
the edit mode is still active after closing the dialog.
Comment 5 bjoern.milcke 2005-06-30 10:48:12 UTC
Fixed
Comment 6 bjoern.milcke 2005-06-30 15:28:09 UTC
please verify in CWS sch10

re-open issue and reassign to kla@openoffice.org
Comment 7 bjoern.milcke 2005-06-30 15:28:15 UTC
reassign to kla@openoffice.org
Comment 8 bjoern.milcke 2005-06-30 15:28:25 UTC
reset resolution to FIXED
Comment 9 kla 2005-07-04 13:49:57 UTC
verified in CWS sch10
Comment 10 bjoern.milcke 2005-07-06 16:26:39 UTC
Note: review done by IHA
Comment 11 kla 2005-07-08 11:46:08 UTC
ok in Master m115 ->closed