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

[docs] Fix layout shift when scrolling #29436

Merged
merged 1 commit into from
Nov 1, 2021

Conversation

oliviertassinari
Copy link
Member

@oliviertassinari oliviertassinari commented Oct 31, 2021

I have first noticed the issue on X: https://deploy-preview-3006--material-ui-x.netlify.app/components/data-grid/editing/#server-side-validation with @m4theushw's PR. But it can also be reproduced on the Core. As you scroll, the font weight of the highlighted item increases, making it sometimes wrap, and shifting the rest of the table of content.

wrap

https://mui.com/components/links/#security

Compare with how it feels smoother on https://stripe.com/docs/terminal/overview. I went on reproducing the same behavior: no change of font-weight. I believe there is already enough contrast, more is taking the risk to catch the attention of the user away from what matters: the body of the page.

Preview: https://deploy-preview-29436--material-ui.netlify.app/components/links/

@oliviertassinari oliviertassinari added bug 🐛 Something doesn't work docs Improvements or additions to the documentation labels Oct 31, 2021
@mui-pr-bot
Copy link

mui-pr-bot commented Oct 31, 2021

No bundle size changes

Generated by 🚫 dangerJS against d089ae1

@siriwatknp
Copy link
Member

siriwatknp commented Nov 1, 2021

I still see a layout shift (capture from the preview link).

Screen.Recording.2564-11-01.at.17.48.08.mov

@oliviertassinari
Copy link
Member Author

oliviertassinari commented Nov 1, 2021

@siriwatknp Oh yeah, I didn't solve the layout shift of the toc on loading, only on scrolling. I assume it will require a different approach. I'm less worried about on loading. My main concern with the one on scrolling is that I can't look back and forth between the content of the page and the toc when I scroll, the position of the toc is not stable, it disorients me.

Copy link
Contributor

@danilo-leal danilo-leal left a comment

Choose a reason for hiding this comment

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

Good catch!

@oliviertassinari oliviertassinari merged commit aa7afc1 into mui:master Nov 1, 2021
@oliviertassinari oliviertassinari deleted the fix-toc-wrap branch November 1, 2021 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work docs Improvements or additions to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants