Skip to content
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

Removed after show trigger call, this call was directing the focus to… #2736

Closed
wants to merge 1 commit into from

Conversation

mstolf
Copy link

@mstolf mstolf commented Jun 7, 2022

Removed after hide trigger call, this call was directing the focus to the div of the DotsHorizontal component, making that when clicking outside the component the "..." appear again

Fix #7459

… the div of the DotsHorizontal component, making that when clicking outside the component the ... appear again
@mstolf mstolf requested a review from PVince81 June 7, 2022 10:18
@mstolf mstolf self-assigned this Jun 7, 2022
@mstolf mstolf added bug Something isn't working 3. to review Waiting for reviews feature: avatar Related to the avatar component labels Jun 7, 2022
@skjnldsv
Copy link
Contributor

Can you rebase @mstolf :)

@@ -455,10 +454,6 @@ export default {
links[0].focus()
}
},
handlePopoverAfterHide() {
// bring focus back to the trigger
Copy link
Contributor

Choose a reason for hiding this comment

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

This is still a case that should be preserved when closing the menu with the keyboard I guess. This was introduced with #1854 for accessibility reasons.

@susnux susnux added this to the 8.0.1 milestone Nov 8, 2023
@nickvergessen nickvergessen modified the milestones: 8.0.1, 9.0.0 next Vue 3 Nov 9, 2023
@susnux susnux modified the milestones: 8.3.0, 8.4.0 Dec 1, 2023
@ShGKme ShGKme modified the milestones: 8.4.0, 8.5.0 Dec 27, 2023
@Pytal Pytal modified the milestones: 8.5.0, 8.6.0 Jan 23, 2024
@Antreesy Antreesy modified the milestones: 8.6.0, 8.6.1 Jan 30, 2024
@ShGKme ShGKme modified the milestones: 8.6.1, 8.6.2, 8.6.3 Feb 1, 2024
@susnux susnux modified the milestones: 8.6.3, 8.7.0, 8.8.0 Feb 18, 2024
@Antreesy Antreesy modified the milestones: 8.8.0, 8.8.2 Feb 29, 2024
@susnux
Copy link
Contributor

susnux commented Feb 29, 2024

Is this still relevant?

@susnux susnux added 0. to triage and removed 3. to review Waiting for reviews labels Feb 29, 2024
@ShGKme ShGKme modified the milestones: 8.8.1, 8.8.2 Feb 29, 2024
@juliusknorr juliusknorr modified the milestones: 8.8.2, 8.9.1 Mar 6, 2024
@Pytal Pytal modified the milestones: 8.9.1, 8.9.2 Mar 6, 2024
@ShGKme ShGKme modified the milestones: 8.9.2, 8.10.0 Mar 8, 2024
@susnux
Copy link
Contributor

susnux commented Aug 30, 2024

Closing as there is no activity for two years.
If this is still relevant please reopen the PR.

@susnux susnux closed this Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. to triage bug Something isn't working feature: avatar Related to the avatar component
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When clicking on the avatar of the Top bar of the talk the "..." do not disappear from the avatar
9 participants