GithubHelp home page GithubHelp logo

Comments (5)

shibaev avatar shibaev commented on May 25, 2024

It seems related to the script that scrolls TOC to the active node. For modern template, it is the scrollIntoView call in toc.ts.

from docfx.

shibaev avatar shibaev commented on May 25, 2024

This comment describes problems with scrollIntoView implementation in Chromium and possible workarounds.

from docfx.

shibaev avatar shibaev commented on May 25, 2024

Does the fix cover the situation when scroll to anchor works before scrolling TOC to an active element? Currently, I see two types of problem in Chrome:

  1. TOC scrolling runs before the scrolling to anchor. In that case, TOC is properly scrolled but anchor is not reached.
  2. TOC scrolling runs after the scrolling to anchor. In that case, anchor is properly reached but the TOC is not scrolled to an active element.

It looks like the fix may only address the first case.

I also tested the fix on our version of DocFX-based documentation and both issues from cases 1-2 are still there.

from docfx.

filzrev avatar filzrev commented on May 25, 2024

It seems scrolling problems are still existing on latest docfx site.

Urls for tests

Behaviors when click anchor links

  • Successfully scrolled into anchor link.
  • Not scrolled at all
  • Scrolled to wrong position before anchor link.

from docfx.

shibaev avatar shibaev commented on May 25, 2024

Agree with @filzrev. The scroll issue still happens. For example, https://dotnet.github.io/docfx/tutorial/advanced_support_hyperlink.html#prepare is often loaded like this (pay attention on TOC scrolling):
image

The expected result should look like:
image

from docfx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.