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 - Perfomance problem when scroll big scene with opened satellite view
Summary: Perfomance problem when scroll big scene with opened satellite view
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks: 105060
  Show dependency tree
 
Reported: 2007-06-29 11:18 UTC by Sergey Petrov
Modified: 2010-04-01 14:45 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 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)