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

update: skip scroll to top on inital SSR completion. #6523

Merged
merged 4 commits into from
Dec 10, 2024

Conversation

Faakhir30
Copy link
Contributor

@Faakhir30 Faakhir30 commented Dec 8, 2024


Closes #6518 , skipping scroll to top on first componenetDidUpdate after SSR, as that is being triggered by SSR completion and is causing that intruption

Copy link

netlify bot commented Dec 8, 2024

Deploy Preview for plone-components canceled.

Name Link
🔨 Latest commit 292f75c
🔍 Latest deploy log https://app.netlify.com/sites/plone-components/deploys/6757e6b5ae74b100082d6292

Signed-off-by: Faakhir30 <[email protected]>
@Faakhir30 Faakhir30 force-pushed the fix_scrollToTop_SSR branch from 462323f to e698d56 Compare December 8, 2024 21:40
@Faakhir30 Faakhir30 requested a review from davisagli December 8, 2024 21:43
Copy link
Collaborator

@stevepiercy stevepiercy left a comment

Choose a reason for hiding this comment

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

News looks good to me.

Needs a technical review from @plone/volto-accessibility and @plone/volto-team.

Thank you!

packages/volto/news/6523.internal Outdated Show resolved Hide resolved
@Faakhir30 Faakhir30 requested a review from davisagli December 10, 2024 07:01
Copy link
Member

@davisagli davisagli left a comment

Choose a reason for hiding this comment

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

Thanks, looks good to me now.

@davisagli davisagli merged commit 08893ab into main Dec 10, 2024
68 checks passed
@davisagli davisagli deleted the fix_scrollToTop_SSR branch December 10, 2024 17:40
sneridagh added a commit that referenced this pull request Dec 12, 2024
* main:
  Fixed types declaration extractor from Volto core, re-enable it on release (#6534)
  Release 18.3.0
  Release @plone/slate 18.0.4
  Release @plone/helpers 1.0.0
  Make helpers release-able
  Release @plone/registry 2.2.0
  Release @plone/components 3.0.0
  Release @plone/types 1.1.0
  [slots] @plone/slots first developments (#6409)
  improve link integrity popup (#6516)
  Add missing styleWrapper style builder information in container/Grid (#6527)
  update: skip scroll to top on inital SSR completion. (#6523)
  Release 18.2.3
  Fixed circular import error in dev with HMR in core Views and Widgets shadow customizations (#6526)
  Release 18.2.2
  Fixed circular import error in dev with HMR in core Blocks shadow customizations (#6525)
  Release 18.2.1
  Release @plone/slate 18.0.3
  Fixed circular import error in dev with HMR in `App` component when imported in the main default config (#6524)
  Update @plone/* packages info (#6521)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Page scrolls to top after initial load.
4 participants