You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When vertically scrolling the contents of the command component, I'm experiencing major frame drops. It only seems to be effecting the scrolling. All the other features of the component seem to work fine and I don't experience any performance issues. I tested this in multiple browsers and experienced the same issue. It's not exactly a major problem, but it does create a bit of a diminished user experience.
Reproduction
Not much needs to be done to reproduce this, in theory. I just copied and pasted the example code from the documentation website and ran it as-is to test it out.
Once I open the command menu and start scrolling through the items in the menu, that's when the frames start dropping.
Logs
I know you said to avoid images if possible, but I don't have a text log that I can share for this. In this image you can clearly see the frame drops where I was scrolling.https://imgur.com/a/vnDLCUF
This project is maintained by a very small team, and we simply don't have the bandwidth to investigate issues that we can't easily replicate. Reproductions enable us to fix issues faster and more efficiently. If you care about getting your issue resolved, providing a reproduction is the best way to do that.
I've provided a reproduction - what happens now?
Once a reproduction is provided, we'll remove the needs reproduction label and review the issue to determine how to resolve it. If we can confirm it's a bug, we'll label it as such and prioritize it based on its severity.
If needs reproduction labeled issues don't receive any activity (e.g., a comment with a reproduction link), they'll be closed. Feel free to comment with a reproduction at any time and the issue will be reopened.
How can I create a reproduction?
You can use this template to create a minimal reproduction. You can also link to a GitHub repository with the reproduction.
Please ensure that the reproduction is as minimal as possible. If there is a ton of custom logic in your reproduction, it is difficult to determine if the issue is with your code or with the library. The more minimal the reproduction, the more likely it is that we'll be able to assist.
You might also find these other articles interesting and/or helpful:
Describe the bug
When vertically scrolling the contents of the
command
component, I'm experiencing major frame drops. It only seems to be effecting the scrolling. All the other features of the component seem to work fine and I don't experience any performance issues. I tested this in multiple browsers and experienced the same issue. It's not exactly a major problem, but it does create a bit of a diminished user experience.Reproduction
Not much needs to be done to reproduce this, in theory. I just copied and pasted the example code from the documentation website and ran it as-is to test it out.
Once I open the command menu and start scrolling through the items in the menu, that's when the frames start dropping.
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: