Issue 29846 - Include a selected table into a text frame erases the undo buffer
Summary: Include a selected table into a text frame erases the undo buffer
Status: CONFIRMED
Alias: None
Product: Writer
Classification: Application
Component: code (show other issues)
Version: 680m40
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
: 95797 (view as issue list)
Depends on:
Blocks:
 
Reported: 2004-06-03 21:43 UTC by eric.savary
Modified: 2013-08-07 14:38 UTC (History)
3 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 eric.savary 2004-06-03 21:43:25 UTC
- insert a table
- select it
- Insert frame
(-> the table is directly incuded in the frame)
-> the undo buffer is empty
Comment 1 frank.meies 2004-08-06 12:42:30 UTC
FME: I found this piece of code in doclay.cxx, SwDoc::MakeFlyAndMove(), which
goes back to 1993:

// Erstmal ein Hack, solange keine Flys/Headers/Footers Undofaehig sind
// werden erstmal alle Undo - Objecte geloescht.
if( DoesUndo() )	
	DelAllUndoObj();

Comment 2 eric.savary 2004-08-06 14:41:45 UTC
Ok.
I see this as a pretty anoying bug/hack because the undo buffer gets flushed...
but:
- this is not a regression (since 1993!)
- this happens in rather seldom cases
- we have ressource (man power) problems in that area.
Thus: Office later
Comment 3 michael.ruess 2008-11-04 12:53:33 UTC
*** Issue 95797 has been marked as a duplicate of this issue. ***
Comment 4 openoffice 2008-11-24 15:07:06 UTC
ama took over undo