Component
Other...
Package version
3.0.0-rc18
@microsoft/fast-element version
2.0.0
Environment
System:
OS: Windows 11 10.0.26200
CPU: (28) x64 Intel(R) Core(TM) i7-14700K
Memory: 3.01 GB / 31.78 GB
Browsers:
Edge: Chromium (148.0.3967.54)
Firefox: 150.0.2 - C:\Program Files\Mozilla Firefox\firefox.exe
Firefox Developer Edition: 151.0 - C:\Program Files\Firefox Developer Edition\firefox.exe
Current Behavior
In #36085 there was an update to the fluent-anchor-button from @davatron5000 which fixed the double execution from issue #36066
Since this patch the OnBeforeInternalNavigation event in Blazor will not be triggered anymore in Blazor. Before this patch this event was raised but executed twice.
Expected Behavior
The fluent-anchor-button should trigger this Blazor event just like native a anchors or built in NavLink components in Blazor.
Reproduction
https://github.com/MarvinKlein1508/wc-OnBeforeInternalNavigation-issue
Steps to reproduce
- Run the project
- Click the anchor button
- Check console and see no log
- Try the same for the other links
- See log entries
Are you reporting an Accessibility issue?
no
Suggested severity
High - No workaround
Products/sites affected
No response
Are you willing to submit a PR to fix?
no
Validations
Component
Other...
Package version
3.0.0-rc18
@microsoft/fast-element version
2.0.0
Environment
System: OS: Windows 11 10.0.26200 CPU: (28) x64 Intel(R) Core(TM) i7-14700K Memory: 3.01 GB / 31.78 GB Browsers: Edge: Chromium (148.0.3967.54) Firefox: 150.0.2 - C:\Program Files\Mozilla Firefox\firefox.exe Firefox Developer Edition: 151.0 - C:\Program Files\Firefox Developer Edition\firefox.exeCurrent Behavior
In #36085 there was an update to the
fluent-anchor-buttonfrom @davatron5000 which fixed the double execution from issue #36066Since this patch the
OnBeforeInternalNavigationevent in Blazor will not be triggered anymore in Blazor. Before this patch this event was raised but executed twice.Expected Behavior
The
fluent-anchor-buttonshould trigger this Blazor event just like nativeaanchors or built inNavLinkcomponents in Blazor.Reproduction
https://github.com/MarvinKlein1508/wc-OnBeforeInternalNavigation-issue
Steps to reproduce
Are you reporting an Accessibility issue?
no
Suggested severity
High - No workaround
Products/sites affected
No response
Are you willing to submit a PR to fix?
no
Validations