Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8114894

[Gtk] IndexOutOfBoundsException in Modena

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • 8u20
    • 8
    • javafx
    • None
    • Linux

      To reproduce, click on EP

      java.lang.IndexOutOfBoundsException: Index: 1, Size: 0
          at java.util.ArrayList.rangeCheck(ArrayList.java:638)
          at java.util.ArrayList.get(ArrayList.java:414)
          at modena.SamplePageHelpers$3.run(SamplePageHelpers.java:279)
          at com.sun.javafx.application.PlatformImpl$6$1.run(PlatformImpl.java:297)
          at com.sun.javafx.application.PlatformImpl$6$1.run(PlatformImpl.java:294)
          at java.security.AccessController.doPrivileged(Native Method)
          at com.sun.javafx.application.PlatformImpl$6.run(PlatformImpl.java:294)
          at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
          at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
          at com.sun.glass.ui.gtk.GtkApplication.access$200(GtkApplication.java:47)
          at com.sun.glass.ui.gtk.GtkApplication$5$1.run(GtkApplication.java:137)
          at java.lang.Thread.run(Thread.java:724)
      Exception in thread "JavaFX Application Thread" java.lang.IllegalArgumentException: The owner node needs to be associated with a window
          at javafx.stage.PopupWindow.show(PopupWindow.java:372)
          at javafx.scene.control.ContextMenu.doShow(ContextMenu.java:281)
          at javafx.scene.control.ContextMenu.show(ContextMenu.java:271)
          at modena.SamplePageHelpers$4.run(SamplePageHelpers.java:307)
          at com.sun.javafx.application.PlatformImpl$6$1.run(PlatformImpl.java:297)
          at com.sun.javafx.application.PlatformImpl$6$1.run(PlatformImpl.java:294)
          at java.security.AccessController.doPrivileged(Native Method)
          at com.sun.javafx.application.PlatformImpl$6.run(PlatformImpl.java:294)
          at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
          at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
          at com.sun.glass.ui.gtk.GtkApplication.access$200(GtkApplication.java:47)
          at com.sun.glass.ui.gtk.GtkApplication$5$1.run(GtkApplication.java:137)
          at java.lang.Thread.run(Thread.java:724)
      Exception in thread "JavaFX Application Thread" java.lang.IllegalArgumentException: The owner node needs to be associated with a window
          at javafx.stage.PopupWindow.show(PopupWindow.java:372)


      This is using SW Pipeline.

            mrkam Alexander Kuznetcov (Inactive)
            jgodinez Jennifer Godinez (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: