SplitPane bug -- right node on the left

XMLWordPrintable

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

      Windows, build 38

      The following code puts the label on the left of the divider. When you resize the window the label is moved to the right.
       
          HBox h = new HBox();
          SplitPane ui = new SplitPane();
          ui.getItems().addAll(h, new Label("XXX"));
          Scene scene = new Scene(ui);
          stage.setScene(scene);
          stage.setVisible(true);

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

              Created:
              Updated:
              Resolved:
              Imported: