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

Search doesn't expand collapsed sections #52

Open
PiotrAniola82 opened this issue Nov 29, 2024 · 2 comments
Open

Search doesn't expand collapsed sections #52

PiotrAniola82 opened this issue Nov 29, 2024 · 2 comments

Comments

@PiotrAniola82
Copy link
Collaborator

There are two methods used in javacore analyser to hide parts of the UI:

  1. the 'hidden' style
  2. collapsing
    Search only shows the content hidden using the first method, by removing the 'hidden' style. It should also add the 'show-all' class to cover the collapsing scenario

Steps to reproduce:

  1. Open index.html
  2. Expand the All Threads section
  3. Expand a stack trace of any thread
  4. Choose a piece of text in the expanded stack trace that is not visible while the stack trace is collapsed
  5. Collapse the stack trace
  6. Search for the text chosen in step 4
    Expected result: The stack trace gets expanded
    Actual result: The stack trace stays collapsed
@PiotrAniola82
Copy link
Collaborator Author

@kkazmierczyk @tjanasiewicz is this already resolved?

@kkazmierczyk
Copy link
Collaborator

No idea. @PiotrAniola82 did you create a pull request for this?
If yes, please link the branch created to this work item (Development section in top right)

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

No branches or pull requests

2 participants