Divider position gets forgotten when node is replaced

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • fx2.0
    • Affects Version/s: fx2.0
    • Component/s: javafx
    • Environment:

      Windows 7

      Product: javafx-2.0beta
      Platform: windows-i586
      Build-Number: 171
      Build-ID: 2011-05-31_19-32-58

      The following lines of code results in the divider at 50%, not at 25% as specified initially:

              splitPane.setDividerPositions(0.25);
              splitPane.getItems().setAll(new Group(), new Group());
              splitPane.getItems().set(1, new Group());

            Assignee:
            Kinsley Wong (Inactive)
            Reporter:
            Alexander Kuznetcov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: