Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Groups: "All entries" not highlighted on start-up #6691

Closed
1 task done
mlep opened this issue Jul 16, 2020 · 2 comments · Fixed by #7014
Closed
1 task done

Groups: "All entries" not highlighted on start-up #6691

mlep opened this issue Jul 16, 2020 · 2 comments · Fixed by #7014
Labels
good first issue An issue intended for project-newcomers. Varies in difficulty. groups type: enhancement ui

Comments

@mlep
Copy link
Contributor

mlep commented Jul 16, 2020

JabRef 5.1--2020-07-13--6344401
Linux 4.9.0-12-amd64 amd64
Java 14.0.1

A minor UI inconsistency:
On start-up, JabRef displays all entries, but the group "All entries" is not highlighted.

@calixtus calixtus added the good first issue An issue intended for project-newcomers. Varies in difficulty. label Aug 22, 2020
@Siedlerchr
Copy link
Member

@sumitsantape30 Hi welcome to JabRef!
For getting started please read through our Contribution Guide It explains also how to setup your workspace
Codewise the solution would be to add a call to select first here:

groupTree.getSelectionModel().setSelectionMode(SelectionMode.MULTIPLE);

https://openjfx.io/javadoc/12/javafx.controls/javafx/scene/control/SelectionModel.html#selectFirst()

@mlep
Copy link
Contributor Author

mlep commented Oct 20, 2020

Trying the development version, I confirm that this issue is solved. Congratulation @Niffler, and many thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue An issue intended for project-newcomers. Varies in difficulty. groups type: enhancement ui
Projects
Archived in project
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants