-
-
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
Entry preview and editor blank after #3608
Comments
Hi, thanks for your report. |
Hello,
Thank you for the quick work on this. I was away and did not get to try
the version on my Windows computer before the link disappeared. Is it
possible to get the link back up, or has it already been rolled into
master?
Warrick
…On Sat, 06 Jan 2018 11:39:48 +0000 (UTC) Christoph ***@***.***> wrote:
Hi, thanks for your report.
I just discovered and fixed a bug which could solve your issue:
Could you please try this version here and check if this works for
you`? https://builds.jabref.org/fixnpeonEntryChange/
|
Hi, it has already been merged in the master verison. So you can use that version |
The problem persists in both Windows and Mac: JabRef 4.2-dev--snapshot--2018-01-09--master--728ddbf8f JabRef 4.2-dev--snapshot--2018-01-09--master--728ddbf8f I also seem to be able to trigger this behaviour another way:
For step 2, I tried many permutations and iterations, and found this the most reliable way to cause the issue. |
Probably fixed with #3591 (which is not yet completely ready to try out). |
@kingwarrick You can now try out the new version from https://builds.jabref.org/maintable-beta/ but please it is in a very early beta stage and might not work as expected. See #3621 for further details. |
JabRef 4.2-dev--snapshot--2018-01-04--master--1b06811df
Windows 10 10.0 amd64
Java 1.8.0_151
Steps to reproduce:
Log file included, but does not seem to be repeated for each time this issue arises.
Log File
```Opening: DOAJ-WaterGov-MLG-Indig-Eng.bib Opening: Wiley-WaterGov-Indig-Eng.bib Uncaught exception occurred in Thread[JavaFX Application Thread,5,main] java.lang.IndexOutOfBoundsException: [-2147483648, 21) is not a valid range within [0, 21) at org.reactfx.util.Lists.checkRange(Lists.java:128) at org.reactfx.util.Lists.checkRange(Lists.java:123) at org.reactfx.collection.MemoizationListImpl.forget(MemoizationList.java:184) at org.fxmisc.flowless.CellListManager.cropTo(CellListManager.java:82) at org.fxmisc.flowless.CellPositioner.cropTo(CellPositioner.java:29) at org.fxmisc.flowless.Navigator.cropToNeighborhoodOf(Navigator.java:227) at org.fxmisc.flowless.Navigator.placeStartAtMayCrop(Navigator.java:200) at org.fxmisc.flowless.Navigator.visit(Navigator.java:129) at org.fxmisc.flowless.StartOffStart.accept(TargetPosition.java:85) at org.fxmisc.flowless.Navigator.layoutChildren(Navigator.java:78) at javafx.scene.Parent.layout(Parent.java:1087) at org.fxmisc.flowless.VirtualFlow.layoutChildren(VirtualFlow.java:257) at javafx.scene.Parent.layout(Parent.java:1087) at javafx.scene.Parent.layout(Parent.java:1093) at javafx.scene.Parent.layout(Parent.java:1093) at javafx.scene.Parent.layout(Parent.java:1093) at javafx.scene.Parent.layout(Parent.java:1093) at javafx.scene.Scene.doLayoutPass(Scene.java:552) at javafx.scene.Scene.preferredSize(Scene.java:1646) at javafx.scene.Scene.impl_preferredSize(Scene.java:1720) at javafx.stage.Window$9.invalidated(Window.java:846) at javafx.beans.property.BooleanPropertyBase.markInvalid(BooleanPropertyBase.java:109) at javafx.beans.property.BooleanPropertyBase.set(BooleanPropertyBase.java:144) at javafx.stage.Window.setShowing(Window.java:922) at javafx.stage.Window.show(Window.java:937) at com.sun.javafx.stage.EmbeddedWindow.show(EmbeddedWindow.java:58) at javafx.embed.swing.JFXPanel.lambda$addNotify$49(JFXPanel.java:799) at com.sun.javafx.application.PlatformImpl.lambda$null$172(PlatformImpl.java:295) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl.lambda$runLater$173(PlatformImpl.java:294) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95) at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at com.sun.glass.ui.win.WinApplication.lambda$null$147(WinApplication.java:177) at java.lang.Thread.run(Unknown Source) ```The text was updated successfully, but these errors were encountered: