Changes between Initial Version and Version 2 of Ticket #8622
- Timestamp:
- Feb 19, 2012, 3:54:11 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8622
-
Property
Status
changed from
new
toconfirmed
-
Property
Status
changed from
-
Ticket #8622 – Description
initial v2 4 4 1. Open replacebycode sample but **clear editor contents** 5 5 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 9 10 10 11 Source code is the same as in other browsers: … … 15 16 a</th> 16 17 <th scope="col"> 17 d</th>18 b</th> 18 19 </tr> 19 20 <tr> … … 30 31 1. Open replacebycode sample but **this time DON'T clear editor contents** 31 32 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. 34 35 35 36 **Result:** Cursor jumps up to paragraph and cells don't get slitted.