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

[Bug]: Visual Issue on GroupedList PCF Control #30294

Closed
2 tasks done
atnilishe opened this issue Jan 11, 2024 · 2 comments
Closed
2 tasks done

[Bug]: Visual Issue on GroupedList PCF Control #30294

atnilishe opened this issue Jan 11, 2024 · 2 comments
Assignees
Labels
Component: GroupedList Fluent UI react (v8) Issues about @fluentui/react (v8) Shield: P2 Shield developers rate the issue as a low priority Type: Bug 🐛

Comments

@atnilishe
Copy link

Library

React / v8 (@fluentui/react)

System Info

System:
    OS: Windows 11 10.0.22631
    CPU: (16) x64 AMD Ryzen 7 5800H with Radeon Graphics
    Memory: 2.05 GB / 15.40 GB
  Browsers:
    Edge: Chromium (120.0.2210.121)
    Internet Explorer: 11.0.22621.1

Are you reporting Accessibility issue?

None

Reproduction

https://codepen.io/Artem-Timoshyn/pen/qBvaQLV

Bug Description

Actual Behavior

In a situation when the user scrolls a grid that displays grouped data and has an expanded group/groups with a large number of records, the grid does not draw all the data (it is likely that it does not have time to draw) and after a certain number of drawn lines it displays a white screen that always remains such.
Additionally, if you scroll down immediately or quickly scroll to the end, the grid starts to "jump".

Expected Behavior

The data is evenly rendered during scrolling; the grid with data does not jump.

Logs

No response

Requested priority

Normal

Products/sites affected

GroupedList basic example https://developer.microsoft.com/en-us/fluentui#/controls/web/groupedlist

Are you willing to submit a PR to fix?

no

Validations

  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • The provided reproduction is a minimal reproducible example of the bug.
@spmonahan
Copy link
Contributor

@atnilishe Please try using GroupedListV2 for this as it addresses the virtualization issue you are demonstrating in your repro case. More details on GroupedListV2 are available in the PR that merges it.

@atnilishe
Copy link
Author

Thank you, everything is working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: GroupedList Fluent UI react (v8) Issues about @fluentui/react (v8) Shield: P2 Shield developers rate the issue as a low priority Type: Bug 🐛
Projects
None yet
Development

No branches or pull requests

3 participants