Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calc: Extend range not updating formula with display scaling (like 150%) #6738

Closed
relikd opened this issue Jun 26, 2023 · 7 comments
Closed
Labels
22.05.x bug Something isn't working

Comments

@relikd
Copy link

relikd commented Jun 26, 2023

Describe the bug
Lets say I have three cells, A1: 1, A2: 2, A3: 3.
I want to select those three cells and extend the selection up to cell A10. I would expect Calc to automatically insert 4, 5, ..., 10.
Instead, Calc cancles the previous selection and instead starts a new selection with B4 as the new first cell.

To Reproduce
Steps to reproduce the behavior:

  1. Select Cell(s)
  2. Try to extend selection with the blue dot in the lower right corner

Expected behavior
Auto-increment new cells

Actual behavior
Starts a new selection

Screenshots

a.mp4

Desktop (please complete the following information)

  • OS: macOS
  • Browser: Firefox + Chrome
  • Version: v22.05.14.3

Smartphone (please complete the following information)
N/A

Additional context
N/A

@relikd relikd added bug Something isn't working unconfirmed labels Jun 26, 2023
@Ezinnem Ezinnem added the info needed Needs further details label Jun 29, 2023
@Ezinnem
Copy link
Member

Ezinnem commented Jun 29, 2023

It works fine on my end.

I tested using:

OS: Linux Ubuntu
Browser: Firefox and Chrome
COOLWSD version:
22.05.16.1 git hash: ddf59bf

cell-expansion.mp4

@relikd
Copy link
Author

relikd commented Jun 29, 2023

Is there something else I can test? I cant test with 22.05.16.1 because it is not on docker hub. I also tried to restart the container which didnt help either. Changing to compact mode also doesnt do anything different.

I can see that for you it changes to the purple selection mode, indicating that it changed to cell expansion. But that mode doesnt get triggered for me. Selection stays blue and starts a new selection.

@relikd
Copy link
Author

relikd commented Jun 29, 2023

Just tested with v21.11.5.3.1 and here the cell expansion works as expected. v22 and v23 do not.

@timur-g
Copy link
Contributor

timur-g commented Jul 7, 2023

@relikd There is a known bug when using 4K monitor with 150% scaling, is that your case? That is with Online 100%, not 150%.
Nice that you added screencast so that is clear.

@relikd
Copy link
Author

relikd commented Jul 7, 2023

nope. Just the internal screen. Scaling is indeed active, but changing it to something else does not affect the issue.

@timur-g timur-g added 22.05.x and removed info needed Needs further details labels Jul 7, 2023
@timur-g timur-g changed the title Calc: Extend range not updating formula Calc: Extend range not updating formula with display scaling (like 150%) Jul 7, 2023
@relikd
Copy link
Author

relikd commented Jul 14, 2023

I've tested this on Firefox, Chrome, and Safari. None of these browsers work (with Mac). Tested on another Mac (Firefox, Chrome, Safari) – same result. I am fairly certain this is no Browser / OS configuration issue.

@caolanm
Copy link
Contributor

caolanm commented Aug 10, 2023

I believe this works now in trunk with #7048 merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
22.05.x bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

4 participants