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

Web accessibility: focus order is wrong. #777

Open
gentlee opened this issue Feb 28, 2024 · 0 comments
Open

Web accessibility: focus order is wrong. #777

gentlee opened this issue Feb 28, 2024 · 0 comments

Comments

@gentlee
Copy link

gentlee commented Feb 28, 2024

On web platform when pressing Tab key on keyboard, rows are focused not one after another, but with strange order.

For example after 16 row it starts focusing header and browser buttons, and only then continues to focus 17 etc.

Possible reason is incorrect element positions in DOM.

Usage example:

<RecyclerListView
  canChangeSize
  suppressBoundedSizeException
  style={styles.recyclerListView}
  dataProvider={dataProvider}
  layoutProvider={this.layoutProvider}
  rowRenderer={this.renderRecyclerListViewRow}
  isHorizontal={false}
  forceNonDeterministicRendering={isWeb ? this.isMounted : true}
  extendedState={extendedState}
  onVisibleIndicesChanged={visibleIndicesChangedHandler}
  contextProvider={this.contextProvider}
/>
@gentlee gentlee changed the title Web: accessibility focus order is wrong. Web accessibility: focus order is wrong. Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant