Announcement

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

    browser support

    Hello, I was wondering which old versions of Internet Explorer SmartClient still supports, and how the new skins are degrading on them.

    I've got an old machine with IE8 at hand, so I tried to access the showcase, but the page remains blank with errors.
    This is the stacktrace from the developer console while trying to open https://www-demos.smartclient.com/sm...test/showcase/
    SmartClient Version: SNAPSHOT_v12.0d_2018-02-16/AllModules Development Only (built 2018-02-16)
    Code:
    15:22:48.566:WARN:Log:Error:
        'Expected identifier, string or number'
        in https://www-demos.smartclient.com/smartclient-latest/isomorphic/system/development/ISC_ExampleViewer.js?isc_version=SNAPSHOT_v12.0d_2018-02-16.js
        at line 35
    15:22:49.848:WARN:Log:Error:
        ''isc.ExampleTree' is null or not an object'
        in https://www-demos.smartclient.com/smartclient-latest/isomorphic/system/reference/exampleTree.js?isc_version=SNAPSHOT_v12.0d_2018-02-16.js
        at line 1
    and this while trying to open https://www-demos.smartclient.com/sm...ease/showcase/
    SmartClient Version: v11.1p_2018-02-16/AllModules Development Only (built 2018-02-16)
    Code:
    15:24:18.737:WARN:Log:Error:
        'Expected identifier, string or number'
        in https://www-demos.smartclient.com/smartclient-release/isomorphic/system/development/ISC_ExampleViewer.js?isc_version=v11.1p_2018-02-16.js
        at line 35
    15:24:18.753:WARN:Log:Error:
        ''isc.ExampleTree' is null or not an object'
        in https://www-demos.smartclient.com/smartclient-release/isomorphic/system/reference/exampleTree.js?isc_version=v11.1p_2018-02-16.js
        at line 1
    15:24:18.893:WARN:Log:Error:
        'Object doesn't support this action'
        in https://www-demos.smartclient.com/googleAnalytics.jsp
        at line 30
    15:24:20.268:WARN:Log:Tahoe skin makes use of HTML5 features which may be unsupported in this browser. The appearance of components cannot be guaranteed. See the 'Skinning' documentation topic for more information.
    15:24:21.362:WARN:Log:Error:
        ''isc.ExampleViewer' is null or not an object'
        in https://www-demos.smartclient.com/smartclient-release/showcase/
        at line 1
    15:24:26.378:WARN:Timer:timer ID:$ir12 fired during eval thread lasting more than 5000ms. Thread may have caused an error and failed to complete. Allowing delayed action to fire.

    #2
    We've made changes that will be in tomorrow's nightly builds (dated 2018-02-22) to address your inability to load those pages in IE8. However, note that lesser problems, such as glitches in how some widgets may be drawn, likely won't be fixed due to IE8 being out of support by Microsoft for quite a while now.

    Comment


      #3
      Just a further note - the only actual problem here was that these pages now use the Tahoe skin by default, which doesn't support IE8.

      Comment


        #4
        Thanks, now I see that the pages are loaded. There's still that error
        Code:
        'Object doesn't support this action'
            in https://www-demos.smartclient.com/googleAnalytics.jsp
        but I don't know if it does matter.

        Actually the showcase now loads even if I switch to Tahoe skin, only with a warning in the developer console, but then the showcase becomes so slow that's unusable (ie: a minute to open nodes in the featureExplorer_exampleTree).

        if it's not supported maybe an explicit isc.warn() or a redirect page would be better?

        Comment


          #5
          We've updated the Showcases to issue a warning and refuse to load any flat skin if the browser doesn't support it - such as IE8.

          Comment

          Working...
          X