Skip to content

Conversation

@GulsahKose
Copy link
Contributor

Section size was wrong so when we scroll the sheet section seems out of visible area.
In this patch we are using the actaul section size.

Change-Id: I58cdc19c79210ecc1e925c8efd0b3313b68823ef

Summary

TODO

  • ...

Checklist

  • I have run make prettier-write and formatted the code.
  • All commits have Change-Id
  • I have run tests with make check
  • I have issued make run and manually verified that everything looks okay
  • Documentation (manuals or wiki) has been updated or is not required

zIndex: number;
interactable: boolean = true;
isAnimating: boolean = false;
isAlwaysVisible: boolean = true;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will most probably approve this after testing. But before that, can you please set this default to false?

Thanks for the improvements :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @caolanm and @gokaysatir for the help

@gokaysatir gokaysatir self-requested a review November 13, 2025 10:57
We made the focus cell section always visible.

Signed-off-by: Gülşah Köse <[email protected]>
Change-Id: I58cdc19c79210ecc1e925c8efd0b3313b68823ef
Copy link
Contributor

@gokaysatir gokaysatir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks :)

@github-project-automation github-project-automation bot moved this from To Review to To Test in Collabora Online Nov 13, 2025
@GulsahKose GulsahKose merged commit 24f4c1d into CollaboraOnline:master Nov 13, 2025
13 checks passed
@github-project-automation github-project-automation bot moved this from To Test to Done in Collabora Online Nov 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Calc: Focus Cell: Cell highlighting disappears when selected cell goes out of the document area.

2 participants