https://bugs.documentfoundation.org/show_bug.cgi?id=150010
Bug ID: 150010
Summary: Edit existing cell contents appears to succeed but
produces unintended results
Product: LibreOffice
Version: 7.3.4.2 release
Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Calc
Assignee: [email protected]
Reporter: [email protected]
Description:
1) Edit a cell already containing a Url with parameters. For example,
https://www.mersenne.org/report_exponent/?exp_lo=77230000&exp_hi=77230411&full=1
Click on cell to edit, go to edit line, click on position to edit at (after the
4), delete one character with backspace key, type one replacement character
("2"), click on the green check mark to accept the changed displayed content in
the edit line
(https://www.mersenne.org/report_exponent/?exp_lo=77230000&exp_hi=77230211&full=1),
the entire modified URL is displayed in edit line, but only the new typed
character "2" is displayed and stored in the cell _afterward_.
Steps to Reproduce:
1. Follow the description step by step
2. It does not matter if the cell is formatted "number general" or "text"
3. Click undo to recover from the loss of the entire URL from the cell.
Actual Results:
2
Expected Results:
https://www.mersenne.org/report_exponent/?exp_lo=77230000&exp_hi=77230211&full=1
Reproducible: Always
User Profile Reset: Yes
OpenGL enabled: Yes
Additional Info:
I don't recall how many releases have had this issue. I vaguely recall ~v4.x
being ok in this regard. It's tedious to copy URLs out to edit in another
application and then paste them back into another cell after edit, then delete
the original cell's contents. Pasting them back into the problem cell does not
work either.
Problem is also reproducible in Calc safe mode, not a user profile issue
apparently.
--
You are receiving this mail because:
You are the assignee for the bug.