Community
Participate
Working Groups
I am using a custom attribute editor part but sometimes Mylyn tries to cast it to org.eclipse.mylyn.internal.tasks.ui.editors.TaskEditorAttributePart, which results in a ClassCastException.
Created attachment 189998 [details] patch V1 committed patch. Sam, can you please verify!
Created attachment 189999 [details] mylyn/context/zip
Thanks, that fixes the error I was getting.
I ended up resolving this by removing that entire chunk of code. The editor should always delegate to the sections otherwise this is not extensible.