Issue 120594 - Undo/Redo for chart draw objects not complete
Summary: Undo/Redo for chart draw objects not complete
Status: CONFIRMED
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-16 14:12 UTC by Armin Le Grand
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 Armin Le Grand 2012-08-16 14:12:22 UTC
ALG: This is a follow-up to #120515#. The Undo/Redo in chart module (activated chart OLE) is not complete:
- The user exp enhancements from #120515# are not supported. I tried to support it; undo is well encapsulated in chart module and I found no easy way to get the c++ SfxUndoManager instance for handing over to TextEdit
- Moving draw objects with cursor keys has no undo (move is done using UNO API which creates no undo)
- Using Undo when in text edit mode of a draw object does not undo the text actions, but the previous modifications
- Playing around with text edit/draw objects and chart actions leads to crashes
Comment 1 Armin Le Grand 2012-08-16 15:11:41 UTC
ALG: Added myself to cc.