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 34151

Summary: Scrollbar moves when any boolean value is changed in the PS
Product: platform Reporter: dpavlica <dpavlica>
Component: ExplorerAssignee: _ tboudreau <tboudreau>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 33815    

Description dpavlica 2003-06-04 15:00:05 UTC
When user changes any boolean value, then ScrollBar moves 
suddenly up or down without any reason. It's disturbing a 
bit.
Comment 1 _ tboudreau 2003-06-04 17:42:37 UTC
I'll see what I can do.  Probably it's some default behavior wired
into JScrollPane - noticing when child components are added or
something.  Probably it notices a component was added and assumes
it out to make sure it's visible, and tries to scroll it into view.

Hopefully it won't be too hard to find and disable.
Comment 2 _ tboudreau 2003-06-24 10:28:26 UTC
I can't reproduce this in the current build.  Note that
the scrollbar *will* move if you click any property that
it is partially hidden by the bottom edge of the property
sheet.  This is the default behavior of JTable, and
scrolling a half-displayed value into view seems completely
reasonable to me.