Community
Participate
Working Groups
When starting the workbench demo, a Javascript error occurs. To reproduce, just start the "RAP Workbench Demo" launch configuration and see the error page being dispayed instad of the initial workbench layout. The issues doesn't sem to be browser-specific as it happens in FF 4, IE 9, Chrome 10. Error: TypeError: this._frameBorder.setColor is not a function Script: var req = org.eclipse.swt.Request.getInstance();req.setRequestCounter( "2" );qx.theme.manager.Meta.getInstance().setTheme( org.eclipse.swt.theme.Default ); ... Applies to RAP from CVS HEAD The source of the problem seems to be related to the CTabFolder.
*** Bug 342646 has been marked as a duplicate of this bug. ***
See Bug 342646 ( See https://bugs.eclipse.org/bugs/show_bug.cgi?id=342646 ) for a stacktrace that seems to show the cause of the problem.
Fixed by replacing non existing this._frameBorder.setColor with this._frameBorder._setColor in CTabFolder.js. Changes are in CVS HEAD.