-
Notifications
You must be signed in to change notification settings - Fork 40
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
Virtual Repeater doesn't always resize correctly in Tree panel #713
Comments
This is very hard to fix. We use AngularJS Material which is no longer supported, and getting the virtual scroll box to resize effectively is quite problematic. I haven't tried this, but not sure if it's even the right solution: https://stackoverflow.com/questions/34912151/is-there-a-way-to-refresh-virtual-repeat-container |
@Charence can you also specify reproducable behaviour for this bug? |
@JamesMilnerUK Case 1:
Case 2:
Case 3:
It seems like the positioning of the virtual repeater is somehow linked to the panel above it. In the above screenshots, you can see that the virtual repeater and its elements extends beyond the top of the Tree panel. |
ISSUE #713 - use window resize event to force tree resize
The text was updated successfully, but these errors were encountered: