| Summary: | A handler conflict occurred whrn I open artifact editors | ||
|---|---|---|---|
| Product: | [Technology] Tigerstripe | Reporter: | Maria Kolchinskaja <mshulgina> |
| Component: | UI | Assignee: | Project Inbox <tigerstripe.ui-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | skanton |
| Version: | unspecified | ||
| Target Milestone: | 0.5M0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
Handlers conflict fixed. Verified |
Build Identifier: 1. Open empty workspace 2. Create tigerstripe project 3. Add entity1 4. Add entity2 See error log: A handler conflict occurred. This may disable some commands. Conflict for 'org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals':HandlerActivation(commandId=org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals, handler=ActionHandler(org.eclipse.tigerstripe.workbench.ui.internal.utils.SpellCheckingTextBox$5@4b3e4f), expression=ActiveShellExpression(Shell {Tigerstripe - p1/src/com/mycompany/E1.java - Eclipse}),sourcePriority=17408) HandlerActivation(commandId=org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals, handler=ActionHandler(org.eclipse.tigerstripe.workbench.ui.internal.utils.SpellCheckingTextBox$5@1e7bff8), expression=ActiveShellExpression(Shell {Tigerstripe - p1/src/com/mycompany/E1.java - Eclipse}),sourcePriority=17408) Sometimes issue is reproduced when I create Profile and then save it as active profile. Then open entity1 in Editor and then entity1 in Editor. The same message is displayed Reproducible: Sometimes