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

Slider.min overrides value from bind-with-inverse

    XMLWordPrintable

Details

    Description

      JavaFX 1.3 b26 (SoMa b26)

      From attached code:
              var blockIncrementVal:Number = 20;
              var slider : Slider = Slider {
                  min : 10
                  max : 200
                  value : bind blockIncrementVal with inverse
              }

      It is expected to initialize slider value with 20 but it is initialized with 10.
      Test works correctly on SoMa b24 and fails since SoMa b25.

      Test source is attached.
      To run test:
      - unzip archive
      - edit JAVAFX_HOME variable in desktop.bat
      - run desktop.bat

      Attachments

        Activity

          People

            smarks Stuart Marks
            amakarenkwse Anton Makarenko (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported: