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 39038 - Open action causes entire main window to be repainted
Summary: Open action causes entire main window to be repainted
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2004-01-21 06:59 UTC by _ tboudreau
Modified: 2008-12-22 18:13 UTC (History)
1 user (show)

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 _ tboudreau 2004-01-21 06:59:16 UTC
(Easiest to see with a graphics debugging tool
like QuartzDebug for the mac - each area that's
repainted flashes yellow).

Pick an explorer node for a file that is already
open.  Right click it and choose Open.  The entire
main window repaints.  Really nothing should
happen except the editor should get focus and the
active component should change.

Doesn't quite merit the performance keyword, but
almost qualifies.
Comment 1 mslama 2004-04-19 15:05:19 UTC
Assigning to Tim
Comment 2 _ tboudreau 2004-09-08 23:51:49 UTC
Not critical for 4.0, enough stuff goes on when opening a file that could be optimized with 
much bigger impact.
Comment 3 Milos Kleint 2004-10-18 09:38:39 UTC
reassigning
Comment 4 Milos Kleint 2004-10-18 09:51:26 UTC
I've tried in today's build (20041017)
in the described scenario, I've got only the editor documents area
repainted and the some individual toolbar icons. (at least that's what
I noticed by looking at the yellow spots when using QuartzDebug) 
I guess the problem was fixed during 4.0 lifecycle..
Comment 5 Marian Mirilovic 2005-07-19 16:24:20 UTC
verified