The Saros HTML view in Eclipse is not always displayed on Windows 10 machines, meaning: the problem described below has only been observerd on Windows 10 machines so far, but not consistently.
Symptoms:
file:///F:/Development/saros/de.fu_berlin.inf.dpp.ui.frontend/html/dist/main-page.html
) and correct loaded content (same as de.fu_berlin.inf.dpp.ui.frontend/html/main-page.html). It looks like the Javascript which should replace the div#Saros
node is not executed, which is supported by the failure to execute even the simplest JavaScript (see first comment below).dist/main-page.html
file in Mozilla Firefox and Microsoft Edge results in a properly rendered UI.
Instead of the "empty"
main-page.html
which loads thebundle.js
, I tried the following self-contained HTML+JavaScript file:In all three installed browsers (MS IE 11, MS Edge 25, Firefox 43) this site works as expected ("the World" becomes red) and -- unless I deactivate JavaScript -- the
noscript
content is not shown.In the HTML view, however, the
noscript
is also not rendered but the JavaScript call is not executed.If you use
instead, it works inside Eclipse 3.7.2.
PRIO 9 - As the issue would result in an unusable application.