Changes between Initial Version and Version 1 of Ticket #7343
- Timestamp:
- Mar 21, 2011, 2:54:43 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7343 – Description
initial v1 1 1 Create a table with 10 rows. 2 Paint row #3 with each cell with a diff foreground/border color.2 Paint row 3 with each cell with a diff foreground/border color. 3 3 Tried to copy that row to 5th row. 4 4 5 5 Tried in 2 ways and failed to paste correctly in both the cases. 6 1.Select all the row#2 cells. Copy it using Ctrl-C.7 Go the row #5, Click the mouse so that it resides in the 1 col of row#58 Now click the paste icon. It copied all 5 cells into 1 single cell.9 6 10 2. Select all the row#2 cells. Copy it using Ctrl-C. 11 Go the row #5, Select ALL the cols of row#5. 12 Click the paste icon. The copy behaved same way like the option #1 7 TC 1: 8 9 1. Select all the row 2 cells. Copy it using Ctrl-C. 10 11 2. Go the row 5, Click the mouse so that it resides in the 1 col of row 5. 12 13 3. Now click the paste icon. It copied all 5 cells into 1 single cell. 14 15 TC 2: 16 17 1. Select all the row 2 cells. Copy it using Ctrl-C. 18 19 2. Go the row 5, Select ALL the cols of row 5. 20 21 3. Click the paste icon. The copy behaved same way like TC 1.