-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
FirstTimeCodeContributionTriggers GitHub Greeter WorkflowTriggers GitHub Greeter Workflowcomponent: maintablecomponent: ui
Description
When the Relevance (Special)
column is shown in the entry table and the relevance of an entry is false
, hovering over the entry makes a star appear in that column, regardless of the actual value. This makes it hard to identify and select the intended value, because relevance always appears true
for the entry under the cursor. For instance, clicking with the intention of removing the star when relevance is already false
will set it to true
(opposite of the intended result).
The relevance status should be discernable regardless of hovering state.
Possible solutions
- Show relevance star only when relevance =
true
- Use a different indicator on hover when relevance =
false
JabRef 5.10--2023-09-01--779e555
Linux 6.4.12-1-default amd64
Java 21-internal
JavaFX 20+19
Metadata
Metadata
Assignees
Labels
FirstTimeCodeContributionTriggers GitHub Greeter WorkflowTriggers GitHub Greeter Workflowcomponent: maintablecomponent: ui