You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two methods used in javacore analyser to hide parts of the UI:
the 'hidden' style
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:
Open index.html
Expand the All Threads section
Expand a stack trace of any thread
Choose a piece of text in the expanded stack trace that is not visible while the stack trace is collapsed
Collapse the stack trace
Search for the text chosen in step 4
Expected result: The stack trace gets expanded
Actual result: The stack trace stays collapsed
The text was updated successfully, but these errors were encountered:
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)
There are two methods used in javacore analyser to hide parts of the UI:
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:
Expected result: The stack trace gets expanded
Actual result: The stack trace stays collapsed
The text was updated successfully, but these errors were encountered: