https://bugs.documentfoundation.org/show_bug.cgi?id=140061

--- Comment #22 from Patrick Luby (volunteer) <[email protected]> ---
The more I think about this, I can't help but wonder why the transferable is
holding pointers from an SwDoc instance that is being edited instead of the
SwDoc for the open and unmodified window that this content was originally
copied from.

I understand that the content isn't rendered until pasting, but if the
SwEndNoteInfo's anchor format pointer is deleted by SwDoc, doesn't that
indicate that the transferable on the clipboard is now the undone content that
was pasted in the second document?

Related to that, shouldn't the transferable content be an immutable snapshot
instead of rendered from the SwDoc state at the time of pasting?

Maybe I just don't understand what is going on here, but it just seems odd to
me that we use pointers from the currently edited document at render time
instead of the data as it existed at the time of copying.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to