Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Different Spinner behavior in 8.2 and 8.3

    Hi,

    We observe a behavior change for spinner item in 8.2 and 8.3. When "min" is set to be 0 and there's no default value for the spinner item, in 8.2 we can click the "up" button to change the value of the spinner but in 8.3 we cannot do that.

    We are using v8.2p_2013-03-04 and v8.3p_2013-05-24. This issue can be reproduced on both IE9 and FF12 in Feature Explorer with the following code.

    Steps to reproduce:

    1. click the "up" button in the spinner to change the value. In 8.2, it first shows 0 then the number increases once we click again. In 8.3, nothing happens.

    Thanks!

    Code:
    isc.DynamicForm.create({
        width: 200,
        fields: [
            { name: "shoeSize", title: "Shoe Size", editorType: "spinner", 
              min: 0, max: 13, width: 70}
        ]
    });

    #2
    We've now made a change to address this issue. Please try the next nightly build dated June 1 or greater

    Regards
    Isomorphic Software

    Comment


      #3
      Thanks! The issue is fixed on the latest build.

      Comment

      Working...
      X