[Libreoffice-bugs] [Bug 108612] FORMATTING Comment boxes: dimensions and position lost at copy

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Jul 5 16:19:06 UTC 2017


https://bugs.documentfoundation.org/show_bug.cgi?id=108612

--- Comment #15 from Buovjaga <todventtu at suomi24.fi> ---
Stefan: if you would like to try what result you get (as I had different
symptoms):

Install gdb
Launch LibreOffice from the commandline with
SAL_NO_MOUSEGRABS=1 ./soffice
That way your mouse clicks will not be hijacked.

Then attach gdb to LibreOffice:
sudo gdb --pid `pgrep soffice`

Press enter when it asks. When you see the (gdb) prompt, give the command
break documen2.cxx:385

Then give the command: c

Then start doing the reproduction steps in LibreOffice. Use c in gdb to
continue until before you have copied A10 to clipboard. When it breaks the next
time, give the command n (for next) like in my previous comment. Then you can
show us your results.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170705/0785380c/attachment.html>


More information about the Libreoffice-bugs mailing list