-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Document Viewer: java.lang.RuntimeException: ToggleButton.selected: A bound value cannot be set #10935
Comments
Hi, can take up this issue? |
As a general advice for newcomers: check out Contributing for a start. Also, guidelines for setting up a local workspace is worth having a look at. Feel free to ask here at GitHub, if you have any issue related questions. If you have questions about how to setup your workspace use JabRef's Gitter chat. Try to open a (draft) pull-request early on, so that people can see you are working on the issue and so that they can see the direction the pull request is heading towards. This way, you will likely receive valuable feedback. |
Steps to reproduce the behaviour
Hi I'm new to Jabref and I'm facing issues reproducing this error , can you please give me bit more detailed explanation what is an entry and what kind of pdf file i should use to reproduce this error? |
An entry is an entry in a Drag and drop a PDF into a line in the main table. Attach the PDF. Then, you can open the PDF in JabRef. |
|
Is there any tutorial available which guides how to create a .bib file or use an existing file in our local system? |
@Anirudhxx If you open JabRef, an empty library will be created. If you add entries to that library, it will automatically be saved as See also |
I don't know your previous experiences. Did you use an application working with files? Like Microsoft Word or Notepad++? Maybe, the wording "library" is confusing for you? A library is a If you had installed JabRef and checked out JabRef, you could navigate to the JabRef folder, go to src/test/resources/testbib sub directory and double click on |
|
The error message is clear. You cannot set a value that is set using Binding. Maybe you should read about javafx. bindings first https://www.informit.com/articles/article.aspx?p=2251210&seqNum=4 |
Hello, I'm testing the software trying to understand the reason for the bug, but I'm struggling to fully comprehend the function of the 'live' and 'locked' buttons. What would be their purpose? Additionally, I've noticed that when I press the 'live' button, it then moves to 'locked' (thus allowing me to enter 'locked' mode and avoiding the bug). However, I would like to understand if this is an additional issue to be fixed or if it's intended behavior. Thank you for your responses, and I apologize for any potentially silly questions as I'm new to this software. |
@SimoneSantin Do you know about Ctrl+Shift+F in IntelliJ? I searched for "Locked". I found something interesting in <Tooltip text="%Show this document until unlocked."/> The other one is <Tooltip text="%Show the document of the currently selected entry."/> The intention is to be mutually exclusive: Either the document viewer updates the document on change of a BibEntry ( HTH! |
* upstream/main: (40 commits) Improve citation relations (JabRef#11016) Keep enclosing braces of authors (JabRef#11034) Bump org.apache.pdfbox:fontbox from 3.0.1 to 3.0.2 (JabRef#11042) Bump com.dlsc.gemsfx:gemsfx from 2.2.0 to 2.4.0 (JabRef#11044) Bump org.apache.pdfbox:xmpbox from 3.0.1 to 3.0.2 (JabRef#11041) Bump com.googlecode.plist:dd-plist from 1.23 to 1.28 (JabRef#11040) Bump gittools/actions from 0.13.4 to 1.1.1 (JabRef#11039) Change copy-paste function to handle string constants (follow up PR) (JabRef#11037) Fixes Zotero file handling for absolute paths (JabRef#11038) Speed up failure reporting (JabRef#11030) Importing of BibDesk Groups and Linked Files (JabRef#10968) Convert RemoveBracesFormatterTest to @ParameterizedTest (JabRef#11033) Update teaching.md Remove non-existing recipe (JabRef#11029) Update CSL styles (JabRef#11031) Clean up defintions of entry types (JabRef#11013) Fix log file path on Windows (JabRef#11028) Change to rolling logs (JabRef#11023) chore: remove repetitive words (JabRef#11015) Fix test names (JabRef#11014) ...
@SimoneSantin I saw that we both overlooked that the issue was already assigned. Thus, a fix was meanwhile implemented and merged into main. Please choose another issue. |
JabRef version
Latest development branch build (please note build date below)
Operating system
Windows
Details on version and operating system
No response
Checked with the latest development build (copy version output from About dialog)
Steps to reproduce the behaviour
Appendix
...
Log File
The text was updated successfully, but these errors were encountered: