Announcement

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

    #16
    The older issue (clicks recorded for first column can trigger expand/collapse even if the open/close icon wasn't clicked) is now fixed, pick it up in the next nightly.

    Comment


      #17
      thank you. i will test it.

      Comment


        #18
        tested with May 31 build, problem still exist.

        Comment


          #19
          any update? we are waiting for the fix.

          Comment


            #20
            We're not able to reproduce an issue with the build you're claiming has a flaw. Please be sure you have installed the new build correctly and cleared the browser cache. If you still seem to have an issue, show a standalone test case and the series of Selenium commands being issued, and describe the behavior you now see, and what you were expecting.

            Comment


              #21
              testing with the June 1st build, in the feature exlorer, go to tree - sorting.
              click the first row, and playback. you will see the tree is collapsed.

              Comment


                #22
                Hi
                We just ran this test against the June 1st (LGPL) build, running on Firefox (3.6.3, running on Mac OS 10.6.3), and we're seeing the first record get selected (as expected), not collapsed.

                Here's the recorded test source:
                Code:
                <?xml version="1.0" encoding="UTF-8"?>
                <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
                <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
                <head profile="http://selenium-ide.openqa.org/profiles/test-case">
                <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                <link rel="selenium.base" href="http://localhost:8080/" />
                <title>New Test</title>
                </head>
                <body>
                <table cellpadding="1" cellspacing="1" border="1">
                <thead>
                <tr><td rowspan="1" colspan="3">New Test</td></tr>
                </thead><tbody>
                <tr>
                	<td>open</td>
                	<td>/isomorphic/system/reference/SmartClient_Explorer.html#_Trees_Sorting</td>
                	<td></td>
                </tr>
                <tr>
                	<td>click</td>
                	<td>scLocator=//TreeGrid[ID=&quot;employeeTree&quot;]/body/row[EmployeeId=4||Name=Charles%20Madigen||0]/col[fieldName=Name||0]</td>
                	<td></td>
                </tr>
                
                </tbody></table>
                </body>
                </html>
                Things to check:
                1) Are you seeing the problem with the above source? If not, can you show us the series of Selenium commands being issued that are causing the problem?
                2) Which browser are you seeing the problem in?
                3) Anything else that could shed light on what's happening? Are you running the test directly from the FF Selenium IDE plugin or from Remote Control, or some other way? Is it intermittent or consistent?
                Thanks

                Comment


                  #23
                  Oh - additional note: The problem (problem #2 in the original post) whereby in Internet Explorer playback rowNum / colNum may be off by one should be resolved (as of the next nightly build)

                  Comment


                    #24
                    what about the problem 1?

                    Comment


                      #25
                      Code:
                      <?xml version="1.0" encoding="UTF-8"?>
                      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
                      <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
                      <head profile="http://selenium-ide.openqa.org/profiles/test-case">
                      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                      <link rel="selenium.base" href="http://localhost:8080/" />
                      <title>New Test</title>
                      </head>
                      <body>
                      <table cellpadding="1" cellspacing="1" border="1">
                      <thead>
                      <tr><td rowspan="1" colspan="3">New Test</td></tr>
                      </thead><tbody>
                      <tr>
                      	<td>open</td>
                      	<td>/isomorphic/system/reference/SmartClient_Explorer.html#_Trees_Sorting</td>
                      	<td></td>
                      </tr>
                      <tr>
                      	<td>click</td>
                      	<td>scLocator=//TreeGrid[ID=&quot;employeeTree&quot;]/body/row[EmployeeId=4||Name=Charles%20Madigen||0]/col[fieldName=Name||0]</td>
                      	<td></td>
                      </tr>
                      
                      </tbody></table>
                      </body>
                      </html>
                      1.above html is the test i got from selenium ide
                      2.i am using ff 3.63
                      3. the peoblem happened in both Selenium IDE plugin and from Remote Control. it is consistent.
                      Last edited by kevincy; 2 Jun 2010, 09:19.

                      Comment


                        #26
                        We're definitely seeing the test working for us in FF, on both Windows and Mac, using the attached code (your version, which is I believe identical to the version we previously posted).

                        At this point I'd say
                        1) Can you verify the build -- after running the test and seeing the error - pop the developer console and check the result of "isc.version" and "isc.buildDate". You should see "SC_SNAPSHOT-2010-06-01/LGPL Development Only" and "2010-06-01"
                        2) Have you tried clearing the browser cache?

                        Comment


                          #27
                          I will show you all the steps i did for reproducing this problem.
                          1. Download the latest build which is called SmartClient_SC_SNAPSHOT-2010-06-03_Evaluation
                          2. extract it
                          3. go to the \smartclientSDK folder and double click start_embedded_server.bat
                          4. double click open_ISC_SDK_from_server, firefox window will be poped up
                          5. click "example" icon and click "feature" explorer icon to see the new explore window which has sc examples.
                          6. goto tree- sorting
                          7.click the first tree node and record it by selenium ide
                          8.do playback you will see the whole tree will be collapsed.
                          9. open developer console
                          10. evl isc.version you will get "SC_SNAPSHOT-2010-06-01/EVAL Development Only"
                          11. evl isc.buildDate, you will see "2010-06-01".

                          And I cleared the cache.
                          Last edited by kevincy; 3 Jun 2010, 07:28.

                          Comment


                            #28
                            Hi Kevin

                            I think I've figured out what the problem was - and it is on our end. Long story but it looks like due to config issues, I was testing against a change that didn't make it into that build after all.

                            My apologies for the confusion -- the fix will be present in the *next* nightly from now - give it a try and let us know if you continue to see the bug.

                            Regards

                            Comment


                              #29
                              hi, i just tried the Jun 7th build, the problem still exists.

                              Comment


                                #30
                                any update for that? our testing team is waiting for it.

                                Comment

                                Working...
                                X