Community
Participate
Working Groups
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
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?)
(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)
Created attachment 194312 [details] screenshot using mentioned build, I get a page sort of...again refreshing or restarting has no effect
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'
We need to check this again -- I bet it works now.
(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)