Tooltip: Improve accessibility for context menus (#12462)
* Update `ContextMenuTooltipButton.tsx` * Fix placement * Update tests * Update space panel snapshot * Remove default placement * Update snapshots * Fix tooltip child rerender * Remove useless props title
This commit is contained in:
parent
580bc8771c
commit
bec8fdb3d3
3 changed files with 14 additions and 7 deletions
|
@ -229,8 +229,8 @@ exports[`<SpacePanel /> should show all activated MetaSpaces in the correct orde
|
|||
class="mx_ThreadsActivityCentre_container"
|
||||
>
|
||||
<button
|
||||
aria-controls="floating-ui-35"
|
||||
aria-describedby="floating-ui-35"
|
||||
aria-controls="floating-ui-39"
|
||||
aria-describedby="floating-ui-39"
|
||||
aria-expanded="true"
|
||||
aria-haspopup="dialog"
|
||||
aria-label="Threads"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue