Announcement

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

    JSOHelper.isArray doesn't recognize JS Array in Google Chrome

    Browser: Google Chrome 25.0.1364.172 m
    SmartClient Version: v8.3_2012-11-20/LGPL Development Only
    SmartGWT Version: 3.1

    When I pass Array to JSOHelper.isArray method, it returns "false". It can be reproduced only in production mode (not devmode) in Google Chrome. Attached archive contains sample entry point, that outputs results of

    Code:
    JSOHelper.isArray(JavaScriptObject.createArray())
    Attached Files

    #2
    Please try with a more recent patched build.

    Comment


      #3
      I've tried with SmartGWT v3.1p_2013-03-20/LGPL Development Only and SmartClient v8.3p_2013-03-20/LGPL Development Only, JSOHelper.isArray(JavaScriptObject.createArray()) still returns false.

      Comment


        #4
        It's quite severe issue, so I'm looking forward for your response.

        Comment

        Working...
        X