Bug 158392 - Android Viewer: Tapping on checkmark in action bar does not confirm changes to formula
Summary: Android Viewer: Tapping on checkmark in action bar does not confirm changes t...
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Android Viewer (show other bugs)
Version:
(earliest affected)
7.6.3.2 release
Hardware: All Android
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Calc-Formula-Bar
  Show dependency treegraph
 
Reported: 2023-11-27 08:19 UTC by Kira Tubo
Modified: 2023-11-27 11:50 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments
Video - confirm formula with checkmark in action bar (6.70 MB, video/mp4)
2023-11-27 08:21 UTC, Kira Tubo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kira Tubo 2023-11-27 08:19:19 UTC
Description:
If the user inserts a formula into a cell, then taps on the checkmark in the action bar at the top left corner of the page, the changes are not confirmed. 

Steps to Reproduce:
Prerequisite: Experiment mode is turned on (home page > 3 dot menu > Settings)
1. Open Android Viewer
2. Open Calc ods document
3. Tap on any empty cell
4. Tap on either the formula bar or keyboard button to display the keyboard
5. Type a formula e.g. "=12+12"
6. Tap on the checkmark icon in action bar at top left corner of the screen
7. Note changes

Actual Results:
Depending on how you got the keyboard to display in step 4, the results may differ. 
- If the keyboard was opened up by tapping on the formula bar, then no changes to the cell are displayed. 
- If the keyboard was opened up by tapping on the keyboard button, then the formula is displayed as "=12+12" rather than the final calculation. 

Expected Results:
Tapping on the checkmark in the action bar should confirm changes to the formula. In this case, the cell should display the final calculation "24", not the formula. 


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 7.6.3.2.0+
Build ID: 0e982fe4db35
Device: Google Pixel 6
Android version: 14
Comment 1 Kira Tubo 2023-11-27 08:21:39 UTC
Created attachment 191055 [details]
Video - confirm formula with checkmark in action bar
Comment 2 Stéphane Guillou (stragu) 2023-11-27 11:50:24 UTC
Thanks Kira!
Reproduced in:

Version: 7.6.3.2.0+
Build ID: 0e982fe4db35
Android 9, Galaxy A20e

(In reply to Kira Tubo from comment #0)
> - If the keyboard was opened up by tapping on the formula bar, then no
> changes to the cell are displayed. 
...and the formula bar still displays the formula, even when tapping on another cell. No change is registered, as user is not prompted to save when closing the document.
> - If the keyboard was opened up by tapping on the keyboard button, then the
> formula is displayed as "=12+12" rather than the final calculation. 
...and the cell is still in edit mode, which means tapping another cell will add its coordinates to the formula. Change is however registered, as user is prompted to save when closing the document.