Issue 85304 - Copied Chart from Calc to Calc loses data connection
Summary: Copied Chart from Calc to Calc loses data connection
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: oooqa, regression
Depends on:
Blocks: 84957
  Show dependency tree
 
Reported: 2008-01-16 17:15 UTC by bjoern.milcke
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 bjoern.milcke 2008-01-16 17:15:44 UTC
1. Create a Chart in Calc
2. Copy the Chart into the clipboard
3. Paste the Chart
=> the pasted Chart has own data, not the data coming from the spreadsheet.

This was introduced with CWS chart15. (Fix for issue 83860)

When commenting out the lines 1625-1641 in svx/source/svdraw/svdoole2.cxx, the data connection 
stays. However, in addition to the known issue 82808, even after pressing F9 the chart no longer visually 
updates. (which is probably what the commented-out code does).
Comment 1 bjoern.milcke 2008-01-16 17:17:35 UTC
changing target
Comment 2 IngridvdM 2008-01-18 17:37:50 UTC
This bug introduces a subtle kind of possible data loss, as the user unlikely
will notice that he has lost the data connection in the moment when it happens.

I fixed the bug in CWS chart21.

The reason for this bug was not directly the previous mentioned fix. Instead the
mentioned fix did uncover another bug. So I fixed this bug not by commenting out
the previous fix but instead by removing the real problem that was hidden until now.
Comment 3 IngridvdM 2008-01-18 17:46:01 UTC
->Thomas, please verify in CWS chart21.
Comment 4 IngridvdM 2008-01-18 17:48:57 UTC
->Thomas, please verify in CWS chart21.
Comment 5 kla 2008-01-22 12:17:07 UTC
Seen ok in cws chart21 on lin/sol and win -> verified
Comment 6 p9w.vu.31122010 2008-01-24 16:52:02 UTC
Verified fixed in m242.
Closing.
Comment 7 IngridvdM 2008-01-24 16:57:28 UTC
sorry Simon but that is not correct. The bug did occur starting with src680m243
or  ooh680m2. The fix is not integrated in neither of the code lines. Please
wait with the verification on the master until the fix is in the master.
->so I restore the former state
Comment 8 IngridvdM 2008-01-24 17:02:24 UTC
restore former state
Comment 9 IngridvdM 2008-01-24 17:02:53 UTC
restore former state
Comment 10 p9w.vu.31122010 2008-02-07 10:51:28 UTC
Re-checked in m6: The charts have the same data source in calc.
Closing