[Libreoffice-bugs] [Bug 124266] New: Formula result not repainted immediately after Cut&Paste move.
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Mar 22 11:28:45 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=124266
Bug ID: 124266
Summary: Formula result not repainted immediately after
Cut&Paste move.
Product: LibreOffice
Version: 6.3.0.0.alpha0+ Master
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: erack at redhat.com
A formula cell is not repainted after this procedure:
1. in A3:B4 enter the values 1, 2, 4, 8 (row-wise)
2. in C1 enter formula =SUM(A1:B1)
3. copy cell C1 to clipboard
4. paste onto C2:C4
5. select A3:B3
6. cut to clipboard
7. paste on A1
=> cell C1 is recalculated and displays 3
=> cell C3 still displays 0 and appears to not being recacluated, but in
fact it is just not repainted, as can be seen with a sequence of PageDn
and PageUp, or Shift+Ctrl+R, or anything else that attempts to obtain
the cell's value.
The same does not happen if steps #6 and #7 instead are performed using
Drag&Drop.
It also does not happen if before step 5 a formula is added in some
(doesn't matter which) cell with =D3
Failure was observed while fixing bug 101002 and bug 123736.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190322/f33fc86c/attachment.html>
More information about the Libreoffice-bugs
mailing list