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 - Small block increment of horizontal scrollbar of Debugging view
Summary: Small block increment of horizontal scrollbar of Debugging view
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-24 14:46 UTC by Jan Stola
Modified: 2013-06-02 01:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.