-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
react-page-sections-navigation - Anchor labels not showing in top navigation bar on page load. #1375
Comments
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible. |
I don't think we can fix it on web part's level. So I submitted a bug to sp-dev-docs. |
@JaggB encountering your issue too, but seems to be caused by a different change. Some class names have changed in the modern page rendering, to something like Inside section still works because spPageCanvasContent is still there. Question is, is this a temp change by MS for some testing purpose, or a longer term change... ---code reference --- |
I am facing a similar problem. I am using connected webparts to dynamically populate multiple custom chart webparts based upon data range selected in the top range selection custom webpart. Due to Lazy Loading of SPFx web part, unless we scroll to the bottom of the page and let all the custom webparts load, the charts fail to render itself with the data range selected. Will lazy Loading of SPFx cutom webparts handle problems faced in using connected webparts on same modern page |
Closing this issue as "won't fix" because the functionality relies on system behavior that has changed. See this issue 6091 for more information. |
react-page-sections-navigation
Authors
@AJIXuMuK
Expected or Desired Behavior
All labels defined in the anchor webparts in the page are displayed in the top navigation bar.
Observed Behavior
Only the Home label is display upon page load. Only after scrolling down the page, the anchor labels will start to appear on the top navigation bar
Steps to Reproduce
Steps to reproduce the behavior:
Environment Details (Development & Target environment)
Additional context
Seems like only when the anchor web parts come into view port only does the labels appear in the top navigation bar
The text was updated successfully, but these errors were encountered: