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

[BUG] Toggle not allowing to scroll #153

Closed
SantiagoCalligari opened this issue Oct 17, 2023 · 5 comments
Closed

[BUG] Toggle not allowing to scroll #153

SantiagoCalligari opened this issue Oct 17, 2023 · 5 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@SantiagoCalligari
Copy link

SantiagoCalligari commented Oct 17, 2023

You can see this bug when you have a list of block toggle buttons in mobile, if you try to scroll you instead will turn on or off the button instead of scrolling

@SantiagoCalligari SantiagoCalligari added the bug Something isn't working label Oct 17, 2023
@github-actions github-actions bot added this to Needs triage in Issue triage Oct 17, 2023
@github-actions
Copy link

Hi! 👋
Thanks for your issue. You are helping to improve Bootstrap 5 toggle.

@palcarazm
Copy link
Owner

Hi,

In mobile devices we listen for touch events.

When start scrolling inside a toggle you do a touch.

Normally in the design the toggle does not take up all the screen space.
I can't think of any use cases where that is necessary. You could show a reduced case of your screen. We could probably readapt the design to make it more user friendly.

@palcarazm palcarazm added the wontfix This will not be worked on label Oct 19, 2023
@SantiagoCalligari
Copy link
Author

yeah! I figured that out, the implementation of bootstrap 4 doesn't work that way, that's why I thought that it was a bug :/

here is my example

Screenshot_2023-10-19-15-34-09-495_com.android.chrome.jpg

@palcarazm
Copy link
Owner

Okay. It's seem there is enough space to scroll.

@SantiagoCalligari
Copy link
Author

I've been fixing it, it's a lame that the same thing for bootstrap 4 works as intended, anyways, I love it, thanks for this man

@palcarazm palcarazm closed this as not planned Won't fix, can't repro, duplicate, stale Apr 21, 2024
Issue triage automation moved this from Needs triage to Closed Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
Development

No branches or pull requests

2 participants