Changes between Initial Version and Version 2 of Ticket #9037


Ignore:
Timestamp:
Jun 15, 2012, 8:27:12 AM (13 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9037 – Description

    initial v2  
    11steps:
    2 1, create a 3x3 table
    3 2, horizontal split the first cell in the second row
    4 3, vertical split the second cell in the first row,
    5 Defect:
     21. create a 3x3 table
     32. horizontal split the first cell in the second row
     43. vertical split the second cell in the first row,
     5**Defect:** [[BR]]
    66the table becomes messy.
    77
    88This bug is in "verticalSplitCell" function. When figuring out where to insert the new cell by checking the virtual row, the index is wrong. My fix:
    99
    10 
     10{{{
    1111var currentIndex = 0;
    12                         // Figure out where to insert the new cell by checking the vitual row.
     12// Figure out where to insert the new cell by checking the vitual row.
    1313                        for ( var c = 0; c < newCellRow.length; c++ )
    1414                        {
     
    3535                               
    3636                        }
     37}}}
    3738
    38 
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy