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

Bug 344186

Summary: Orion does not load in Chrome 10 + Ubuntu x64
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: ClientAssignee: Project Inbox <orion.client-inbox>
Status: RESOLVED WORKSFORME QA Contact:
Severity: normal    
Priority: P3 CC: aniefer, simon_kaegi, susan
Version: 0.2   
Target Milestone: 0.3   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
screenshot none

Description Michael Rennie CLA 2011-04-28 15:16:10 EDT
build: I201104261350
env: Ubuntu x64, Oracle 1.6.24 x64
browser: Chrome 10


Steps:
1. start Orion from the console using ./eclipse
2. navigate to http://localhost:8080/
3. log in

Expected 
I could start doing something

Happens
I get a blank window with the Orion icon on the browser tab. Refreshing the page 
or restarting the browser has no effect

I fired up Chrome dev tools and saw the following exception reported:

Uncaught TypeError: Cannot read property 'style' of undefined
dojo.declare.startup/js/widgets/eWebBorderContainer.js:135
dojo.declare._setupChildorion.js.uncompressed.js:16026
dojo.mixin.forEachdojo.js.uncompressed.js:2454
dojo.declare.startuporion.js.uncompressed.js:15991
(anonymous function)orion.js.uncompressed.js:9258
dojo.mixin.forEachdojo.js.uncompressed.js:2454
dojo.declare.startuporion.js.uncompressed.js:9258
inheriteddojo.js.uncompressed.js:2771
dojo.declare.startuporion.js.uncompressed.js:9384
inheriteddojo.js.uncompressed.js:2771
dojo.declare.startuporion.js.uncompressed.js:15992
instantiateorion.js.uncompressed.js:7565
dojo.mixin.forEachdojo.js.uncompressed.js:2454
instantiateorion.js.uncompressed.js:7559
parseorion.js.uncompressed.js:7747
parseRunnerorion.js.uncompressed.js:7757
dojo.loadeddojo.js.uncompressed.js:722
dojo._callLoadeddojo.js.uncompressed.js:828
dojo._modulesLoadeddojo.js.uncompressed.js:811
dojo._loadInitdojo.js.uncompressed.js:1834
Comment 1 Susan McCourt CLA 2011-04-28 15:25:05 EDT
That is the dojo 1.6 build which is known to have issues in this area.
Could you try the next I-build (happening now?)
Comment 2 Susan McCourt CLA 2011-04-28 15:28:15 EDT
(In reply to comment #1)
> That is the dojo 1.6 build which is known to have issues in this area.
> Could you try the next I-build (happening now?)

you can try
http://download.eclipse.org/e4/orion/drops/I201104281350/index.html

Andrew, I wonder if we should remove the dojo 1.6 build from the downloads page to avoid confusion (or else label it)
Comment 3 Michael Rennie CLA 2011-04-28 15:51:06 EDT
Created attachment 194312 [details]
screenshot

using mentioned build, I get a page sort of...again refreshing or restarting has no effect
Comment 4 Michael Rennie CLA 2011-04-28 15:52:54 EDT
There are three errors in Chrome dev tools with the new build:

failed loading /org.dojotoolkit/dojo/../dijit/form/Form.js with error: Error: Could not load 'dijit.layout._ContentPaneResizeMixin'; last tried '../dijit/layout/_ContentPaneResizeMixin.js'

dojo.js.uncompressed.js:700failed loading /js/widgets/NewItemDialog.js with error: Error: Could not load 'dijit.form.Form'; last tried '../dijit/form/Form.js'

dojo.js.uncompressed.js:977Uncaught Error: Could not load 'widgets.NewItemDialog'; last tried '/js/widgets/NewItemDialog.js'
Comment 5 Simon Kaegi CLA 2011-08-03 12:32:38 EDT
We need to check this again -- I bet it works now.
Comment 6 Michael Rennie CLA 2011-08-03 15:18:28 EDT
(In reply to comment #5)
> We need to check this again -- I bet it works now.

I works now using Chrome 13 and Linux Mint x64 (I don't have Chrome 10 or Ubuntu any longer)