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: Improve Carousel Scrolling on Desktop #4187

Open
mohanamisra opened this issue Nov 5, 2024 · 3 comments · May be fixed by #4192
Open

Bug: Improve Carousel Scrolling on Desktop #4187

mohanamisra opened this issue Nov 5, 2024 · 3 comments · May be fixed by #4192
Labels
🐛 bug Something isn't working 👀 needs triage

Comments

@mohanamisra
Copy link

Describe the bug

The carousel used on the https://app.opensauced.pizza/explore page does not implement mouse-scroll natively, and nor do the carousels on the Explore page. Instead, it implements drag-to-scroll, which requires a Desktop user, especially on Windows/Linux, to have to double click and then scroll to the slide OR click the left and right side buttons.

problem_with_drag_to_scroll

These are all unnecessary and unintuitive extra steps, especially when simple side scrolling with the mouse can be implemented. Here is an example of that.

mouse_scroll_my_solution

It feels more intuitive, is easier for mobility impaired users on device models with limited trackpad capabilities, and more precise as well.

Steps to reproduce

  1. Go to the OpenSauced Insights Explore page
  2. Hover the mouse on the carousel
  3. Try the regular two-finger side scroll on the trackpad
@mohanamisra mohanamisra added 🐛 bug Something isn't working 👀 needs triage labels Nov 5, 2024
@mohanamisra
Copy link
Author

.take

Copy link
Contributor

github-actions bot commented Nov 5, 2024

Thanks for the issue, our team will look into it as soon as possible! If you would like to work on this issue, please wait for us to decide if it's ready. The issue will be ready to work on once we remove the "needs triage" label.

To claim an issue that does not have the "needs triage" label, please leave a comment that says ".take". If you have any questions, please comment on this issue.

For full info on how to contribute, please check out our contributors guide.

Copy link
Contributor

github-actions bot commented Nov 5, 2024

The issue you are trying to assign yourself is blocked until it can be triaged or by another label on the issue.

@mohanamisra mohanamisra linked a pull request Nov 13, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working 👀 needs triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant