[Libreoffice-bugs] [Bug 108318] Copying a hyperlink into a textbox messes up its frame target

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

Justin L  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |jl...@mail.com
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #13 from Justin L  ---
It is necessary to export "Target" to RTF, so that LO can import it back in
again, since the clipboard is reusing the normal full document RTF export in
sw/source/filter/ww8/rtfattributeoutput.cxx
RtfAttributeOutput::StartURL

This code runs as PASTE time - generating the RTF export on demand.

I don't think that MS Word imports the target though - so it is probably a LO
embellishment of the RTF standard.

Things like firefox and kate don't use clipboard RTF, but use
sw/source/uibase/dochdl/swdtflvr.cxx:796: SWTRANSFER_OBJECTTYPE_STRING

BUT - we can avoid the target by checking IsClipboard...
https://gerrit.libreoffice.org/c/core/+/158744


Alternatively, the target could be stripped out during clipboard import, with
https://gerrit.libreoffice.org/c/core/+/158743

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

[Libreoffice-bugs] [Bug 108318] Copying a hyperlink into a textbox messes up its frame target

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

--- Comment #12 from Justin L  ---
P.S. The same problem is seen pasting this into Calc/Draw/Impress, since they
all use EditRTFParser::ReadField(). 

The clipboard is imported as an RTF field, with
aFldInst[HYPERLINK "https://de.wikipedia.org/wiki/LibreOffice; \t "_top" ]
aFldRslt[https://de.wikipedia.org/wiki/LibreOffice]


It is passed to the clipboard as RTF text, so it should be in the format
something like 
{\field{\*\fldinst HYPERLINK "http://www.google.com/"}{\fldrslt Google}}
where the field result is the visible text.

I don't see anywhere in the specification where it indicates that other flags
can be attached to it for formatting purposes.

However, we do have flags specified for Word's fields.
17.16.5.25 HYPERLINKSyntax: HYPERLINK field-argument [ switches ]

\l field-argument
text in this switch's field-argument specifies a location in the file, such as
a bookmark, where this hyperlink jumps.

\m Appends coordinates to a hyperlink for a server-side image map.

\n Causes the destination site to be opened in a new web browser window.

\o field-argument text in this switch's field-argument specifies the ScreenTip
text for the hyperlink.

\t field-argument text in this switch's field-argument specifies the target to
which the link should be redirected. Use this switch to link from a frames page
to a page that you want to appear outside of the frames page. The permitted
values for text are:
 _top, whole page (the default)
 _self, same frame
 _blank, new web browser window
 _parent, parent frame


So the question is, do we have an RTF import problem (need to strip the
switches), or is it an export-to-clipboard problem in Writer (where it should
not include the switches in RTF's HYPERLINK)?

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

[Libreoffice-bugs] [Bug 108318] Copying a hyperlink into a textbox messes up its frame target

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

Justin L  changed:

   What|Removed |Added

Version|3.6.7.2 release |Inherited From OOo
   Hardware|x86-64 (AMD64)  |All
 OS|Linux (All) |All

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

[Libreoffice-bugs] [Bug 108318] Copying a hyperlink into a textbox messes up its frame target

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

Justin L  changed:

   What|Removed |Added

 CC||jl...@mail.com

--- Comment #11 from Justin L  ---
Created attachment 190519
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190519=edit
108318_copyHyperlink.odt: repro 24.2+

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

[Libreoffice-bugs] [Bug 108318] Copying a hyperlink into a textbox messes up its frame target

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

--- Comment #10 from QA Administrators  ---
Dear Bernd Brinker,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 108318] Copying a hyperlink into a textbox messes up its frame target

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

--- Comment #9 from QA Administrators  ---
Dear Bernd Brinker,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
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 108318] Copying a hyperlink into a textbox messes up its frame target

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

Buovjaga  changed:

   What|Removed |Added

Summary|copying an Hyperlink in a   |Copying a hyperlink into a
   |Textbox |textbox messes up its frame
   ||target

--- Comment #8 from Buovjaga  ---
Still repro, URL becomes of the form http://www.google.com/; \t "_blank

Arch Linux 64-bit
Version: 6.3.0.0.alpha0+
Build ID: 8fbad2f600cd3ab81e7c1da0e4a2a71ebcac0553
CPU threads: 8; OS: Linux 4.20; UI render: default; VCL: gtk3; 
Locale: fi-FI (fi_FI.UTF-8); UI-Language: en-US
Calc: threaded
Built on 31 January 2019

-- 
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 108318] copying an Hyperlink in a Textbox

2019-02-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108318

--- Comment #7 from mattia.b89  ---
Cannot reproduce the issue, in:

Version: 6.1.4.2
Build ID: 6.1.4-4
CPU threads: 4; OS: Linux 4.20; UI render: default; VCL: gtk3; 
Locale: it-IT (en_GB.UTF-8); Calc: group threaded

-- 
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 108318] copying an Hyperlink in a Textbox

2018-10-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108318

--- Comment #6 from QA Administrators  ---
** Please read this message in its entirety before responding **

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

-- 
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 108318] copying an Hyperlink in a Textbox

2017-10-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108318

--- Comment #3 from Xisco Faulí  ---
*** Bug 112964 has been marked as a duplicate of this bug. ***

-- 
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 108318] copying an Hyperlink in a Textbox

2017-10-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108318

--- Comment #5 from Xisco Faulí  ---
*** Bug 112962 has been marked as a duplicate of this bug. ***

-- 
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 108318] copying an Hyperlink in a Textbox

2017-10-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108318

--- Comment #4 from Xisco Faulí  ---
*** Bug 112963 has been marked as a duplicate of this bug. ***

-- 
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 108318] copying an Hyperlink in a Textbox

2017-10-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108318

--- Comment #2 from Xisco Faulí  ---
*** Bug 112965 has been marked as a duplicate of this bug. ***

-- 
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 108318] copying an Hyperlink in a Textbox

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

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
Version|5.3.2.2 release |3.6.7.2 release
 Ever confirmed|0   |1
   Severity|normal  |minor

--- Comment #1 from Buovjaga  ---
Reproduced.

_blank goes to the Frame field, not any nonexistent "destination".

Arch Linux 64-bit, KDE Plasma 5
Version: 5.5.0.0.alpha0+
Build ID: 2802dca10eef67554a81cb2347d5f648fa6fcd63
CPU threads: 8; OS: Linux 4.11; UI render: default; VCL: kde4; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group
Built on June 10th 2017

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