Created attachment 162199 [details] Actual results Description: When I want to copy the content of a cell which is calculated with a formula, the pasted content is the formula. Steps to Reproduce: Put "FOO" in B4 Put "BAR" in C4 Put "=CONCAT(B4;" ";C4)" in D4 Select D4, right click and click on copy (or ^C). Paste in gedit. Actual Results: "=CONCAT(B4;" ";C4)" is pasted. Expected Results: "FOO BAT" should be the pasted content. Reproducible: Always
If you enter into the cell the formula will be copied. If you click outside the cell and again in the cell, anc just copy will copy just the value.
(In reply to BogdanB from comment #1) > If you enter into the cell the formula will be copied. > > If you click outside the cell and again in the cell, anc just copy will copy > just the value. It works!
It's a different behavior than the desktop version. I think the copy of the formula should be performed by streching the cell, and the calculated value using ^C.