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

Mobile: Options icon clicks is passing through #368

Open
edimitchel opened this issue Dec 7, 2022 · 2 comments
Open

Mobile: Options icon clicks is passing through #368

edimitchel opened this issue Dec 7, 2022 · 2 comments
Labels
c: bug Something isn't working

Comments

@edimitchel
Copy link
Collaborator

edimitchel commented Dec 7, 2022

When trying to click on the three dot on bottom nav bar to show options, the click is effective not on right element if any clickable element is there in the background.
The click event should be stopped and should not bubble.

Record_2022-12-07-23-36-48.mp4

Edit: Actually, I just tried to reproduce it on desktop with mobile simulator but didn't succeed. It looks like a bug from the Firefox browser because of the bottom nav bar when is collapsed on scroll.

@edimitchel edimitchel added the c: bug Something isn't working label Dec 7, 2022
@edimitchel
Copy link
Collaborator Author

We can prevent that issue on firefox mobile with -webkit-overflow-scrolling: touch; rule according to https://stackoverflow.com/questions/67161825/what-is-the-problem-about-fixed-position-in-firefox-mobile

@edimitchel
Copy link
Collaborator Author

Related with #1558

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

1 participant