[Libreoffice-bugs] [Bug 140135] Merged Cell Copy and Find issue

2023-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140135

Timur  changed:

   What|Removed |Added

  Regression By||Tibor Nagy

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 140135] Merged Cell Copy and Find issue

2023-05-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140135

BogdanB  changed:

   What|Removed |Added

 Blocks||108320, 102847
 CC||buzea.bog...@libreoffice.or
   ||g


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102847
[Bug 102847] [META] Quick Find, Search and Replace
https://bugs.documentfoundation.org/show_bug.cgi?id=108320
[Bug 108320] [META] Calc cells merging and splitting bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 140135] Merged Cell Copy and Find issue

2021-12-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140135

--- Comment #9 from raal  ---
Created attachment 176712
  --> https://bugs.documentfoundation.org/attachment.cgi?id=176712&action=edit
Printscreen from Linux

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 140135] Merged Cell Copy and Find issue

2021-12-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140135

Caolán McNamara  changed:

   What|Removed |Added

 CC||szucs.atti...@nisz.hu

--- Comment #10 from Caolán McNamara  ---
Maybe more interesting in identifying what changed is to bisect the copy and
not the paste. So bisecting copying those cells and pasting into another
application shows it went from copying...

"TEST
"

to

"TEST TEST
TEST TEST
"

at

commit 1ed04c2029218619aab2f3422130c890f67f309c
Date:   Thu Sep 10 16:46:30 2020 +0200

tdf#40993 tdf#59585 sc fill: copy merged cell structure

like other spreadsheets do. This avoids losing and
recreation of merged cell structure again and again
after modifying cell content using fill.

By dragging the fill handle, cell attributes ATTR_MERGE
and ATTR_MERGE_FLAG are copied, too, resulting the
same merged cell structure in the selection. See TODOs
about the remaining tasks.

Co-authored-by: Tibor Nagy (NISZ)

Change-Id: Icd4287d4429d3ba27a2ffb062560856d7ad86099
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102394
Tested-by: László Németh 
Reviewed-by: László Németh 

wrt the widget getting pasted *into*. With the fix for bug #138848 the newline
and following lines of text are stripped out on paste into the find text
widget, so when pasting that
"TEST TEST
TEST TEST
"
in 7.1.1 and upwards, only the first line of "TEST TEST" is put into the
widget. 

AFAICS there is nothing more that can be done at the destination widget side on
this issue, only (presumably) the production of what we put into the clipboard.

caolanm->attila:
Perhaps the solution is to not put the content of hidden cells into the plain
text format when putting that into the clipboard ?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 140135] Merged Cell Copy and Find issue

2021-12-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140135

--- Comment #8 from raal  ---
Created attachment 176711
  --> https://bugs.documentfoundation.org/attachment.cgi?id=176711&action=edit
test file

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 140135] Merged Cell Copy and Find issue

2021-12-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140135

raal  changed:

   What|Removed |Added

 CC||caol...@redhat.com,
   ||r...@post.cz
 OS|Windows (All)   |All
 Status|UNCONFIRMED |NEW
   Keywords||bibisected, bisected,
   ||regression
 Ever confirmed|0   |1

--- Comment #7 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Caolán McNamara ; Could you possibly take a look at this one?
Thanks

This changed over the time. In 7.0, bibisected, is added Enter sign. Now in 7.4
I see string TEST dubled: "TEST TEST".

c50710fda274b999c8655a2f70db0b455425536f is the first bad commit
commit c50710fda274b999c8655a2f70db0b455425536f
Author: Jenkins Build User 
Date:   Thu Feb 13 22:09:59 2020 +0100

source sha:3b8c42a94b5448364d47daa103b3452f54990524

https://git.libreoffice.org/core/+/3b8c42a94b5448364d47daa103b3452f54990524
weld FindTextFieldControl

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 140135] Merged Cell Copy and Find issue

2021-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140135

--- Comment #6 from Getafix  ---
Today installed final 7.1.0 on both Ubuntu20.10 and Windows10. Problem happens.
Before installing 7.1.0 in Linux I checked on version 7.0.4 in linux and no
issues, works like a charm. So this is a regression in version 7.1.0. Its very
frustrating/annoying to press F2 and highlight and COPY instead of just COPY
like previously. So this Regression is happening in both Linux & Windows

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 140135] Merged Cell Copy and Find issue

2021-02-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140135

--- Comment #5 from Getafix  ---
Today installed final 7.1.0 on both Ubuntu20.10 and Windows10. Problem happens.
Before installing in Linux I checked on version 7.0.4 and no issues, works like
a charm. So this is a regression in 7.1.0, it very frustrating/annoying to
press F2 and highlight and COPY instead of just COPY like previously.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 140135] Merged Cell Copy and Find issue

2021-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140135

--- Comment #4 from Getafix  ---
Also note: I'm talking about version 7.1.0.3 not 7.0.3.1 (as
mulla.tasa...@gmail.com)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 140135] Merged Cell Copy and Find issue

2021-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140135

--- Comment #3 from Getafix  ---
I'm doing exactly what I have been doing for 5+ years (choosing 2nd option),
when I copy the Merged cell and press CTRL+F (FIND), it doesnt paste what is in
the first cell only but all (eg: TEST is in all 4 cells, CTRL+F > CTRL+V should
paste only TEST and not TESTTESTTESTTEST, Note - am choosing the 2nd option,
have been doing so for many years now, hence noticed now in this new version)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 140135] Merged Cell Copy and Find issue

2021-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140135

--- Comment #2 from mulla.tasa...@gmail.com ---
and If you are choosing 2nd option, It will hide the contents of cells and will
show the result as TEST, but if you will copy and paste it will appear as TEST
TEST TEST TEST, as we are keeping the contents of hidden cells 

Version: 7.0.3.1 (x64)
Build ID: d7547858d014d4cf69878db179d326fc3483e082
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL

Version: 7.2.0.0.alpha0+ (x64)
Build ID: 761a672d62df1891b9f4f367a499b220ab2b33fa
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 140135] Merged Cell Copy and Find issue

2021-02-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140135

mulla.tasa...@gmail.com changed:

   What|Removed |Added

 CC||mulla.tasa...@gmail.com

--- Comment #1 from mulla.tasa...@gmail.com ---
Which option you are choosing for merge cells,

1.Move the contents of hidden cells in to first cell
2.Keep the contents of hidden cells
3.Empty the contents of hidden cells 

If you are choosing the first option then you will get result as
TESTTESTTESTTEST and if you are choosing third option, result will be TEST

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs