Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Change tabindex to 0
  • Loading branch information
vnbaaij committed Dec 9, 2025
commit 2f89ef77defcaf89284a878154e86b77bcfc68a8
2 changes: 1 addition & 1 deletion src/Core/Components/ProfileMenu/FluentProfileMenu.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@namespace Microsoft.FluentUI.AspNetCore.Components
@inherits FluentComponentBase

<div id="@Id" class="@ClassValue" style="@StyleValue" top-corner="@TopCorner" tabindex="1"
<div id="@Id" class="@ClassValue" style="@StyleValue" top-corner="@TopCorner" tabindex="0"
@onclick="@ProfileMenuClickedAsync" @onkeydown="@ProfileMenuKeyDownAsync" >
@StartTemplate
<FluentPersona Id="@PersonaId"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<div id="xxx" class="fluent-profile-menu" tabindex="1" blazor:onclick="1" blazor:onkeydown="2" b-rsm9d6pikk="">
<div id="xxx" class="fluent-profile-menu" tabindex="0" blazor:onclick="1" blazor:onkeydown="2" b-rsm9d6pikk="">
<div id="xxx" class="fluent-persona" style="height: inherit;" position="end" b-n7zog0zvqi="">
<div class="initials" b-n7zog0zvqi="">
<div class="fluent-presence-badge" title="" b-1o8tp31nhy="">
Expand All @@ -21,4 +21,4 @@
</div>
</div>
</div>
</fluent-anchored-region>
</fluent-anchored-region>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<div id="xxx" class="fluent-profile-menu" tabindex="1" blazor:onclick="1" blazor:onkeydown="2" b-rsm9d6pikk="">
<div id="xxx" class="fluent-profile-menu" tabindex="0" blazor:onclick="1" blazor:onkeydown="2" b-rsm9d6pikk="">
<div id="xxx" class="fluent-persona" style="height: inherit;" position="end" b-n7zog0zvqi="">
<div class="initials" b-n7zog0zvqi="">
<div class="fluent-presence-badge" title="I'm available" b-1o8tp31nhy="">
Expand Down Expand Up @@ -56,4 +56,4 @@ <h5 part="fullname" typo="header" class="fluent-typography" style="font-weight:
</div>
</div>
</div>
</fluent-anchored-region>
</fluent-anchored-region>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

<div id="xxx" class="fluent-profile-menu" tabindex="1" blazor:onclick="1" blazor:onkeydown="2" b-rsm9d6pikk="">Before
<div id="xxx" class="fluent-profile-menu" tabindex="0" blazor:onclick="1" blazor:onkeydown="2" b-rsm9d6pikk="">Before
<div id="xxx" class="fluent-persona" style="height: inherit;" position="end" b-n7zog0zvqi="">
<div class="initials" b-n7zog0zvqi="">
<div class="fluent-presence-badge" title="" b-1o8tp31nhy="">
Expand All @@ -9,4 +9,4 @@
</div>
</div>
</div>
After</div>
After</div>
Loading