-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Session view] Search will now only search through verbose stuff if verbose mode is on. #129959
[Session view] Search will now only search through verbose stuff if verbose mode is on. #129959
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…a into search_verbosemode_fix
…lso fixed ordering of children and search results.
…eaks to scrollIntoView
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
…erbose mode is on. (#129959) * session view search will now only search through verbose stuff if verbose mode is on. * lint fix * revised approach to auto expand when searching. * any process with alerts now is auto expanded, regardless of jumpTo * removed hacky selectionArea code (it was a premature optimization). also fixed ordering of children and search results. * another couple fixes. duplicated events in ProcessImpl, as well as tweaks to scrollIntoView * fix to nested jumpTo not working on initial load Co-authored-by: mitodrummer <[email protected]> (cherry picked from commit d1e3ce2)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…erbose mode is on. (#129959) (#129979) * session view search will now only search through verbose stuff if verbose mode is on. * lint fix * revised approach to auto expand when searching. * any process with alerts now is auto expanded, regardless of jumpTo * removed hacky selectionArea code (it was a premature optimization). also fixed ordering of children and search results. * another couple fixes. duplicated events in ProcessImpl, as well as tweaks to scrollIntoView * fix to nested jumpTo not working on initial load Co-authored-by: mitodrummer <[email protected]> (cherry picked from commit d1e3ce2) Co-authored-by: Karl Godard <[email protected]>
Summary
This fixes the following issues:
#129535
#129536
https://www.loom.com/share/6eb3692fc85a4ad3bb74b398d6c7c08e
Checklist
Delete any items that are not applicable to this PR.