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
Describe the bug
The small "arrows" don't show up in the tree in the Scanner result view until you click on the icon
To Reproduce
Steps to reproduce the behavior:
Perform a scan using the Scanner
The results view will show up, but the arrows in the tree are missing
Click on the icon of the first result
The arrows appear
Additional context
For some reason, this doesn't happen when I have a custom theme loaded using the BurpCustomizer extension. I suspect it has something to do with some Swing Look and Feel settings or something.
It's also possible that the correct style doesn't get applied until the tab is actually displayed (this happens with other components, too). In that case, we could add something like a FocusListener somewhere that refreshes the tree when it gets focus.
The text was updated successfully, but these errors were encountered:
Describe the bug
The small "arrows" don't show up in the tree in the Scanner result view until you click on the icon
To Reproduce
Steps to reproduce the behavior:
Additional context
For some reason, this doesn't happen when I have a custom theme loaded using the BurpCustomizer extension. I suspect it has something to do with some Swing Look and Feel settings or something.
It's also possible that the correct style doesn't get applied until the tab is actually displayed (this happens with other components, too). In that case, we could add something like a FocusListener somewhere that refreshes the tree when it gets focus.
The text was updated successfully, but these errors were encountered: