bug #8662
closed"Remove Taxon" in DescriptiveDataSetEditor should only be visible if taxon is selected
90%
Description
… im Taxon filter als Kontextmenü. Auch wenn noch gar kein Taxon dort angezeigt wird.
Auch wenn Taxa existieren, wird das Kontextmenü angezeigt und willkürlich das erste Taxon gewählt wenn man gar nicht auf ein Taxon geklickt hat. Das ist gefährlich, da man im schlimmsten Fall gar nicht mitbekommt, dass man das Taxon ausgewählt hat. Das Menü sollte nur angezeigt werden, wenn man auf das entsprechende Taxon klickt.
Updated by Andreas Müller almost 4 years ago
- Assignee changed from Patrick Plitzner to Katja Luther
- Priority changed from New to Highest
- Target version changed from 287 to Release 5.12
Updated by Katja Luther over 3 years ago
- Target version changed from Release 5.12 to Release 5.13
Updated by Andreas Müller over 3 years ago
- Target version changed from Release 5.13 to Release 5.14
Updated by Andreas Müller over 3 years ago
- Target version changed from Release 5.14 to Release 5.15
Updated by Katja Luther over 3 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 50
Applied in changeset taxeditor|b529af0445dcd7025081ff2c1c40926a29f9d79c.
Updated by Katja Luther over 3 years ago
- Assignee changed from Katja Luther to Andreas Müller
now the menu item is available only if the selection is a taxon node, so it should show up, only when the node can be removed (only the top level nodes).
please review.
Updated by Andreas Müller over 3 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Andreas Müller to Katja Luther
- % Done changed from 50 to 90
If the tree list is empty it works now as expected.
Auch wenn Taxa existieren, wird das Kontextmenü angezeigt und willkürlich das erste Taxon gewählt wenn man gar nicht auf ein Taxon geklickt hat. Das ist gefährlich, da man im schlimmsten Fall gar nicht mitbekommt, dass man das Taxon ausgewählt hat. Das Menü sollte nur angezeigt werden, wenn man auf das entsprechende Taxon klickt.
When clicking somewhere in the tree controle still the first entry gets the focus even if it was never clicked. This is not really expected. However, it is the same in taxon navigator (but there it is more critical). So for now in the DescriptiveDataSetEditor we can probably live with it.
Please decide if you want to close the ticket or fix the remaining issue.
Updated by Katja Luther over 3 years ago
- Status changed from Feedback to Closed
Andreas Müller wrote:
If the tree list is empty it works now as expected.
Auch wenn Taxa existieren, wird das Kontextmenü angezeigt und willkürlich das erste Taxon gewählt wenn man gar nicht auf ein Taxon geklickt hat. Das ist gefährlich, da man im schlimmsten Fall gar nicht mitbekommt, dass man das Taxon ausgewählt hat. Das Menü sollte nur angezeigt werden, wenn man auf das entsprechende Taxon klickt.
When clicking somewhere in the tree controle still the first entry gets the focus even if it was never clicked. This is not really expected. However, it is the same in taxon navigator (but there it is more critical). So for now in the DescriptiveDataSetEditor we can probably live with it.
Please decide if you want to close the ticket or fix the remaining issue.
The selection is set by the treeViewer and I could not find a solution to avoid this, therefore I close this ticket. If the users complain about it, we have to do some more research to find a solution.