sentry icon indicating copy to clipboard operation
sentry copied to clipboard

Bug: Fix Console so that hovering over rows highlights the timestamp in the other components, currently this works when hovering the timestamp

Open ryan953 opened this issue 2 years ago • 0 comments

If you hover over a timestamp in the Console component then the currentHoverTime is set and the rest of the page lights up

Example Replay: https://dev.getsentry.net:7999/organizations/sentry-emerging-tech/replays/ben-test:cd7824017b744d3b88473be9c2f72ebc/#console

Image

Hovered putting the cursor to the left of the timestamp doesn't have the same effect. It should.

Also it looks like the hovered time is wrong, it's probably using less-than somewhere, and it should be less-than-equal.

ryan953 avatar Jun 24 '22 16:06 ryan953