-
Notifications
You must be signed in to change notification settings - Fork 1k
ApplicationCustomizer: context.application.navigatedEvent logic #4054
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
Comments
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible. |
Seems to be the same old issue as this #3836 |
We are working on fixing this issue soon. Thank you for your patience. |
@ahackettms please also make sure, that the pageContext of sharepoint framework is getting updated correctly. This is not the case right now when navigating between lists. Thank you! |
Is there any update or idea as to when this fix may be deployed yet? Experiencing similar issues myself when navigating using quick links web part / Hub nav / sites web part to navigate to sites associated with a Hub. Many thanks. |
The fix for this issue should have been deployed. Please try again. @andrewconnell |
It took quite a long time, but I can confirm it is finally working! Thank you! |
Great! It was actually deployed a few weeks ago. |
I didn't see it's working in my scenario. Do I need to rebuild the solution? Please provide steps to perform from my side to see the change. Issue: Custom commands sets developed for different libraries. For the first time, these commands loading based on the library, but later it's not loading properly. The most recent library's commands are appearing for all other libraries which is not expected. |
I can confirm it does not work in my scenario either. Scenario is I am on a hub site and navigate to another site via the sites webpart. Anything clickable in the footer that uses this.context still uses the context of the page I navigated away from. As @srinutamada says, do we need to rebuild / redeploy the solution? |
Hi all, It works better.
|
@ahackettms people are still saying this issue is present... as such I don't think we can close this or others... |
As per my ticket #5029 , the event does not fire when creating new pages from a Site Page, which means the context is not correct. |
I am also able replicate #5029 , when creating a new page does not trigger the navigatedEvent. @andrewconnell I believe #5029 is a different issue as it has never been mentioned in this issue previous to your mention of it. This issue (#4054) is very generic with specific issues being mentioned in it. This makes it really hard to tell what specific issues have been addressed by the SP team. |
#5029 still remains an issue for me. |
@clarktozer - sorry for the long delay. #5029 seems to be fixed. For the initial one - it works fine now. The event is not firing when navigating between views, but technically we're not changing the page. If there are any proposals on how application customizers should work - please comment in this discussion: #7406 |
Issues that have been closed & had no follow-up activity for at least 7 days are automatically locked. Please refer to our wiki for more details, including how to remediate this action if you feel this was done prematurely or in error: Issue List: Our approach to locked issues |
Uh oh!
There was an error while loading. Please reload this page.
Category
Could you please explain the logic, how
context.application.navigatedEvent
is called inApplicationCustomizer
?From what I can see:
The text was updated successfully, but these errors were encountered: