Slider.min overrides value from bind-with-inverse

XMLWordPrintable

      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

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

              Created:
              Updated:
              Resolved:
              Imported: