Changes between Initial Version and Version 2 of Ticket #8622


Ignore:
Timestamp:
Feb 19, 2012, 3:54:11 PM (12 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8622

    • Property Status changed from new to confirmed
  • Ticket #8622 – Description

    initial v2  
    44   1. Open replacebycode sample but **clear editor contents**
    55   2. Under sample text insert a table with First Row as Headers and default values for Rows & Columns.
    6    3. Enter "c" & "d" as the values for the cells in the first row.
    7    4. Split the last cell (with "d") in the first row vertically.
    8    **Reslut:** Notice that new cell appears under "a" not under "d" like in other browsers
     6   3. Enter "a" & "b" as the values for the cells in the first row (header).
     7   4. Split the last cell (with "b") in the first row vertically.
     8 
     9   **Reslut:** Notice that new cell appears under "a" not under "b" like in other browsers
    910
    1011Source code is the same as in other browsers:
     
    1516                                a</th>
    1617                        <th scope="col">
    17                                 d</th>
     18                                b</th>
    1819                </tr>
    1920                <tr>
     
    3031   1. Open replacebycode sample but **this time DON'T clear editor contents**
    3132   2. Under sample text insert a table with First Row as Headers and default values for Rows & Columns.
    32    3. Enter "c" & "d" as the values for the cells in the first row.
    33    4. Split the last cell (with "d") in the first row vertically.
     33   3. Enter "a" & "b" as the values for the cells in the first row (header).
     34   4. Split the last cell (with "b") in the first row vertically.
    3435
    3536**Result:** Cursor jumps up to paragraph and cells don't get slitted.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy