IndexOutOfBoundsException in AccessibleStage.initialize on Win8

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P3
    • 9
    • Affects Version/s: 8
    • Component/s: javafx
    • Environment:

      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.

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

              Created:
              Updated:
              Resolved:
              Imported: