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

Bug 397095

Summary: site editor page seems broken
Product: [ECD] Orion Reporter: Susan McCourt <susan>
Component: ClientAssignee: Susan McCourt <susan>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: john.arthorne, mamacdon
Version: 1.0   
Target Milestone: 2.0 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Susan McCourt CLA 2012-12-21 12:58:33 EST
if you try to edit a site, you get a progress message, but the page mappings never fully fill in.  This is almost certainly my fault, something introduced when most of core dropped dojo/dijit.
Comment 1 Susan McCourt CLA 2012-12-21 14:15:52 EST
Fixed in http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=bd759312b0daa54631eced647c33f195d10cda57

A variety of issues.  
- two mechanical "undojoing" errors in explorer that weren't covered by navigator or editor scenarios.
- the section class API wants a parent node and an id was being passed in.  dojo was allowing this but we do not.
- undeclared module dependency for dijit.form.Button in site editor widget (before, it got away with it because other core modules brought it in anyway).
Comment 2 Susan McCourt CLA 2012-12-21 15:58:29 EST
fixed.