Announcement

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

    Problem opening #drillCharting showcase example in IE8

    http://www.smartclient.com/smartgwtee/showcase/#drillCharting

    The tab remains blank and IE reports the following error.

    Code:
    Webpage error details
    
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)
    Timestamp: Mon, 8 Sep 2014 17:02:59 UTC
    
    
    Message: 'null' is null or not an object
    Line: 95
    Char: 46
    Code: 0
    URI: http://www.smartclient.com/smartgwtee/showcase/showcase/sc/modules/ISC_Drawing.js

    #2
    I deleted browser cache, closed the browser and re-attempted and it is working fine now.

    Please disregard as I can no longer reproduce.

    Sorry

    Comment


      #3
      Update,

      I can reproduce it, however, not with the showcase now. With a chart of my own.

      I will investigate further and update the thread once I can isolate the issue further.

      Thanks

      Comment


        #4
        So far, this is what I have.

        My charts appear to draw fine, visually they look OK.

        IE has the following warning, looks like per chart.

        Code:
        Webpage error details
        
        User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)
        Timestamp: Mon, 8 Sep 2014 17:23:48 UTC
        
        
        Message: 'null' is null or not an object
        Line: 94
        Char: 46
        Code: 0
        URI: http://10.211.55.2:8080/opswise/opswise/sc/modules/ISC_Drawing.js
        
        
        Message: 'null' is null or not an object
        Line: 94
        Char: 46
        Code: 0
        URI: http://10.211.55.2:8080/opswise/opswise/sc/modules/ISC_Drawing.js
        
        
        Message: 'null' is null or not an object
        Line: 94
        Char: 46
        Code: 0
        URI: http://10.211.55.2:8080/opswise/opswise/sc/modules/ISC_Drawing.js
        
        
        Message: 'null' is null or not an object
        Line: 94
        Char: 46
        Code: 0
        URI: http://10.211.55.2:8080/opswise/opswise/sc/modules/ISC_Drawing.js
        However, the DoubleClickHandler doesn't seem to fire.

        The problem is isolated to IE8, as it works fine in IE11, Chrome Version 37.0.2062.94, FF 24.8.0, and Safari Version 6.1.6 (8537.78.2).

        Please let me know if you need any additional information.

        Thanks

        Comment


          #5
          Also,
          I am able to reproduce the warning when loading the showcase example.

          The chart is drawing ok now though.

          Showcase version:
          SmartClient Version: v9.1p_2014-06-17/AllModules Deployment (built 2014-06-17)

          My version:
          SmartClient Version: v9.1p_2014-08-31/Pro Deployment (built 2014-08-31)

          Comment


            #6
            Hello Isomorphic,

            I changed my click handler from:

            com.smartgwt.client.widgets.Canvas.addDoubleClickHandler(DoubleClickHandler)

            to:

            com.smartgwt.client.widgets.Canvas.addClickHandler(ClickHandler)

            and my ClickHandler is functioning.

            There definitely seems to be an issue with the DoubleClickHandler in IE8 for FacetChart.

            Have you been able reproduce the double-click issue or the warnings?

            Thanks

            Comment


              #7
              Hello Isomorphic,
              Can you please let me know if someone is looking into this issue?
              Thank you

              Comment


                #8
                Hello
                Sorry for the silence - we have indeed been looking into it (and also busily getting the release out the door!)

                Our findings:
                The "'null' is null or not an object" warning is now fixed in 4.1/9.1, 5.0/10.0 [and above]

                We couldn't reproduce the issue of a DoubleClickHandler not working in IE8 for a FacetChart. If you can show us a way to reproduce this we'll take another look.

                Thanks
                Isomorphic Software

                Comment


                  #9
                  Thanks, if we pick up the 2014-09-10 nightly build that is there now will it contain the fix for "null" is null?

                  I will re-run my scenario with latest build and see what I can do about preparing an isolated double-click scenario. For now, I have reverted to the click handler.

                  No worries about the silence, I was only concerned because I had originally said to disregard the post before I was able to reproduce again,...thought maybe it was filed under ignore :).

                  Regards

                  Comment


                    #10
                    You'll need the next nightly build (Dated Sep 11) to pick up the fix for the "null" bug actually.

                    Regards
                    Isomorphic Software

                    Comment

                    Working...
                    X