Hello,
I have this bug when I copy 1 column in the sql grid and paste it into another column in the same grid. If the first source column cell contains null then this cell is not copied (or not pasted) in the destination column, cousing a shift of all next cell up. To ilustrate:
before copy/paste
--------------------
source | destination
-------+------------
(null) | a
1 | b
2 | c
3 | d
Now I mark and copy all 4 cells of the source column and paste to the destination column.
The result:
--------------------
source | destination
-------+------------
(null) | 1
1 | 2
2 | 3
3 | d
I noticed that with one null cell at the top of source, but maybe the problem exists with more then 2 or more consecutive null cells at the top.
null cells in the middle of the column are pasted correctly though.
gad
I have this bug when I copy 1 column in the sql grid and paste it into another column in the same grid. If the first source column cell contains null then this cell is not copied (or not pasted) in the destination column, cousing a shift of all next cell up. To ilustrate:
before copy/paste
--------------------
source | destination
-------+------------
(null) | a
1 | b
2 | c
3 | d
Now I mark and copy all 4 cells of the source column and paste to the destination column.
The result:
--------------------
source | destination
-------+------------
(null) | 1
1 | 2
2 | 3
3 | d
I noticed that with one null cell at the top of source, but maybe the problem exists with more then 2 or more consecutive null cells at the top.
null cells in the middle of the column are pasted correctly though.
gad