Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 422235

Summary: NavOutline overwrites the explorer.* prototypes
Product: [ECD] Orion Reporter: Malgorzata Janczarska <malgorzata.tomczyk>
Component: ClientAssignee: Malgorzata Janczarska <malgorzata.tomczyk>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: simon_kaegi
Version: 5.0   
Target Milestone: 5.0 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:
Bug Depends on:    
Bug Blocks: 420501    

Description Malgorzata Janczarska CLA 2013-11-21 05:44:42 EST
in NavOutline and Outliner we use Object.prototype = Explorer.prototype instead of Object.prototype = new Explorer() that causes Exlporer prototype to be changed and don't work correctly when used next time.
Comment 1 Malgorzata Janczarska CLA 2013-11-21 06:01:01 EST
Fixed with:
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=eb108db4923d79e42151295d7a88d82226313d1e

Simon, can I get +1 to include in 4.0 maintenance branch?