Description: Error activating object: General OLE error. Steps to Reproduce: 1. Insert a table in the header 2. Insert a table with the table picker (2x2) 4. Press Insert chart 5. Cancel the wizard dialog 6. Press Insert chart again Actual Results: Error activating object: General OLE error. Expected Results: Probably not Reproducible: Always User Profile Reset: No Additional Info: Version: 7.1.0.0.alpha0+ (x64) Build ID: <buildversion> CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: default; VCL: win Locale: ru-RU (nl_NL); UI: en-US Calc: CL
Created attachment 164188 [details] Screencast
I confirm it with Version: 7.0.2.2 (x64) Build ID: 8349ace3c3162073abd90d81fd06dcfb6b36b994 CPU threads: 4; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win Locale: he-IL (de_DE); UI: en-GB Calc: threaded But I can't assess, if this is a bug or not.
(In reply to Dieter from comment #2) > I confirm it with > > But I can't assess, if this is a bug or not.
Then let's put it out there for auction regarding assessment
Dear Telesto, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Situation seems to have canged a bit Steps 1. Insert with table picker a 2x2 table (bug is not related to table in header) 2. Place cursor in first cell of the table and insert chart with chart icon 3. Press cancel in chart wizard 4. Place cursor in first cell of the table (chart icon is not acive; perhaps intended) 5. Insert -> Chart -> Press cancel in chart wizard 6. Place cursor in first cell of table 7. Insert -> Chart Actual result: Error activating object: General OLE error. Expected result: No error Version: 7.5.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 9cd0f4c2d25462feba0ffcbd906c199273821243 CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win Locale: de-DE (de_DE); UI: en-GB Calc: CL threaded
(In reply to Telesto from comment #0) > Description: > Error activating object: General OLE error. > > Steps to Reproduce: > 1. Insert a table in the header > 2. Insert a table with the table picker (2x2) > 4. Press Insert chart > 5. Cancel the wizard dialog > 6. Press Insert chart again Step 1 is not needed. Second insertion has to be done from menu as toolbar icon was disabled. Bibisected with linux-64-7.0 to aafea2f2a23203e44adc8c394021b87ac57b74c3 updateModel must remove the SelectionChangeListener from the old controller The requirement to insert 3 times as mentioned in comment 6 started with feb17e47bc04e2af6b4ecf7202764ce980f83242 tdf#142364 exception thrown during destruction Even in master, there is still a crash upon closing the document after going through the repro steps.