[Libreoffice-bugs] [Bug 133870] Page wrap and anchoring changes copy/paste using Windows clipboard (since 6.4)

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

Aron Budea  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||7714

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

[Libreoffice-bugs] [Bug 133870] Page wrap and anchoring changes copy/paste using Windows clipboard (since 6.4)

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

--- Comment #9 from Commit Notification 
 ---
Mike Kaganski committed a patch related to this issue.
It has been pushed to "libreoffice-7-6":

https://git.libreoffice.org/core/commit/b651051fce541ef5f8375154889922488189a4be

tdf#133870: read OBJECTDESCRIPTOR from clipboard

It will be available in 7.6.3.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

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

[Libreoffice-bugs] [Bug 133870] Page wrap and anchoring changes copy/paste using Windows clipboard (since 6.4)

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:24.2.0   |target:24.2.0 target:7.6.3

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

[Libreoffice-bugs] [Bug 133870] Page wrap and anchoring changes copy/paste using Windows clipboard (since 6.4)

2023-10-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133870

Mike Kaganski  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

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

[Libreoffice-bugs] [Bug 133870] Page wrap and anchoring changes copy/paste using Windows clipboard (since 6.4)

2023-10-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133870

--- Comment #8 from Commit Notification 
 ---
Mike Kaganski committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/3191b322b59cab22ec4c67c0d83520ff577f7ae8

tdf#133870: read OBJECTDESCRIPTOR from clipboard

It will be available in 24.2.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

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

[Libreoffice-bugs] [Bug 133870] Page wrap and anchoring changes copy/paste using Windows clipboard (since 6.4)

2023-10-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133870

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:24.2.0

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

[Libreoffice-bugs] [Bug 133870] Page wrap and anchoring changes copy/paste using Windows clipboard (since 6.4)

2023-10-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133870

Mike Kaganski  changed:

   What|Removed |Added

   Priority|medium  |lowest
   Severity|normal  |minor

--- Comment #7 from Mike Kaganski  ---
Commit 8ad0c29f56e5069a3679560d404b603332dcf38a dealt with a similar case -
except for step 4 in the original STR.

In SwTransferable::SelectPasteFormat, that was introduced there, the check for
TransferableObjectDescriptor's class name would only succeed when the
descriptor was created in this instance of the program. It is not read from the
clipboard, so not populated when the paste comes from another instance.

It is of lowest possible priority - because it's absolutely artificial case to
change the instances on the same system between a copy and a paste. But the fix
would be to read the data from the clipboard there.

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

[Libreoffice-bugs] [Bug 133870] Page wrap and anchoring changes copy/paste using Windows clipboard (since 6.4)

2023-10-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133870

--- Comment #6 from Aron Budea  ---
(In reply to Mike Kaganski from comment #5)
> (In reply to Aron Budea from comment #4)
> > Interestingly regular RTF paste doesn't even copy the shape.
> 
> I suppose that you confused RTF paste (which does copy the shape), and HTML
> (that doesn't).
No, RTF paste doesn't paste the shape for me.

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

[Libreoffice-bugs] [Bug 133870] Page wrap and anchoring changes copy/paste using Windows clipboard (since 6.4)

2023-10-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133870

--- Comment #5 from Mike Kaganski  ---
(In reply to Telesto from comment #1)
> Bisected to
> commit e9e6d4b058e13165f3dde1ca7822eec97dfe8aa7 (patch)
> tdf#116685: Make the RICHTEXT take precedence over EMBED_SOURCE.

So it is the change that made RTF paste preferred; before that, the sequence
from STR preferred Star Embed Source (XML). Pasting RTF had the same problem
before the patch. Pasting Star Embed Source (XML) still works. Likely some
additional analysis is needed to decide.

(In reply to Aron Budea from comment #4)
> Interestingly regular RTF paste doesn't even copy the shape.

I suppose that you confused RTF paste (which does copy the shape), and HTML
(that doesn't).

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

[Libreoffice-bugs] [Bug 133870] Page wrap and anchoring changes copy/paste using Windows clipboard (since 6.4)

2023-10-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133870

Timur  changed:

   What|Removed |Added

  Regression By||Jan Holesovsky

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

[Libreoffice-bugs] [Bug 133870] Page wrap and anchoring changes copy/paste using Windows clipboard (since 6.4)

2021-11-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133870

--- Comment #4 from Aron Budea  ---
Interestingly regular RTF paste doesn't even copy the shape.

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

[Libreoffice-bugs] [Bug 133870] Page wrap and anchoring changes copy/paste using Windows clipboard (since 6.4)

2020-08-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133870

Aron Budea  changed:

   What|Removed |Added

 Blocks||87740, 108843


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=87740
[Bug 87740] [META] Anchor and text wrapping bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=108843
[Bug 108843] [META] Clipboard bugs and enhancements
-- 
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 133870] Page wrap and anchoring changes copy/paste using Windows clipboard (since 6.4)

2020-08-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133870

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||6685

-- 
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 133870] Page wrap and anchoring changes copy/paste using Windows clipboard (since 6.4)

2020-06-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133870

Timur  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

-- 
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 133870] Page wrap and anchoring changes copy/paste using Windows clipboard (since 6.4)

2020-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133870

Telesto  changed:

   What|Removed |Added

 CC||mikekagan...@hotmail.com

--- Comment #3 from Telesto  ---
@Mike
Could this explain bug 133668

-- 
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 133870] Page wrap and anchoring changes copy/paste using Windows clipboard (since 6.4)

2020-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133870

Telesto  changed:

   What|Removed |Added

 CC||gti...@gmail.com

--- Comment #2 from Telesto  ---
@Timur
Only to remember.. not all the copy/paste issue are 'old'.. some issue recently
reported can also be caused - worsened - by this

-- 
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 133870] Page wrap and anchoring changes copy/paste using Windows clipboard (since 6.4)

2020-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133870

Telesto  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=13
   ||2874

-- 
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 133870] Page wrap and anchoring changes copy/paste using Windows clipboard (since 6.4)

2020-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133870

Telesto  changed:

   What|Removed |Added

   Keywords||bibisected, bisected,
   ||regression

-- 
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 133870] Page wrap and anchoring changes copy/paste using Windows clipboard (since 6.4)

2020-06-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133870

--- Comment #1 from Telesto  ---
Created attachment 161851
  --> https://bugs.documentfoundation.org/attachment.cgi?id=161851=edit
Bibisect log

Bisected to
author  Jan Holesovsky 2019-09-26 13:35:55 +0200
committer   Jan Holesovsky 2019-09-27 09:54:06
+0200
commit  e9e6d4b058e13165f3dde1ca7822eec97dfe8aa7 (patch)
treedea7babee79d1acbf34ab8e81fed5aa355cf060b
parent  ffa97dfc53ef902fe478f264c51989bd4c4434d1 (diff)
tdf#116685: Make the RICHTEXT take precedence over EMBED_SOURCE.
Before this patch, copy in Calc, Paste in Writer produced an embedded
sheet.  I suspect is it not what the people usually want; working with
the embedded sheets in Writer is non-intuitive, I suspect people will be
happier with a normal table which they can style etc. appropriately.

OTOH - this is a general change, so it might have some unwanted
side-effects; let's see what if we get bugreports :-)

tdf#127673 was related; but in my view, we shouldn't create the embedded
objects in the first place.

https://cgit.freedesktop.org/libreoffice/core/commit/?id=e9e6d4b058e13165f3dde1ca7822eec97dfe8aa7

-- 
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