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 108508

Summary: Perfomance problem when scroll big scene with opened satellite view
Product: platform Reporter: Sergey Petrov <sj-nb>
Component: GraphAssignee: issues@platform <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 105060    

Description Sergey Petrov 2007-06-29 11:18:37 UTC
reproducible with 070622,

Opening satellite view affects scene scrolling much more then it can be, current realization redraw full scene just to
show gray rectangle in new position, since big scene have to use clipping and I use it for scene view if satellite view
will redraw only previous gray rectangle position and new position it can improve scrolling significantly.
PS. There still cases which I don't yet see how to resolve so didn't file it yet (addition of widgets, selection etc
still may be slow with overview opened even if main screen contain only few objects)