petyosi / react-virtuoso

The most powerful virtual list component for React
https://virtuoso.dev
MIT License
5.25k stars 301 forks source link

[QUESTION] keyboard navigation react-beautiful-dnd + react-virtuoso #456

Closed nosferatu500 closed 3 years ago

nosferatu500 commented 3 years ago

Hi, thanks for this library!

I have a question:

I saw that you added a new keyboard navigation feature. I am currently using react-virtuoso with react-beautiful-dnd. But I don't like how keyboard support works in react-beautiful-dnd and I want to use react-virtuoso for that. When I try to do this, I find that if I use the keyboard navigation to scroll through react-virtuoso, I cannot use the auto-scroll from react-beautiful-dnd.

Is it possible to keep the autoscrolling support from react-beautiful-dnd and use the keyboard support from react-virtuoso?

nosferatu500 commented 3 years ago

I only need keyboard support for navigation. I don't need keyboard support for Drag&Drop. But also I would like to keep the ability to autoscroll, during Drag&Drop for the mouse.

petyosi commented 3 years ago

My wild guess would be that dnd gets confused by the domElement.scrollTo calls which the keyboard navigation uses internally. Do you want to take this to the dnd maintainers?