Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-SCA-1.2
-
None
Description
The various Javascript-based UI in samples and the workspace admin do not work on IE.
That's because they try to init the HTML DOM to early before it's created by IE. A simple fix is to execute that init code in the from the body.onload event.
I'll try to commit fixes for that issue later today.