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 228964

Summary: Small block increment of horizontal scrollbar of Debugging view
Product: debugger Reporter: Jan Stola <jstola>
Component: CodeAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P4    
Version: 7.4   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description Jan Stola 2013-04-24 14:46:32 UTC
Steps to reproduce:

1. Debug some application with threads with long names.
2. Click on the track of the thumb of the horizontal scrollbar
   in Debugging view (to scroll the content of the view horizontally)
   => the content is scrolled by the same amount as if you click
   on the arrows of the horizontal scrollbar.

In other words the unit increment of the scrollbar seems to be equal to the block increment. The common behaviour for the block increment is to scroll the view by the amount that corresponds to the width of the current view.
Comment 1 Martin Entlicher 2013-05-31 13:47:04 UTC
Fixed by changeset:   255178:d5b931c49934
http://hg.netbeans.org/core-main/rev/d5b931c49934
Comment 2 Quality Engineering 2013-06-02 01:08:04 UTC
Integrated into 'main-golden', will be available in build *201306012301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/d5b931c49934
User: mentlicher@netbeans.org
Log: #228964: Set the block increment to the horizontal scroll bar.