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
When filtering tibble inside DataViewer and clicking into a nested list item for details, results show non-filtered tibble’s list value at this position instead of currently filtered/selected row's list value #7546
Comments
|
@rweberc Thank you for filing this. I can reproduce this in RStudio Desktop 1.4.673, as well. We'll review the bug as we continue developing RStudio. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs, per https://github.com/rstudio/rstudio/wiki/Issue-Grooming. Thank you for your contributions. |
|
This issue has been automatically closed due to inactivity. |
|
This issue still exists in the following environment: |
|
Reproduced in
|
|
This is a duplicate of #9960 -- will address the issue there. |
Where is the bug?
Data Viewer in RStudio
Describe the problem in detail
When using the "magnifying glass" tool in DataViewer to look at a nested list in a tibble that has been filtered within the DataViewer, the value that is shown corresponds to the non-filtered row at the position selected, rather than the currently selected row's value.
Steps to reproduce the problem
idequals3:Click the magnifying glass in the 'val' cell (next to
list(7, 8, 9)).Values displayed for
df[[2]][[1]]of the unfiltered data frame (list(1, 2, 3)) rather thanlist(7, 8, 9)as expected from the specific cell clicked on:Environment
The text was updated successfully, but these errors were encountered: