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 98739

Summary: Improve auto adjusting of size of the designer
Product: obsolete Reporter: Peter Zavadsky <pzavadsky>
Component: visualwebAssignee: Peter Zavadsky <pzavadsky>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

Description Peter Zavadsky 2007-03-22 22:56:15 UTC
Found when fixing issue #91531.

There is problem with current impl of the auto adjusting size, causing unwanted
'jumps' of the component just dragged (moved) within the designer component.
The cause if due to current impl, which is in
DesignerPaneBase.getPreferredSize(). That way the scrollers are not adjusted
accordingly. 

Better would be setting new preferred size via setter, not changing the getter
method, and at the same time adjusting the scrollers (horizontal + vertical)