Bug 160808 - In Calc +/+ turns into '+/+ in the input line
Summary: In Calc +/+ turns into '+/+ in the input line
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
7.6.6.3 release
Hardware: x86-64 (AMD64) Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-24 11:41 UTC by Ekbabalo
Modified: 2024-04-24 12:19 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ekbabalo 2024-04-24 11:41:31 UTC
Description:
After entering +/+ in a cell, a message pops up (LO found a mistake in the formula). After clicking "no", +/+ turns int '+/+ in the input line.

Actual Results:
Open empty Calc-sheet. Enter +/+ in any cell. After the message "LibreOffice hat einen Fehler in der eingegebenen Formel gefunden" pops up, cklick "Nein". In the input line +/+ turns into '+/+.

Expected Results:
+/+ should stay +/+ not '+/+.


Reproducible: Always


User Profile Reset: No

Additional Info:
-
Comment 1 m_a_riosv 2024-04-24 12:19:55 UTC
+/+ is an invalid formula, the single quote makes it treated as text not as formula. And the single quote is not showed at visualization or printing.