We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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} />
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: