Announcement

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

    setGlobalTabIndex issue

    Hi
    After updating library to PE 3.1p version from 19.07.2013 we got problem with setting fields tab indexes:

    Code:
    Caused by: com.google.gwt.core.client.JavaScriptException: (TypeError): self.setGlobalTabIndex is not a function
    Reproduced in showcase from LGPL 3.1p version from the same date. See the attached file.
    Could you please find what is wrong?

    Thank you
    Attached Files

    #2
    We're not seeing the error you're reporting. However one note: The signature for these overrides should take a parameter of type "Integer" rather than "int".
    If that doesn't resolve the issue for you, can you give us exact steps to reproduce the problem (and show us the version string returned via a call to "isc.version" executed in the developer console)

    Thanks
    Isomorphic Software

    Comment


      #3
      Signature is changed in com.smartgwt.client.widgets.form.fields.FormItem class. The last library found by me with methods setTabIndex and setGlobalTabIndex having arguments of type Integer is from 07.07.2013.
      The provided testcase reproduces the problem in the showcase from 19.07.2013 (isc.version = "v8.3p_2013-07-19/LGPL Development Only").

      Could you please also check why the signatures of those methods were changed?

      Comment


        #4
        Any news on this?
        This issue is blocking us to use the latest builds where other issues were solved.

        Comment


          #5
          We've made a change which should address this issue.
          Please try the next nightly build, dated July 25 or above

          Regards
          Isomorphic Software

          Comment


            #6
            Works well now with the version from 25.07.2013.
            Thanks

            Comment

            Working...
            X