Bug 55314

Summary: Delete or Backspace to empty cell, do not result in updating the IF function
Product: LibreOffice Reporter: Cor Nouws <cno>
Component: CalcAssignee: Not Assigned <libreoffice-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: cno
Priority: highest Keywords: regression
Version: 3.6.2.1 rc   
Hardware: Other   
OS: All   
Whiteboard:
Crash report or crash signature: Regression By:

Description Cor Nouws 2012-09-25 11:24:01 UTC
- type xx in A1
- add function in B1:  =IF(A1<>"";A1;"empty")
 > B1 shows xx

- go to A1 and hit DEL
 > A1 = empty, but B1 still shows xx  !!
  (same for using Backspace)

- type F2 on A1, hit Backspace, Enter
 > Now B1 shows "empty"
Comment 1 Cor Nouws 2012-09-25 11:26:14 UTC
Was OK in 3.6.0rc2
Comment 2 Markus Mohrhard 2012-09-25 11:53:04 UTC

*** This bug has been marked as a duplicate of bug 55059 ***