Announcement

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

    SpinnerItem in DynamicForm canvas increments/decrements incorrectly

    Hello,

    SmartClient 7.0 PowerEdition (RC2)
    Internet Explorer 7 and Firefox 3.5

    When a SpinnerItem is in a DynamicForm canvas imbedded in a DynamicForm, the spinner increments/decrements by 2 while step is defined = 1
    Here is a simple code example.

    Code:
    isc.DynamicForm.create({
        name: "df2",
        width: 200,
        fields: [
            { name: "s1", title: "S1", editorType: "spinner", defaultValue: 1, min: 0, max: 100, step: 1},
            { name: "c",  title: "C", editorType: "canvas", canvas: isc.DynamicForm.create({
                    name: "df1",
                    fields: [{ name: "s2", title: "S2", editorType: "spinner", defaultValue: 1, min: 0, max: 100, step: 1}]
                    })
            }
        ]
    });
    The S1 spinner increments/decrements correctly by 1 while the S2 spinner increments/decrements by 2.

    Thank you,

    #2
    This was fixed a long time ago and the fix is present in 8.0. Are you able to upgrade?

    Comment


      #3
      Originally posted by Isomorphic
      This was fixed a long time ago and the fix is present in 8.0. Are you able to upgrade?
      Hello,

      The last news I have (from your website) about the 8.0 version is that it is still in beta status. Since our application is used in production environnements, we are not ready to upgrade to a beta version. Is the 8.0 final version release date soon (in the next few days) ? If not, please can you provide us with a patch for the 7.0 version ?

      Thank you

      Comment


        #4
        Just released this morning.

        Comment


          #5
          We are currently evaluating the impact of migrating to 8.0 (technical and cost aspects), but this will take time. In the meantime, in order for us to provide a fix ASAP for our customers (on v7), could you provide a patch for us ?

          Thank you

          Comment


            #6
            We've put together patch code and posted it in the Addendums forum here: http://forums.smartclient.com/showthread.php?t=15168

            Regards
            Isomorphic Software

            Comment

            Working...
            X