bug #6748
closedfeature request #6565: [MASTER] Eclipse 4 Migration
feature request #6596: Migrate specimen editor
Linking between derivate view and facts/media view
100%
Description
If the derivate view is selected but in the right hand corner like it is, when it is opened. Then the "active editor" is still the name editor and the createDescriptionOperation works with the editorInput of the activeEditor -> this means the description is created for the name not for the specimen.
Related issues
Updated by Katja Luther almost 6 years ago
- Related to bug #6747: Media and Facts view is inactive for specimen editor added
Updated by Andreas Müller almost 6 years ago
- Severity changed from normal to critical
Updated by Andreas Müller almost 6 years ago
It seems like the linking is correct for the media view but not for the facts view
Updated by Katja Luther almost 6 years ago
- Status changed from New to Resolved
- Assignee changed from Katja Luther to Andreas Müller
seems to work now with the changes for the other derivate view tickets.
Updated by Andreas Müller almost 6 years ago
- Related to feature request #6596: Migrate specimen editor added
Updated by Andreas Müller almost 6 years ago
- Related to deleted (feature request #6596: Migrate specimen editor)
Updated by Patrick Plitzner over 5 years ago
- % Done changed from 0 to 50
Applied in changeset taxeditor|5daadc6e2e64a5ef6c2684c64c0df8771c084d87.
Updated by Andreas Müller over 5 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Andreas Müller to Patrick Plitzner
It still does not seem to work if the focus is set to the same record as before.
What I did:
- Open Specimen Editor
- Set focus to a specimen (factual data appear in factual data view)
- Set focus to a taxon (factual data appear for the taxon)
- Set focus back to the specimen by clicking on it (even multiple times), => factual data and also details still show the taxon data
Updated by Patrick Plitzner over 5 years ago
Andreas Müller wrote:
It still does not seem to work if the focus is set to the same record as before.
What I did:
- Open Specimen Editor
- Set focus to a specimen (factual data appear in factual data view)
- Set focus to a taxon (factual data appear for the taxon)
- Set focus back to the specimen by clicking on it (even multiple times), => factual data and also details still show the taxon data
That is actually a different problem. There is just no SelectionChangedEvent thrown when re-setting focus to the specimen. If you click on another item and then on the specimen again the views are updated.
Updated by Andreas Müller over 5 years ago
By the way, also the save button dirty state is irritated after a while if you jump back and force between taxa and specimen and add some data. After a while it indicates a dirty state but pressing the button does not change anything and it is really difficult to get it back to undirty state.
I hope this has the same reason. Otherwise we need a new ticket.
Updated by Andreas Müller over 5 years ago
Patrick Plitzner wrote:
Andreas Müller wrote:
It still does not seem to work if the focus is set to the same record as before.
What I did:
- Open Specimen Editor
- Set focus to a specimen (factual data appear in factual data view)
- Set focus to a taxon (factual data appear for the taxon)
- Set focus back to the specimen by clicking on it (even multiple times), => factual data and also details still show the taxon data
That is actually a different problem. There is just no SelectionChangedEvent thrown when re-setting focus to the specimen. If you click on another item and then on the specimen again the views are updated.
So we need to assure that if the view looses the focus in between if getting back to the view we need to throw a selection change event.
If this is another issue feel free to create a new ticket. However, the effect is very similar and it is also a critical issue as the user may not recognize that he is not editing the expected record.
Updated by Patrick Plitzner over 5 years ago
- Status changed from Feedback to Resolved
Applied in changeset taxeditor|3ac520886e2ca77781c575fd51f08b3a3f20cc1f.
Updated by Patrick Plitzner over 5 years ago
- Assignee changed from Patrick Plitzner to Andreas Müller
Updated by Patrick Plitzner over 5 years ago
- Related to feature request #6795: Invoke selection change event when setting focus to specimen editor added
Updated by Patrick Plitzner over 5 years ago
I added and fixed the issue of the focus selection: #6795
Updated by Andreas Müller over 5 years ago
- Status changed from Resolved to Closed
- Assignee changed from Andreas Müller to Patrick Plitzner
- % Done changed from 50 to 100
Looks like this is fully fixed now.