This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 270313 - Debugging View UI bug - scrolling, expanding nodes works unpredictably
Summary: Debugging View UI bug - scrolling, expanding nodes works unpredictably
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: Dev
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-06 07:30 UTC by ilia
Modified: 2017-04-06 07:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
GIF recording (1.56 MB, image/gif)
2017-04-06 07:31 UTC, ilia
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ilia 2017-04-06 07:30:26 UTC
I'm debugging a NetBeans Dev application and get annoying UI behavior.

Steps to reproduce:
1) Attach debugger to the application with 20-30+ threads
2) Pause with debugger
3) Go to Debugging view to see stack traces of the paused threads
4) Expand some of the stacks so a vertical scrollbars appears

Every time I expand a new thread the scrollbar position resets to the bottom, so it's really hard to use debugger. The same happens when I try to scroll up using mouse wheel.

Please see an attached gif. Note that only actions I do are scrolling up and clicking left mouse button to expand nodes.
Comment 1 ilia 2017-04-06 07:31:07 UTC
Created attachment 164036 [details]
GIF recording