Closed
Description
JabRef version on Windows 10/Java 8.
- I am having trouble installing the JabRef.exe from http://builds.jabref.org/master/. I have tested checking out the latest from master.
In Preferences, there are instances at which we need to select an option through radio buttons. Eg: Check screenshot attached. There are many instances in the Preferences where I am able to select multiple radio buttons for each group. Either we need to use checkboxes if multi-select is to be allowed or we should group the radio buttons under a toggle group as done here https://github.com/JabRef/jabref/pull/4408/files#diff-e0f0e1ade7c4cee8c43b0bb2254c21ebR123
I debugged an verified this issue. If multiple options are selected then always the first option (out of all the other selected options) in the if-else condition gets set as the preference.
Steps to reproduce the behavior:
- Start the app
- Go to Options > Preferences > Entry Editor
- Enable autocomplete options
- Under the "Name format used for auto completion" option, you should be able to select all the options
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done