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

When scrolling the flamegraph the response.hover_pos() is unexpectedly None #219

Closed
Hoodad opened this issue Jun 25, 2024 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@Hoodad
Copy link
Contributor

Hoodad commented Jun 25, 2024

Describe the bug
When scrolling the flamegraph the response.hover_pos() unexpectedly returns None as soon as you start scrolling. Though you can sometimes when scrolling all the way back to the first start getting a hover_pos() again.

To Reproduce
Steps to reproduce the behavior:

  1. Launch eframe puffin_egui example
  2. Enable profiler
  3. Scroll the top most profiler window (most times it just stops working all together on start)
  4. Now its no longer possible to click on any of the frame_rects or get a mouse hover.

Device:

  • OS: Windows 11

Additional context
Relates to #205 as they both describe the same issue though this issue provides more concrete details about the issue. Maybe merge them?

Disabling scroll on the ScrollArea mitigates the problem as this issue only activates when scrolling. But does not solve the problem. See PR #214 Misread the PR its actually not related.

@Hoodad Hoodad added the bug Something isn't working label Jun 25, 2024
@Hoodad Hoodad changed the title When scrolling the flamegraph the response.hover_pos() unexpectedly None When scrolling the flamegraph the response.hover_pos() is unexpectedly None Jun 25, 2024
@Hoodad
Copy link
Contributor Author

Hoodad commented Aug 5, 2024

Closing as it was fixed by #214

@Hoodad Hoodad closed this as completed Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant