Changes between Initial Version and Version 4 of Ticket #3104
- Timestamp:
- 02/17/21 23:06:34 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3104
- Property Status changed from new to reviewing
- Property Owner changed from mkommend to pfleck
-
Ticket #3104 – Description
initial v4 1 1 When cells are selected with the cursor keys or pos1, end, page up and page down keys some values are not included in the copied text. 2 2 3 Steps for reproduction 4 1) Select any cell 5 2) Hold shift and press page up to select every cell upwards until the first row 6 3) Copy values with ctrl+c 7 4) Paste into excel or editor. Only two values are copied 3 Steps for reproduction:\\ 4 1) Select any cell \\ 5 2) Hold shift and press page up to select every cell upwards until the first row \\ 6 3) Copy values with ctrl+c \\ 7 4) Paste into excel or editor. Only two values are copied. 8 8 9 9 Another issue is when multiple different areas are selected the not selected cell between are omitted and the content is pasted without any white spaces in between. This behavior should also be corrected.