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

IndexOutOfBoundsException in AccessibleStage.initialize on Win8

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • 9
    • 8
    • javafx
    • Windows 8

      Running any example that has a ScrollPane has root node in the stage leads to this exception.
      (likely any Parent without children will have the same problem).

      The exception happens here:
      AccessibleStage#initialize
              // Note move it to a func later or redo the logic for first , the same is being used when scene graph is modified too
              // Rethink this logic in future
              AccessibleNode dummyRoot = new AccessibleNode(pRoot.getChildrenUnmodifiable().get(0));


      The problem is that pRoot has no children.

            ptbrunet Pete Brunet (Inactive)
            fheidric Felipe Heidrich (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: