Akryum / Akryum/vue-virtual-scroller
Accessibility: Focus gets recycled
- Linguagem predominante
- TypeScript
- Estrelas
- 10.8k
- Forks
- 973
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
This is a demo using `RecycleScroller`.
The selection highlight is visible when the item is focussed. When scrolling fast enough, you can see that other items "look" focussed although they should not be. I assume that the view that was initially focussed gets recycled as is, including the focus.
## Problem
While scrolling, the selection highlight randomly shows up for items that aren’t actually selected. In the demo I select the item at `index = 0` but items with other indices show up as being selected. At some point, the selection gets lost completely.

Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.