Bug 11141 - [View Mgmt] Decorators should not be requested for obscured views
Summary: [View Mgmt] Decorators should not be requested for obscured views
Status: RESOLVED DUPLICATE of bug 14716
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Kevin Haaland CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2002-03-11 18:31 EST by Kevin McGuire CLA
Modified: 2002-09-03 12:38 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin McGuire CLA 2002-03-11 18:31:16 EST
On startup, if decorators are on, they are requested for both the Navigator and 
the Packages view, even though one is obscuring the other through view stacking.

This substantially and needlessly increases the amount of decorator work we 
need to do, especially on startup which is the killer.

Ideally the view would not request decorators until its contents are made 
visible.
Comment 1 Nick Edgar CLA 2002-03-12 14:15:07 EST
This is a more general problem: views should not be created until made visible.
Comment 2 Kevin Haaland CLA 2002-09-03 12:38:14 EDT

*** This bug has been marked as a duplicate of 14716 ***