WindowStage.setBounds ignores valid values in some cases

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 8
    • Affects Version/s: fx2.1
    • Component/s: javafx
    • None

      The following movements with a single valid value are completely ignored by WindowStage.setBounds:

      setBounds(Float.NaN, 100, false, true, -1, -1, -1, -1)
      setBounds(100, Float.NaN, true, false, -1, -1, -1, -1)

      (void setBounds(float x, float y, boolean xSet, boolean ySet, float w, float h, float cw, float ch))

            Assignee:
            Morris Meyer (Inactive)
            Reporter:
            Ľubomír Nerád (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: