-
Notifications
You must be signed in to change notification settings - Fork 484
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
Span bar broken on click #628
Comments
cc @rubenvp8510 |
Reproduced on Ubuntu 18.04.4 LTS:
|
Reproduced on Windows
|
@everett980 @tiffon Any chance you could take a look? @rubenvp8510 is on PTO until Monday. |
@tklever I suspect it's the React refactoring that caused this issue. I reverted the UI prior to your first change and it seems to work. |
Oh no! Let me know what you find, maybe I can get some tests around it to ensure it doesn't regress further |
Sadly we don't have anyone available at the moment to troubleshoot this (people are on vacations). The reported issue is easily reproduced - running all-in-one (which does self-tracing), and then expanding any span shows the blank space. I suspect one of those callback methods isn't being called at the right time, since the renaming wasn't semantically fully equivalent. |
It's #612 that causes it. I'll keep digging to get more specific / find a fix. |
Specifically it's the changes in #612 to Looks like @rubenvp8510 already has a fix. |
Just tested on 1.19.2 btw and can confirm all is well |
Hey,
I've just excitedly deployed 1.19 (which has ui version 1.10) due to it having a fix for the span hover issue (#599).
Whilst that has been fixed, there's another bug now that when we click spans sometimes they load empty:
On top of that sometimes multiple spans expand when you click one of them:
So unfortunately all in all its even worse than 1.18!
I'm on chrome
84.0.4147.135
however it's the same on safari too.The text was updated successfully, but these errors were encountered: