With Bug 98931 fixed, we now have the ability to insert images into cells. But the Cut, Copy, and Paste does not behave as expected. Steps to Reproduce: 1. Open attachment 139094 [details] in Calc and Excel 2. Select a Row 3. Cut 4. Paste Expected Results: The picture should move with number Actual Results: In Calc, only the number is moved. In Excel, both are moved.
First it should be a request for enhancement, please change the importance from normal. Second, except assigning yourself to solve the issue, don't set up as new, it should be done for other person. Once changed to enhancement, I can to set up as new, I'm agree with the enhancement.
Thanks for fixing this bug, Samuel. For the formality [1], can you please post the link to the commit? [1] https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/RESOLVED#FIXED
(In reply to Thomas Lendo from comment #2) > For the formality [1], can you please post the link to the commit? Seems the commit notification is broken? https://cgit.freedesktop.org/libreoffice/core/commit/?id=d8b7119859897fa98b6588e2426a13fbd51cf3dd
Created attachment 140835 [details] Better test example where images are fully within the bounds of the cells When I went to verify this bug under Windows, I found that cutting and pasting of columns works. But Rows and individual cells do not. Should I file a new bug or track it here?
(In reply to Luke from comment #4) > Created attachment 140835 [details] > Better test example where images are fully within the bounds of the cells > > When I went to verify this bug under Windows, I found that cutting and > pasting of columns works. But Rows and individual cells do not. Should I > file a new bug or track it here? Thanks for testing, lets keep it here. Reopening this bug.
Samuel Mehrbrodt committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=8766bb000afceb4a070ef310b939f7250e5c3a8a tdf#116510 Unit test for copying columns with images anchored to cells It will be available in 6.1.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Samuel Mehrbrodt committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=8e49269f794f6eae193fa9af8846a470baab0c1b tdf#116510 Copy graphics too when copying cells/rows It will be available in 6.1.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Samuel Mehrbrodt committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=6a2e5833f97890ad3b980955626d53622d57377d tdf#116510 Unit test for copying graphics from individual cells It will be available in 6.1.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
(In reply to Luke from comment #4) > Created attachment 140835 [details] > Better test example where images are fully within the bounds of the cells > > When I went to verify this bug under Windows, I found that cutting and > pasting of columns works. But Rows and individual cells do not. Should work now. Could you please test again?
Tested, and verified working on both Windows and Linux. Verified on 6.1.0.0.alpha0+ (x64) Build ID: f76a22c7656f8741cf26c220fed1f8cd5a7d79c1 Thanks Samuel!
Found a bug when cutting a cell with image anchored, it doesn't remove the image from the original cell. Steps to recreate in LibreOffice Calc 6.1.4.2 1.)Anchor image to A1 2.)select cell A1 3.)cut via right mouse click menu 4.)paste into cell B1. Image appears in cell B1. Image also remains in cell A1. When using "cut" image in A1 should disappear.
Another problem with copy/paste/cut image between cells function is that expected behavior when using formulas (=A1) should copy the image to the new cell. Steps to recreate: 1.) Paste image to cell A1 2.) type "=A1" into cell B1 B1 should now contain the image from A1, but instead prints "0".
Anthony, No issue cutting with the mouse in 6.2 on Windows. The other issue is by design. =A1 should give you the value not the image in A1. This is logical and how Excel, Quattro Pro, and gnumeric all work.