Skip to content

[release/11.0] Fix menu problem in templates - #68951

Merged
wtgodbe merged 1 commit into
release/11.0from
backport/pr-68768-to-release/11.0
Sep 2, 2026
Merged

[release/11.0] Fix menu problem in templates#68951
wtgodbe merged 1 commit into
release/11.0from
backport/pr-68768-to-release/11.0

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Backport of #68768 to release/11.0

/cc @dariatiurina

Fix menu problem in templates

Description

In .NET 11 the Blazor Web App template's mobile nav menu no longer collapses after you pick a page, but only when an interactive render mode is used (Interactive Server, WebAssembly, or Auto). Static SSR is unaffected.

We changed the way we operate with navigation menu to be CSP compliant in #63828. This PR and backport fixes with in a way that is both compliant and allows for templates to work correctly.

Fixes #68677

Customer Impact

Templates are working correctly now.

Regression?

  • Yes
  • No

[If yes, specify the version the behavior has regressed from]

Risk

  • High
  • Medium
  • Low

[Justify the selection above]

Verification

  • Manual (required)
  • Automated

Packaging changes reviewed?

  • Yes
  • No
  • N/A

When servicing release/2.3

  • Make necessary changes in eng/PatchConfig.props

@github-actions
github-actions Bot requested a review from a team as a code owner September 1, 2026 12:02
@dariatiurina dariatiurina self-assigned this Sep 2, 2026
@dariatiurina dariatiurina added the Servicing-consider Shiproom approval is required for the issue label Sep 2, 2026
@dariatiurina dariatiurina assigned artl93 and unassigned dariatiurina Sep 2, 2026
@artl93
artl93 self-requested a review September 2, 2026 20:07

@artl93 artl93 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Actually looks like a regression based on the new UI changes. Approved.

@artl93 artl93 added Servicing-approved Shiproom has approved the issue and removed Servicing-consider Shiproom approval is required for the issue labels Sep 2, 2026
@dotnet-policy-service

Copy link
Copy Markdown
Contributor

Hi @github-actions[bot]. This PR was just approved to be included in the upcoming servicing release. Somebody from the @dotnet/aspnet-build team will get it merged when the branches are open. Until then, please make sure all the CI checks pass and the PR is reviewed.

@Youssef1313 Youssef1313 added area-blazor Includes: Blazor, Razor Components area-commandlinetools Includes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPI labels Sep 2, 2026
@wtgodbe
wtgodbe merged commit 8095b14 into release/11.0 Sep 2, 2026
58 checks passed
@wtgodbe
wtgodbe deleted the backport/pr-68768-to-release/11.0 branch September 2, 2026 22:34
@dotnet-milestone-bot dotnet-milestone-bot Bot added this to the 11.0-rc2 milestone Sep 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-blazor Includes: Blazor, Razor Components area-commandlinetools Includes: Command line tools, dotnet-dev-certs, dotnet-user-jwts, and OpenAPI Servicing-approved Shiproom has approved the issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants