[Libreoffice-bugs] [Bug 106260] EDITING: Cannot copy URLs

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

Paul Trojahn  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |paul.troj...@gmail.com
   |desktop.org |
 Status|NEW |ASSIGNED

-- 
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 106260] EDITING: Cannot copy URLs

2018-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106260

--- Comment #12 from Noel Grandin  ---
I can confirm that the following commit is at fault, I built LO at that version
and the version before it.


https://cgit.freedesktop.org/libreoffice/core/commit/?id=139ca8f26419d4b3e4f478ef8ff7536176c54f1c
author  matteocam  2014-05-31 01:09:50
-0400
committer   Fridrich Štrba   2014-06-30
22:54:39 +0200

Added EE_CHAR_BKGCOLOR

-- 
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 106260] EDITING: Cannot copy URLs

2018-05-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106260

--- Comment #11 from Noel Grandin  ---
Unfortunately, reverting the thing Julien spotted in comment 7 doesn't help

-- 
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 106260] EDITING: Cannot copy URLs

2018-05-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106260

Julien Nabet  changed:

   What|Removed |Added

 CC|serval2...@yahoo.fr |

--- Comment #10 from Julien Nabet  ---
(In reply to Noel Grandin from comment #9)
> @Julien, if you want to debug this, set some breakpoints in dtrans/ and
> follow the code from there,

I added some traces on dtrans/cnttype/mcnttfactory.cxx in
CMimeContentTypeFactory ctr and when reproducing the bug, I noticed the trace
appeared many times.
I've already tried to debug this kind of bug and got lost each time in gdb.
Sorry, can't help here.
Anyway, thank you for your feedback! :-)

-- 
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 106260] EDITING: Cannot copy URLs

2018-05-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106260

--- Comment #9 from Noel Grandin  ---
@Julien, if you want to debug this, set some breakpoints in dtrans/ and follow
the code from there,

-- 
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 106260] EDITING: Cannot copy URLs

2018-05-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106260

--- Comment #8 from jose.ve...@urjc.es ---
Workaround
==

Copy and paste the hyperlink normally. 

Then, press the delete key (not the suppress key).

Finally press CTRL+Z

Your hyperlink will appear magically.

-- 
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 106260] EDITING: Cannot copy URLs

2018-05-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106260

Julien Nabet  changed:

   What|Removed |Added

 CC||noelgran...@gmail.com

--- Comment #7 from Julien Nabet  ---
Noel: I noticed SID_FIELD has been removed with
https://cgit.freedesktop.org/libreoffice/core/commit/?id=fa135fd0e05fc4ba784b4349d65f2e5ed26c0f55

In editeng/source/editeng/editdoc.cxx, aItemInfos contains EDITITEMCOUNT but is
initialized until EE_FEATURE_NOTCONV.
see
https://opengrok.libreoffice.org/xref/core/editeng/source/editeng/editdoc.cxx#161

EDITITEMCOUNT comes from
https://opengrok.libreoffice.org/xref/core/include/editeng/eeitem.hxx#137 which
contains:
131  #define EE_FEATURE_NOTCONV  (EE_ITEMS_START+53)
but also
132  #define EE_FEATURE_FIELD(EE_ITEMS_START+54)

Do you think it might trigger a problem here?

-- 
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 106260] EDITING: Cannot copy URLs

2018-05-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106260

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu

--- Comment #6 from Aron Budea  ---
For me this started earlier, between 4.3 and 4.4, from the following commit
(bibisected using repo bibisect-44max).

https://cgit.freedesktop.org/libreoffice/core/commit/?id=139ca8f26419d4b3e4f478ef8ff7536176c54f1c
author  matteocam  2014-05-31 01:09:50
-0400
committer   Fridrich Štrba   2014-06-30
22:54:39 +0200

Added EE_CHAR_BKGCOLOR

-- 
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 106260] EDITING: Cannot copy URLs

2018-05-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106260

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||bibisected, bisected,
   ||regression
 CC||markus.mohrhard@googlemail.
   ||com
   Hardware|x86-64 (AMD64)  |All
Version|5.3.0.3 release |5.2 all versions
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||5317,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||6386
 OS|Linux (All) |All

--- Comment #5 from Xisco Faulí  ---
Regression introduced by:

author  Markus Mohrhard 2016-04-10
05:51:19 +0200
committer   Markus Mohrhard    
2016-04-10 05:55:55 +0200
commit  be829fa15777b3b1a6727eee231c89894e7c425e (patch)
tree24dc7fa1287928f7e5e9e6dae8377b0bc6a8982d
parent  7b9a5e8124328da9d81aed58cf944c91560a7c07 (diff)
don't pool SvxFieldItem, tdf#92773
In documents with many different hyperlinks pooling them is incredibly
slow. I doubt that in most cases the hyperlinks are the same so let us
just not pool them.

Bisected with: bibisect-linux-64-5.2

Adding Cc: to Markus Mohrhard

-- 
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 106260] EDITING: Cannot copy URLs

2018-05-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106260

Xisco Faulí  changed:

   What|Removed |Added

 CC||kram...@web.de

--- Comment #4 from Xisco Faulí  ---
*** Bug 117380 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 106260] EDITING: Cannot copy URLs

2018-05-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106260

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
Version|6.0.3.2 release |5.3.0.3 release

-- 
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 106260] EDITING: Cannot copy URLs

2018-05-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106260

jose.ve...@urjc.es changed:

   What|Removed |Added

Version|5.3.0.3 release |6.0.3.2 release

-- 
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 106260] EDITING: Cannot copy URLs

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

--- Comment #3 from Frank Winklmeier  ---
Bug still present in:

Version: 6.0.2.1
Build ID: 1:6.0.2~rc1-0ubuntu0.16.04.1~lo1
CPU threads: 4; OS: Linux 4.13; UI render: default; VCL: gtk2; 
Locale: en-US (en_US.UTF-8); Calc: group

-- 
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 106260] EDITING: Cannot copy URLs

2018-03-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106260

--- Comment #2 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 106260] EDITING: Cannot copy URLs

2017-03-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106260

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||serval2...@yahoo.fr
 Ever confirmed|0   |1

--- Comment #1 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I could reproduce this.

I noticed this on console:
warn:vcl:8495:1:vcl/source/window/mouse.cxx:470: Window::ReleaseMouse(): window
doesn't have the mouse capture
warn:svx:8495:1:svtools/source/control/valueacc.cxx:667: Calling disposed
object. Throwing exception:
warn:svx:8495:1:svtools/source/control/valueacc.cxx:667: Calling disposed
object. Throwing exception:
warn:svx:8495:1:svx/source/accessibility/AccessibleTextHelper.cxx:1437:
Unhandled exception.
warn:svx:8495:1:svx/source/accessibility/AccessibleTextHelper.cxx:1437:
Unhandled exception.

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