| Summary: | Could not evaluate javascript response | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | kylin Mising name <kylin77> |
| Component: | Workbench | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | oliver, steffen |
| Version: | 1.4 | Keywords: | needinfo |
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
kylin Mising name
Open two or three editor view,when close this view,error occurred I've tried to reproduce it with the Workbench Demo and -Dorg.eclipse.rwt.enableUITests=true in the launch configuration, but without success. Could you provide a snippet or steps to reproduce it with Workbench Demo? kilin, any additional information/snippet on this? Sorry ,I can not provide additional information,I think some problems in my code From the stack trace I've extracted this snippet: .... var wm = org.eclipse.swt.WidgetManager.getInstance(); .... wm.dispose( "remarks" ); .... var w = wm.findWidgetById( "remarks" ); w.setTabIndex( 35 ); .... It shows that somehow you try to set the tabIndex on a widget with id "remarks" after you already dispose it. It's interesting to investigate it. kilin, what kind of widget is this "remarks" - Shell, Composite? Is this id "remarks" static, or you dynamically assign it in runtime? Or maybe you assign the same id "remarks" to more than one widget??!! (In reply to comment #4) > Sorry ,I can not provide additional information,I think some problems in my code I will close this bug now, please reopen if you can provide a code snippet to reproduce the problem. |