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

scrollWindow: fix view scrolling #9869

Closed

Commits on Aug 29, 2024

  1. scrollWindow: fix view scrolling

     * make scrollWindow height fix
     * special case data.horizontal.page_size == 0
     * improve computation of rowHeight
     * don't resize dynamically dimensions based on dom changes
    
    Fixes CollaboraOnline#9770
    
    Signed-off-by: Méven Car <[email protected]>
    Change-Id: I54990645d17e1e352397f1d57b4cc671af6b5839
    meven committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    08e8a9c View commit details
    Browse the repository at this point in the history
  2. Use MutationObserver to detect and prevent spurrious scroll event

    Signed-off-by: Méven Car <[email protected]>
    Change-Id: I8bc67ecf11308f35791c5d6c0c4557f20505db86
    meven committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d38ccda View commit details
    Browse the repository at this point in the history