-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
CHanges made in setupModeButtons to address toggling of buttons issue #10987
Conversation
* 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) ...
implementation 'org.apache.pdfbox:fontbox:3.0.2' | ||
implementation ('org.apache.pdfbox:xmpbox:3.0.2') { | ||
// 3.0.2 is buggy! | ||
def pdfbox = "3.0.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Siedlerchr Do we really use variables here? This is the first time, I saw it. Does this work with dependabot? Shouldn't we add the exception to
Line 9 in 8ff0ae6
ignore: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dependabot/dependabot-core#1618 (comment)
Did this for Lucene as well. Should work.
Good idea to add an exception to the yaml file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I remember maven files where in another file the versions were set. Or even in a dependency 🤣🤣
Good that we keep it close to the use 😅
CHanges made in setupModeButtons to address toggling of buttons issue for the issue issue-10935


Both buttons can be toggled without the error
java.lang.RuntimeException: ToggleButton.selected : A bound value cannot be set.
Can switch between Live and Locked mode now without the error
java.lang.RuntimeException: ToggleButton.selected : A bound value cannot be set.
fixes #10935
Mandatory checks
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)