(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 received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/375395 Title: [Upstream] scrolling only by full line height To manage notifications about this bug go to: https://bugs.launchpad.net/df-libreoffice/+bug/375395/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
