https://bugs.documentfoundation.org/show_bug.cgi?id=40917
--- Comment #31 from Noel Grandin <[email protected]> --- (In reply to Maple Wuff from comment #30) > I'm an experienced software developer with no knowledge of this project > aside from using it daily. I'm very frustrated with this issue, as most of > my tables contain large multi-line cells. I'm afraid it's unrealistic for me > to jump into the project and fix this as first contact, but I would > appreciate pointers to relevant code to understand the issue and maybe > hopefully offer a solution. if you run $ git grep -in scroll sc/source/ui/view/ from inside the libreoffice source code, you should see a bunch of places. The ScGridWindow class is where I would start looking. Also $ git log --grep=scroll sc/ will show you commits that have touched scrolling behaviour in calc, and might be useful as code pointers. -- You are receiving this mail because: You are the assignee for the bug.
