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

The messages list intermittently caused more than one message to be visually selected #882

Closed
HEskandari opened this issue Sep 3, 2020 · 1 comment · Fixed by #1215
Closed

Comments

@HEskandari
Copy link
Contributor

When a row is selected in the Messages window, and then the user scrolls further down the list (without clicking on any other row), you can see that the same row index will appear as selected as it scrolls into the view.

For example, if the 3rd row from the top is selected, as you scroll the 3rd row out of the view and scroll other rows from the bottom of the table, the 3rd row that appears is also shown as selected. The selection is however not applied or changed since the row is not really selected, but it appears as such.

This appears to be a bug with the GridView component. To resolve we may have to upgrade to the latest version of the component.

@kbaley
Copy link
Contributor

kbaley commented Jan 15, 2021

We have triaged this issue and will be considering it for inclusion in one of the upcoming maintenance releases for this package.

@kbaley kbaley added the Triaged label Jan 15, 2021
ramonsmits added a commit that referenced this issue Jun 2, 2022
…sed on `dxg:DataViewBase.IsFocused` which is flawed. Also removed the black styling of the row to make it unified with other table/grid controls.
@mauroservienti mauroservienti changed the title Messages window show 'ghost' rows as selected as user scrolls through data The messages list intermittently caused more than one message to be visually selected Jun 23, 2022
@mauroservienti mauroservienti added this to the 2.10.0 milestone Jun 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants