Announcement

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

    #31
    Hi Isomorphic, I downloaded and update to 5-10.

    SmartClient Version: SC_SNAPSHOT-2011-05-10/PowerEdition Deployment (built 2011-05-10)

    FF4 is better than before but I am still experiencing keyboard issues. I have attached snagits of the screens.

    I also tried it in Chrome 11 and it has errors, it is not clearing the original value. I've also attached screen shots so that you can see the issues.
    Attached Files

    Comment


      #32
      Can you reproduce any of this in a sample, or only in your application? Again, we need something we can run to see the behavior, otherwise, we can't tell if we've fixed it.

      Comment


        #33
        I will create a basic sample.

        Comment


          #34
          Isomorphic, I've downloaded the nightly eval build and ran massUpdate

          SmartClient Version: SC_SNAPSHOT-2011-05-10/EVAL Deployment (expires 2011.07.09_09.46.37) Licensed to: Isomorphic Software (#ISC_EVAL_NIGHTLY)

          The results are similar to my previous post. I've attached new images.
          Attached Files

          Comment


            #35
            On the Chrome thing: looks like the same issue - a problem if you hold down the arrow key and strike another key. We'll fix this.

            As far as the FF4 problem still being there - check very carefully to make sure you are running the updated version (use Firebug to look at the files being delivered and check their headers for the date stamp).

            Comment


              #36
              Isomorphic, here is the firebug timestamp for ISC_Core.js

              Server Apache-Coyote/1.1
              X-Included-Test2 true
              X-Included-Test true
              Accept-Ranges bytes
              Etag W/"685114-1305042716000"
              Last-Modified Tue, 10 May 2011 15:51:56 GMT
              Content-Encoding gzip
              Content-Type text/javascript
              Content-Length 177591
              Date Wed, 11 May 2011 19:01:06 GMT
              Request Headersview source
              Host ipguidev:8080
              User-Agent Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110420 Firefox/3.6.17 ( .NET CLR 3.5.30729; .NET4.0E)
              Accept */*
              Accept-Language en-us,en;q=0.5
              Accept-Encoding gzip,deflate
              Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
              Keep-Alive 115
              Connection keep-alive
              Referer http://ipguidev:8080/showcase/

              Comment


                #37
                Not HTTP headers, the top of the file, which contains our copyright notice and the build date of the file.

                Comment


                  #38
                  Isomorphic, it makes no difference when I run it on a slow or quicker computer. The doubling up seems to happen when their is a slight hesitation on the redrawing or movement of the grid.

                  Comment


                    #39
                    Here you go.


                    /*

                    SmartClient Ajax RIA system
                    Version SC_SNAPSHOT-2011-05-10/PowerEdition Deployment (2011-05-10)

                    Copyright 2000 and beyond Isomorphic Software, Inc. All rights reserved.
                    "SmartClient" is a trademark of Isomorphic Software, Inc.

                    LICENSE NOTICE
                    INSTALLATION OR USE OF THIS SOFTWARE INDICATES YOUR ACCEPTANCE OF THE
                    SOFTWARE LICENSE AGREEMENT. If you have received this file without an
                    Isomorphic Software license file, please see:

                    http://www.isomorphic.com/licenses/license-power.html

                    You are not required to accept this agreement, however, nothing else
                    grants you the right to copy or use this software. Unauthorized copying
                    and use of this software is a violation of international copyright law.

                    PROPRIETARY & PROTECTED MATERIAL
                    This software contains proprietary materials that are protected by
                    contract and intellectual property law. YOU ARE EXPRESSLY PROHIBITED
                    FROM ATTEMPTING TO REVERSE ENGINEER THIS SOFTWARE OR MODIFY THIS
                    SOFTWARE FOR HUMAN READABILITY.

                    CONTACT ISOMORPHIC
                    For more information regarding license rights and restrictions, or to
                    report possible license violations, please contact Isomorphic Software
                    by email (licensing@isomorphic.com) or web (www.isomorphic.com).

                    */
                    if(typeof isomorphicDir == 'undefined'){isomorphicDir = 'ipgui/sc/';}


                    var isc = window.isc ? window.isc : {};if(window.isc&&!window.isc.module_Core){isc.module_Core=1;isc._moduleStart=isc._Core_start=(isc.timestamp?isc.timestamp():new Date().getTime());if(isc._moduleEnd&&(!isc.Log||(isc.Log && isc.Log.logIsDebugEnabled('loadTime')))){isc._pTM={ message:'Core load/parse time: '

                    Comment


                      #40
                      Sorry, here is the one from the mass_update using 5/10 EE build. The previous was the power version I used from my app.


                      /*

                      SmartClient Ajax RIA system
                      Version SC_SNAPSHOT-2011-05-10/EVAL Deployment (2011-05-10)

                      Copyright 2000 and beyond Isomorphic Software, Inc. All rights reserved.
                      "SmartClient" is a trademark of Isomorphic Software, Inc.

                      LICENSE NOTICE
                      INSTALLATION OR USE OF THIS SOFTWARE INDICATES YOUR ACCEPTANCE OF
                      ISOMORPHIC SOFTWARE LICENSE TERMS. If you have received this file
                      without an accompanying Isomorphic Software license file, please
                      contact licensing@isomorphic.com for details. Unauthorized copying and
                      use of this software is a violation of international copyright law.

                      DEVELOPMENT ONLY - DO NOT DEPLOY
                      This software is provided for evaluation, training, and development
                      purposes only. It may include supplementary components that are not
                      licensed for deployment. The separate DEPLOY package for this release
                      contains SmartClient components that are licensed for deployment.

                      PROPRIETARY & PROTECTED MATERIAL
                      This software contains proprietary materials that are protected by
                      contract and intellectual property law. You are expressly prohibited
                      from attempting to reverse engineer this software or modify this
                      software for human readability.

                      CONTACT ISOMORPHIC
                      For more information regarding license rights and restrictions, or to
                      report possible license violations, please contact Isomorphic Software
                      by email (licensing@isomorphic.com) or web (www.isomorphic.com).

                      */
                      if(typeof isomorphicDir == 'undefined'){isomorphicDir = 'showcase/sc/';}

                      Comment


                        #41
                        Hi Isomorphic, is their any updates on this issue.

                        Thanks rdamario

                        Comment


                          #42
                          We've just fixed the Chrome issue and it will appear in the next nightly.

                          We also put in a further, semi-speculative fix for FF4. What we were seeing was that if you don't even try to alternate keys, if you just mash on the arrow_down key and some other key as fast as you can and allow plenty of overlap, we could see in the logs rare cases where FF4 appeared to be failing to fire key events in some cases. This might be the further problem you're reporting.

                          But again we have never been able to reproduce any problem with alternating keystrokes no matter how fast the alternating of keys, or what OS or who's at the keyboard. Everything we've seen is related to simultaneous or overlapping key presses.

                          Comment


                            #43
                            Thanks Isomorphic, I'll try the build tomorrow and let you know how it is.

                            rdamario

                            Comment


                              #44
                              Isomorphic, it is working well now in FF4, Safari and Chrome 11.

                              Thanks for the support.

                              rdamario

                              Comment


                                #45
                                Isomorphic, in doing regression testing I noticed that when I applied this build the viewStateChanged event is being called on every cell movement. So when I'm in a cell then arrow down or accross to the next cell the viewStateChanged event is called.

                                In a previous build this was only called when the viewstate was actually changed.

                                Should I start another thread for this issue or should we continue in this thread?

                                Thanks

                                rdamario

                                Comment

                                Working...
                                X