Description: You all do an EXCELLENT, EXCELLENT JOB. I have a free Cash Register program in Calc that runs Great in the 6.2 series of Calc but not in the 6.3 series of calc. (Running a cash register is the most plentiful job in the US) On adding a new purchase below a23 it does not always go down one more row (for the next purchase ) and the buttons pulsate on the screen. It does not matter to me because I went back to 6.2.7 . But I thought you would like to know. The Cash register is a complicated program. It is attached. You all do Great Work!!! Thanks Steve Dulaney stdulaney@netscape.net Steps to Reproduce: 1.Type in a number between 1 and 10 in a24 2. 3. Actual Results: On new purchase in a24 and below will not go down 1 row(for next purchase) Expected Results: It should go down 1 row Reproducible: Sometimes User Profile Reset: No Additional Info:
Created attachment 154112 [details] Cash register type in number between 1 and 10 in a24 and below. Does not work in 6.3 series, but works in 6.2 series 6.2.7
Indeed this is a regression, and could be bibisected to the following commit: https://cgit.freedesktop.org/libreoffice/core/commit/?id=d464d505fbf6e53a38afdd3661d320fac8c760d6 author Armin Le Grand <Armin.Le.Grand@cib.de> 2018-10-12 11:13:09 +0200 committer Armin Le Grand <Armin.Le.Grand@cib.de> 2018-11-27 11:33:10 +0100 "Refactor calc non-linear ViewToDevice transform" There are two separate bugs reported on the two behaviors mentioned in this bug: - buttons flashing: bug 121963, - current cell not getting highlighted: bug 126914. *** This bug has been marked as a duplicate of bug 121963 ***