profiler icon indicating copy to clipboard operation
profiler copied to clipboard

Scroll current call tree leaf into view after changing call tree filtering

Open digitarald opened this issue 7 years ago • 3 comments

Before:

After filtering to JS only (aka nothingness):

The list should scroll the correct node into view.

┆Issue is synchronized with this Jira Task

digitarald avatar Jan 12 '18 17:01 digitarald

Note we don't scroll right automatically when we expand nodes either. Maybe this issue should include this too.

julienw avatar Jan 15 '18 10:01 julienw

Maybe some function like scrollCallNodeIntoView

gregtatum avatar Jan 16 '18 18:01 gregtatum

Yeah, I believe calling "scrollIntoView" on the right element should work.

julienw avatar Jan 17 '18 08:01 julienw