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

Fix tooltips not opening on mobile #851

Merged
merged 1 commit into from
May 16, 2023

Conversation

owi92
Copy link
Member

@owi92 owi92 commented May 15, 2023

Partially addresses #835
As tooltips on mobile are triggered via a click and we also close tooltips on click, this needs to check if the tooltip is actually open before it gets closed.

This still isn't perfect as if a user wants to open a tooltip again after closing it, they first need to click outside the trigger before it can be opened again. But I also think that's pretty much default behaviour.

As tooltips on mobile are triggered via a click and
we also close tooltips on click, this needs to check if
the tooltip is actually open before it gets closed.
@owi92 owi92 added the changelog:user User facing changes label May 15, 2023
@github-actions github-actions bot temporarily deployed to test-deployment-pr851 May 15, 2023 18:40 Destroyed
@LukasKalbertodt
Copy link
Member

LukasKalbertodt commented May 16, 2023

This still doesn't work on iOS :/
You can test that on browserstack (i tested with iphone 13).

If it works now on Android browsers, we can still merge it. But yeah, would be great if it also worked on iOS.

@owi92
Copy link
Member Author

owi92 commented May 16, 2023

I does work on android. Really no idea why it doesn't on iOS :(

@LukasKalbertodt
Copy link
Member

Tested on browserstack android and it does indeed work. I edited your top comment so that merging doesn't close the linked issue yet.

@LukasKalbertodt LukasKalbertodt merged commit 149eb5c into elan-ev:master May 16, 2023
2 checks passed
@owi92 owi92 deleted the hover-on-mobile branch March 4, 2024 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:user User facing changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants