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

Improve initial selection in the call tree - try 2 #4358

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

julienw
Copy link
Contributor

@julienw julienw commented Dec 5, 2022

This is a much simpler version of #4357. Especially it doesn't try to open interesting sieblings.

See #4357 for links to this deploy preview.

┆Issue is synchronized with this Jira Task

@julienw julienw changed the title Improve initial selection 2 Improve initial selection in the call tree - try 2 Dec 5, 2022
@codecov
Copy link

codecov bot commented Dec 5, 2022

Codecov Report

Base: 88.37% // Head: 88.38% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (f81ef65) compared to base (bc7efd9).
Patch coverage: 97.43% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4358   +/-   ##
=======================================
  Coverage   88.37%   88.38%           
=======================================
  Files         282      282           
  Lines       25314    25331   +17     
  Branches     6826     6832    +6     
=======================================
+ Hits        22371    22388   +17     
  Misses       2731     2731           
  Partials      212      212           
Impacted Files Coverage Δ
src/components/calltree/CallTree.js 92.78% <97.43%> (+1.53%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mstange
Copy link
Contributor

mstange commented Dec 5, 2022

At my current window height, this sometimes selects a call node which is offscreen (below the visible part of the call tree) and it doesn't scroll it into view. Can you change it so that it also scrolls it into view?

Example profile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants