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

WindowStage.setBounds ignores valid values in some cases

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 8
    • fx2.1
    • 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))

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

              Created:
              Updated:
              Resolved:
              Imported: