You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Latest development branch build (please note build date below)
Operating system
GNU / Linux
Details on version and operating system
openSUSE Tumbleweed with KDE Plasma 6.0.5
Checked with the latest development build (copy version output from About dialog)
I made a backup of my libraries before testing the latest development version.
I have tested the latest development version and the problem persists
Steps to reproduce the behaviour
Copy a DOI from a PDF, where the copied string includes a line break and some extraneous characters to the left of the DOI
Click "Import by ID" and paste the DOI + extraneous text into the input field.
Attempt to select and delete the extraneous characters => Exception
Repeat steps to check for reproducibility => No exception.
Repeat steps again, this time clicking and selecting multiple times/location within the "Import by ID" input field => Exception
Try a few more times testing different locations in the input and with different inputs. I got the exception a few times consecutively, then no exception with just the DOI as input but also no exception when I returned to the previous input. In other words, it isn't clear that the error is related to the input.
Attempt to reproduce by dragging selected text within the "Import by ID" field => No exception
java.lang.NullPointerException: Cannot invoke "javafx.geometry.Point2D.distance(double, double)" because "this.dragStartLocation" is null
at [email protected]/impl.org.controlsfx.skin.PopOverSkin.lambda$new$7(Unknown Source)
at javafx.base@23/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source)
at javafx.base@23/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
at javafx.base@23/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source)
at javafx.base@23/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source)
at javafx.base@23/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at javafx.base@23/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at javafx.base@23/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at javafx.base@23/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at javafx.base@23/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source)
at javafx.base@23/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source)
at javafx.base@23/com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source)
at javafx.base@23/com.sun.javafx.event.EventUtil.fireEvent(Unknown Source)
at javafx.base@23/javafx.event.Event.fireEvent(Unknown Source)
at javafx.graphics@23/javafx.scene.Scene$MouseHandler.process(Unknown Source)
at javafx.graphics@23/javafx.scene.Scene.processMouseEvent(Unknown Source)
at javafx.graphics@23/javafx.scene.Scene$ScenePeerListener.mouseEvent(Unknown Source)
at javafx.graphics@23/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source)
at javafx.graphics@23/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at javafx.graphics@23/com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(Unknown Source)
at javafx.graphics@23/com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(Unknown Source)
at javafx.graphics@23/com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Unknown Source)
at javafx.graphics@23/com.sun.glass.ui.View.handleMouseEvent(Unknown Source)
at javafx.graphics@23/com.sun.glass.ui.View.notifyMouse(Unknown Source)
at javafx.graphics@23/com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
at javafx.graphics@23/com.sun.glass.ui.gtk.GtkApplication.lambda$runLoop$10(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source)
The text was updated successfully, but these errors were encountered:
@xDido This issue needs refinement and verification first. And it's likely to be caused by external isssues.
If you want to take another issue look through the good first issues https://github.com/orgs/JabRef/projects/5
JabRef version
Latest development branch build (please note build date below)
Operating system
GNU / Linux
Details on version and operating system
openSUSE Tumbleweed with KDE Plasma 6.0.5
Checked with the latest development build (copy version output from About dialog)
Steps to reproduce the behaviour
Form of the input data.
The line break is
0xa
Appendix
...
Log File
The text was updated successfully, but these errors were encountered: