Menu

#343 getCellAt is wrong

closed
None
5
2012-10-21
2006-03-21
No

Hi,

I join my test page.

Here is the structure of the table :

| X | |

| Y | |

| Z | T |

| U |

getCell(0,0)=>X [OK]
getCell(0,1)=>T [KO]
getCell(1,0)=>Y [OK]
getCell(1,1)=>T [KO]
getCell(2,0)=>Z [OK]
getCell(2,1)=>T [OK]
getCell(3,0)=>U [OK]
getCell(3,1)=>U [OK]

I'm working on a fix.

Discussion

  • Julien HENRY

    Julien HENRY - 2006-03-21

    Test page

     
  • Julien HENRY

    Julien HENRY - 2006-04-05

    Logged In: YES
    user_id=1235926

    Here is a patch that add a test case to show the bug.

     
  • Julien HENRY

    Julien HENRY - 2006-04-05

    Test Case

     
  • Marc Guillemot

    Marc Guillemot - 2006-04-05

    Logged In: YES
    user_id=402164

    Patch applied. Thanks.

    PS: next time, please provide all the patches in a single
    file in unified diff format.

     

Log in to post a comment.