[Libreoffice-bugs] [Bug 115399] New: Data race in typelib_typedescription_register

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

Bug ID: 115399
   Summary: Data race in typelib_typedescription_register
   Product: LibreOffice
   Version: 4.1.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: sdk
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: str...@sb-software.de

cppu/source/typelibtypelib.cxx, typelib_typedescription_register contains a
data race that might cause crashes.

In short: typelib_typedescription_register replaces members of already stored
type descriptions without synchronizing with other threads that might currently
use those members.

Crash scenario is as follows:
* thread A is processing an IPC call involving an out parameter with struct
type (the type description for this struct's bComplete member is 0 up to now)
** thread A is copying the C++ out parameter to the BinaryAny objects for
transferring it via IPC, and calls _copyConstructStruct (copy.hxx)
** _copyConstructStruct copies member per member, using the type description's
pMemberOffsets and ppTypeRefs member attributes

* at the same time thread B also needs this struct type for its work, and tries
to complete the struct type description (complete(...) in typelib.cxx).
** after completing the type description, the completed description is
registered via typelib_typedescription_register
** typelib_typedescription_register notices that the new description is
complete, but the previously stored was not -> it calls
typelib_typedescription_destructExtendedMembers(...) on the old, stored
typedescription
** typelib_typedescription_destructExtendedMembers(...) deletes the memory used
for the pMemberOffsets and ppTypeRefs members (while they are in use by thread
A)
** typelib_typedescription_register replaces the members in the stored struct
with those from the new struct

Depending on the timing, thread A accesses already freed memory (no crash), or
sees already different data at the pMemberOffset/ppTypeRefs pointers. The
latter case happened for me, pMemberOffsets[0] was 0 and pMemberOffsets[1] was
0, ie. have already been reused for something else.
My struct contained a long and a type member, and the code crashed since it
wanted to copy the type member at offset 0, which contained a 1 -> access to
memory 0x1 instead of just copying the 1 as long value.


The issue seems to be present in libreoffice 6.0.0.3 (at least from looking at
the typelib code), I found the issue in libreoffice 4.1.4.2

-- 
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 113944] [META] Options dialog's Writer settings bugs and enhancements

2018-02-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113944
Bug 113944 depends on bug 114340, which changed state.

Bug 114340 Summary: Document's name needs improvement in 'Compatibility' tab
https://bugs.documentfoundation.org/show_bug.cgi?id=114340

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

-- 
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 115403] MSI installer ADDLOCAL=ALL does not set all features

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

--- Comment #2 from Jan Jurkus  ---
Ugh, I'm talking out of my ass in the previous comment.

As I have set UI_LANGS=en-US_en-GB_nl, NOT UI_LANGS="" will be true. The last
part will evaluate as true, whereas in 5.4.4 this would evaluate as false.

So I think it should be this:
SelectLanguage  NOT Installed And (ADDLOCAL="" Or UI_LANGS="")

You do not have to select the language if specified on the commandline via
ADDLOCAL or via UI_LANGS.

-- 
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 115349] Conditional Formatting is completely lost on save to XLS format FILESAVE FILEOPEN FORMATTING

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

--- Comment #6 from C Hemingway  ---
Thank you for your prompt attention in this matter.  If you need any further
testing, I'll be happy to do so for you.  Just let me know when the change is
committed.

-- 
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 115349] Conditional Formatting is completely lost on save to XLS format FILESAVE FILEOPEN FORMATTING

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

--- Comment #7 from C Hemingway  ---
For reference, the files generated from LibreOffice Still Portable 4.4.7.2 with
conditional formatting are being opened on Mac Office 2004 (maybe 2008).  That
is why I have to use xls format instead of xlsx.  The xlsx format is opens, but
is not editable according to the staff.  It may even be a PPC Mac.

-- 
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 115402] New: Crash in: SwViewShell::GetPostItMgr()

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

Bug ID: 115402
   Summary: Crash in: SwViewShell::GetPostItMgr()
   Product: LibreOffice
   Version: 6.0.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jf.per...@laposte.net

This bug was filed from the crash reporting server and is
br-89a6e9de-8f7c-4c56-8462-c10cc01bfbf1.
=
Hello,
Feshly updated to LO 6.0.0.3 from the last 5.4 available. LO crashes when I try
to print. Writer re-booted after a prompt and suggesting to restore my file in
the standard way. The bug occured as soon as I clicked on "Print" button in
LO's menu AND when I typed Ctrl+P. Bug was reproduced when trying to print a
blank page just after booting the program, not coming from a saved file. After
several times, my doc ended up printing (I don't know what I did, just
insisting I guess). First attempt: half the page only was printed. Second
attempt: all of the page was printed, but it took a while. No printing problem
in a couple of other programs I tested. PDF exporting works juste fine in
Writer.
Thanks, JF

-- 
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 91130] Smaller default font name list

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

--- Comment #10 from Ole Tange  ---
Created attachment 139530
  --> https://bugs.documentfoundation.org/attachment.cgi?id=139530=edit
Drop down with substring search

Mockup of what a fontselector could look like.

The text field is for entering substrings, that will dynamically filter the
list. The substrings can be positive (must contain) or negative (cannot
contain).

In this example the font names must contain the substrings 'igh' and 's', but
cannot contain 'old'.

The first column is for fonts used in the current documents.

The goals have been:

* To make it easy to select fonts already used in the document.
* To avoid scrolling when there are many fonts - both by presenting many fonts
and by dynamically filtering by substring. On my system the system
administrator decides which fonts are on the system - not me.

It is fairly backwards compatible: If you write the full font name it will
still match as substring.

-- 
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 115398] Request for an enhancement or adding new handy feature in Writer.

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

Dieter Praas  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=81
   ||328

-- 
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 81328] Feature request: Show font-size preview while change font size

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

Dieter Praas  changed:

   What|Removed |Added

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

-- 
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 115396] Font Carlito not recognized

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

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||caol...@redhat.com,
   ||serval2...@yahoo.fr
 Ever confirmed|0   |1

--- Comment #1 from Julien Nabet  ---
Caolán: noticing 
https://cgit.freedesktop.org/libreoffice/core/commit/?id=bde5e683286096b9255254b28a862e519d57f547
thought you might be interested in this one.
When uncompressing
c74b7223abe75949b4af367942d96c7a-crosextrafonts-carlito-20130920.tar.gz, I got
640 instead of 644 like other fonts. Would it be possible to put the same
rights for these files in the tar.gz?
I don't have write access to server.
(btw, don't know if it would change the md5 or if this one depends only of the
content of the file).

-- 
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 100243] System freezes when attempting to print while OpenGL is enabled

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

--- Comment #20 from Commit Notification 
 ---
Julien Nabet committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=ecaabbf527f6f6207ce1ca8924708d23e6db45f5

Related tdf#100243: blacklist Intel HD Graphics 630 for non minimal version

It will be available in 6.1.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100243] System freezes when attempting to print while OpenGL is enabled

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.1.0

-- 
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 115284] Shortcut and behaviour of fullscreen mode on Mac

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

--- Comment #9 from Yousuf Philips (jay)  ---
(In reply to Tor Lillqvist from comment #8)
> How is that different from maximising the window (double-clicking the title
> bar)?

Maximizing by double-clicking the title bar doesnt hide the application dock at
the bottom if its set to always appear and in some apps, maximizing doesnt
extend the left and right sides of the window to extend to the edges of the
screen, if they arent already touching the edges.

-- 
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 115401] Lines are not printing in Calc

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

--- Comment #2 from Metiu  ---
Created attachment 139527
  --> https://bugs.documentfoundation.org/attachment.cgi?id=139527=edit
printed from 6.0 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 115403] MSI installer ADDLOCAL=ALL does not set all features

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

--- Comment #1 from Jan Jurkus  ---
I have compared the InstallExecuteSequence table in the msi file for 5.4.4 and
6.0.0

5.4.4 (working)
SelectLanguage  NOT Installed And ADDLOCAL=""

6.0.0 (not working)
SelectLanguage  NOT Installed And (ADDLOCAL="" Or NOT UI_LANGS="")

Maybe the one in 6.0.0 needs a couple of extra brackets so the first NOT is
acting on the entire expression?

-- 
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 115401] New: Lines are not printing in Calc

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

Bug ID: 115401
   Summary: Lines are not printing in Calc
   Product: LibreOffice
   Version: 6.0.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mateusz.kande...@gmail.com

Description:
Hello

I've found some strange bug. I've created long time ago file in which I fill
some cells are create a "documentation list". It's very simple - just some
merged cells with borders. Till version 5.4.4 everything was fine, but since
6.0.0 some borders are missing.

I have to return to older version.

I attach source file with two PDFs (01_6.0 - print from 6.0 version // 02_5.4.4
- the same file printed in 5.4.4 version). In all the files I had to delete or
hide some data that I can't make public.

best regards
Mateusz

Steps to Reproduce:
1.Just print source file
2.
3.

Actual Results:  
You can see in "01_6.0.pdf" file - some borders are missing.

Expected Results:
You can see in "02_5.4.4.pdf" file - all borders are there.


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101
Firefox/58.0

-- 
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 115401] Lines are not printing in Calc

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

--- Comment #1 from Metiu  ---
Created attachment 139526
  --> https://bugs.documentfoundation.org/attachment.cgi?id=139526=edit
original file

-- 
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 115401] Lines are not printing in Calc

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

--- Comment #3 from Metiu  ---
Created attachment 139528
  --> https://bugs.documentfoundation.org/attachment.cgi?id=139528=edit
printed from 5.4.4 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 115403] New: MSI installer ADDLOCAL=ALL does not set all features

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

Bug ID: 115403
   Summary: MSI installer ADDLOCAL=ALL does not set all features
   Product: LibreOffice
   Version: 6.0.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Installation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: i...@gcecad-service.nl

Created attachment 139529
  --> https://bugs.documentfoundation.org/attachment.cgi?id=139529=edit
msi verbose logfile

Installing LO with the msi installer somehow does not set all features to local
with the ADDLOCAL=ALL parameter.

This was working in 5.4.4 but has changed with 6.0.0
I'm installing three UI languages and four dictionaries.
UI_LANGS=en-US_en-GB_nl also does not seem to be accepted, because only the
en-US langpack is installed.

I have included the verbose installation log. As an example, these features are
not in the REMOVE parameter and should be installed:
gm_Langpack_r_nl
gm_r_ex_Dictionary_Nl
(search for these terms in the msi logfile and you will hopefully see what I
mean)

This looks to be the same error as in
https://bugs.documentfoundation.org/show_bug.cgi?id=100929

-- 
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 115401] Lines are not printing in Calc

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

Telesto  changed:

   What|Removed |Added

 CC||tele...@surfxs.nl

--- Comment #4 from Telesto  ---
There was some borderline rework done (bug 114934) with quite a few
regressions. It should be fixed with: 6.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 115400] Toolbar background is white despite using dark high-contrast theme

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

--- Comment #1 from Jernej Simončič  ---
Created attachment 139525
  --> https://bugs.documentfoundation.org/attachment.cgi?id=139525=edit
Screenshot of the problem

-- 
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 115400] New: Toolbar background is white despite using dark high-contrast theme

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

Bug ID: 115400
   Summary: Toolbar background is white despite using dark
high-contrast theme
   Product: LibreOffice
   Version: 6.0.0.3 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jernej+s-lib...@eternallybored.org

Description:
I just upgraded to LibreOffice 6.0.0.3, and now toolbar backgrounds are white
instead of following the Windows hight contrast theme (and I haven't been able
to find any way to change this in the settings).

Steps to Reproduce:
1. set Windows to dark high-contrast theme
2. run any of the LibreOffice programs


Actual Results:  
Toolbar background is white

Expected Results:
Toolbar background uses theme colour


Reproducible: Always


User Profile Reset: No



Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/64.0.3282.121 Safari/537.36 Vivaldi/1.95.1077.41

-- 
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 115402] Crash in: SwViewShell::GetPostItMgr()

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

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||xiscofa...@libreoffice.org
 Resolution|--- |DUPLICATE

--- Comment #1 from Xisco Faulí  ---
Hello,
Thanks for reporting the issue.
This a duplicate of bug 115221 and it will be fixed in LibreOffice 6.0.1

*** This bug has been marked as a duplicate of bug 115221 ***

-- 
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 115221] PRINTING: CRASH immediately after choosing comment (+doc) printing in the print dialog

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

Xisco Faulí  changed:

   What|Removed |Added

 CC||jf.per...@laposte.net

--- Comment #21 from Xisco Faulí  ---
*** Bug 115402 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 115396] Font Carlito not recognized

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

Julien Nabet  changed:

   What|Removed |Added

Summary|Font Carlito not recocnized |Font Carlito not recognized

-- 
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 114162] [META] EPUB export bugs and enhancements

2018-02-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114162
Bug 114162 depends on bug 115019, which changed state.

Bug 115019 Summary: Support EPUB 3.1
https://bugs.documentfoundation.org/show_bug.cgi?id=115019

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INSUFFICIENTDATA

-- 
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 115019] Support EPUB 3.1

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

Volga  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INSUFFICIENTDATA

--- Comment #3 from Volga  ---
So I decided to close this in favor of bug 115406.

-- 
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 115405] Failure to launch Libreoffice 6 after installation

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

--- Comment #4 from Mike Kaganski  ---
When you first installed version 6, did it offer you to install VS Redist after
main installation had finished? (It might had asked you for admin permission,
if you have UAC enabled).

-- 
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 115380] Some slides and slide thumbnails are covered with colored speckles

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

--- Comment #6 from David F Smith  ---
The Intel driver yesterday, when I first reported the problem, was
23.20.16.4849 (27-Oct-2017).  I went through the steps to manually update the
driver (download and extract zip file, do Driver Update, select igdlh64.inf),
but the result was that the newest driver (15.60.2.4901) was not installed. 
Instead the new driver is 23.20.16.4901 (21-Dec-2017).  I don't understand
that, unless the 4901 at the end of each implies that it really is the newest.

I started Impress and enabled OpenGL rendering, and the result was the same:
several thumbnails and a couple of slides were covered with speckles, and
unless my memory is faulty, it was exactly the same thumbnails and slides as
before the driver update, not a random assortment.

In any event, I'm attaching a zip file containing information from before and
after the driver update:
opengl_device.log
System Information.nfo file (result of System Information run)
Installed Drivers (from above, for convenience, because it's a long line)
Driver (ditto)
Driver properties box (after only)

I really appreciate your help in figuring this out.

-- 
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 114162] [META] EPUB export bugs and enhancements

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

Aron Budea  changed:

   What|Removed |Added

 Depends on||115406


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=115406
[Bug 115406] Support EPUB 3.0.2
-- 
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 115380] Some slides and slide thumbnails are covered with colored speckles

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

--- Comment #7 from David F Smith  ---
For what it's worth, I enabled OpenGL rendering in LibreOffice 5.3.7.2 on my
laptop (Windows 10 Home, Intel HD 515) and opened the same presentation files. 
No speckles seen.  That proves nothing except maybe that there are no actual
problems in the presentation files themselves.

-- 
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 45904] move java based api tests to c++

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

--- Comment #107 from Commit Notification 
 ---
Jens Carl committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=4a8856dad808e0ae8b6f4efc49edcee0b0678a37

tdf#45904 Move _SheetCellRanges Java tests to C++

It will be available in 6.1.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 115339] Don't allow clicking on menu parent items

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

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||ba...@caesar.elte.hu
 Ever confirmed|0   |1

--- Comment #1 from Aron Budea  ---
Yes, confirmed.

-- 
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 115413] New: New versions of libreoffice are installed with previous versions of libreoffice (libraries and files)

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

Bug ID: 115413
   Summary: New versions of libreoffice are installed with
previous versions of libreoffice (libraries and files)
   Product: LibreOffice
   Version: 6.0.0.3 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: cama73...@tutanota.com

Description:
When install via  sudo dpkg -i *.deb, libreoffice is installed with previous
versions still active. The libraries libobasis* and files of libreoffice* are
not uninstalled/removed.

Steps to Reproduce:
Problem per se there is not, after install the version runs slow (when old
version is still active)
1.tar -xzvf LibreOffice_6.0.0_Linux_x86-64_deb.tar.gz
2. sudo dpkg -i *.deb
3. execute libreoffice 6.0 as usual 

Actual Results:  
libreoffice 6.0 is installed along with previous versions

Expected Results:
libreoffice 6.0 runs slow


Reproducible: Always


User Profile Reset: No



Additional Info:
Uninstall all previous versions, like i did manually, then version 6.0 runs
fast.


User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:56.0) Gecko/20100101
Firefox/56.0.3 Waterfox/56.0.3

-- 
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 115405] Failure to launch Libreoffice 6 after installation

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

Surya Sunder Dey  changed:

   What|Removed |Added

 CC||suryasun...@gmail.com

--- Comment #1 from Surya Sunder Dey  ---
Created attachment 139532
  --> https://bugs.documentfoundation.org/attachment.cgi?id=139532=edit
Just a JPG Screenshot

-- 
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 115405] Failure to launch Libreoffice 6 after installation

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

--- Comment #2 from Timur  ---
Looks like an issue with your Windows that would be NotOurBug. 
Please check for usual Windows repair solution.

-- 
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 115142] When an image is bigger than the slide impress shrinks it to the size of the slide

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

elfriedo_20002...@yahoo.de changed:

   What|Removed |Added

 CC||elfriedo_20002...@yahoo.de
Version|5.4.4.2 release |5.4.4.1 rc

--- Comment #5 from elfriedo_20002...@yahoo.de ---
I went through the LibreOffice versions in
https://downloadarchive.documentfoundation.org/libreoffice/old/ and found that
5.4.4.1 was the earliest affected (Mac x86-64).

-- 
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 108580] Cannot run LibreOffice, api-ms-win-crt-runtime-l1-1-0.dll is missing ( for local solution see comment 7)

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

Aron Budea  changed:

   What|Removed |Added

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

-- 
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 115408] New: LibreOffice 6 writer crashes if you try to sent document

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

Bug ID: 115408
   Summary: LibreOffice 6 writer crashes if you try to sent
document
   Product: LibreOffice
   Version: 6.0.0.3 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: u.fu...@yahoo.de

Description:
LibreOffice 6 writer crashes after a short freeze if you try to sent document.

Steps to Reproduce:
1. Create a document with writer (I use the version from TDFoundation)
2. go to file -> send (Datei -> Senden)
3. LO freezes a few seconds then crashes 

(Standard e-mail client is thunderbird)

Actual Results:  
nothig, could restart LO

Expected Results:
LO must not crash!


Reproducible: Always


User Profile Reset: No



Additional Info:
[Information automatically included from LibreOffice]
Locale: de
Module: TextDocument
[Information guessed from browser]
OS: Linux (All)
OS is 64bit: no



User-Agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like
Gecko) Ubuntu Chromium/64.0.3282.119 Chrome/64.0.3282.119 Safari/537.36

-- 
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 115268] FILEOPEN - Writer 6 crash opening MS office files if app not already open

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

--- Comment #24 from Mike  ---
Following observation is maybe interesting:

If I open this README.WRI, Writer suggests the charmap "Western Europe
(Windows-1252/WinLatin 1)" If I click okay, it crashes.

If I choose the charmap like "International (DOS/OS2-500), Writer won't crash.
(Okay, now is the text no readable anymore. But at least Writer did not crash)

May it helps?

Some reports:

crashreport.libreoffice.org/stats/crash_details/89eb8862-dcfd-4671-b60c-f3d05fb18280

crashreport.libreoffice.org/stats/crash_details/4c96def6-9d08-418f-834c-22e2e7b2bb81

-- 
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 115405] New: Failure to launch Libreoffice 6 after installation

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

Bug ID: 115405
   Summary: Failure to launch Libreoffice 6 after installation
   Product: LibreOffice
   Version: 6.0.0.3 release
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: suryasun...@gmail.com

Description:
When I double clicked icon on the desktop after installing LibreOffice 6 from
the MSI, I was shown an error message that said "The program can't start
because api-ms-win-core-synch-l1-2-0.dll is missing from your computer. Try
reinstalling the program to fix this problem." So, I tried to reinstall the
program and this time tried the "REPAIR" option. But the problem persists. What
am I doing wrong?

Steps to Reproduce:
1.Double Click on the icon on the desktop
2. There is the error message on your desktop
3.

Actual Results:  
An error message was shown that said "The program can't start because
api-ms-win-core-synch-|1-2-0.dll is missing from your computer. Try
reinstalling the program to fix this problem.

Expected Results:
The Libreoffice should have started.


Reproducible: Always


User Profile Reset: No



Additional Info:
The OS is Windows 7. Libreoffice 5.4 was already installed when Libreoffice 6
was installed. Actually LO 6 setup overwrote the components onto LO 5.4. I
earlier saw this problem with LO 5.0 which was rectified in the latter
releases.

Please


User-Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko)
Chrome/63.0.3239.132 Safari/537.36 OPR/50.0.2762.67

-- 
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 115409] New: 'rehearse timings' resolution insufficient

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

Bug ID: 115409
   Summary: 'rehearse timings' resolution insufficient
   Product: LibreOffice
   Version: 3.3.0 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rob...@pansmanse.co.uk

Description:
'Rehearse Timings' truncates  times to the nearest second. This is
insufficient, for example when co-ordinating slides to music.
Affects all versions, all systems, all hardware.

Steps to Reproduce:
1.Impress-Slide_Show-Rehearse_Timings
2.Timer advances and time is recorded in integer seconds.


Actual Results:  
timings are truncated, and errors are cumulative

Expected Results:
easy matter to make timing resolution 1/10 or 1/100 s.


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:


User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:58.0) Gecko/20100101
Firefox/58.0

-- 
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 115380] Some slides and slide thumbnails are covered with colored speckles

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

V Stuart Foote  changed:

   What|Removed |Added

   Hardware|x86 (IA32)  |x86-64 (AMD64)

--- Comment #8 from V Stuart Foote  ---
OK, you are now on the latest Intel (15.60 [1]) 4901 build drivers now. But the
earlier (15.60) 4849 should not have caused OpenGL issues with the Intel HD
Graphcis 630 chipset, the driver is plenty new enough.

Unfortunately the 5.3.7.2 build is EOL, and there have been additional tweaks
to the OpenGL rendering for the 5.4 and latest 6.0 releases. Are you able to
test with those? 

Otherwise, would be helpful if you could extract a few of the slides into a new
test presentation (verify it still causes the issue) and post it here. If we
can't duplicate this issue is one-off and not actionable.

=-ref-=
[1] Intel and Microsoft parse the driver numbers differently as described here:
https://www.intel.com/content/www/us/en/support/articles/05654/graphics-drivers.html

-- 
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 115411] New: Scroll-wheel on combo boxes change values, but the document is not updated.

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

Bug ID: 115411
   Summary: Scroll-wheel on combo boxes change values, but the
document is not updated.
   Product: LibreOffice
   Version: 6.0.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: leonardo.ham...@ufra.edu.br

Description:
The Style, Font and Size combo boxes in writer, when modified with the mouse
wheel, the values are changed accordingly, but is has no effect what so ever on
the current document.

Steps to Reproduce:
1.Type in some text and select it.
2.Hover the mouse pointer to the font size combo box, for example.
3.Change the size with the mouse scroll wheel.

Actual Results:  
Nothing happens.

Expected Results:
Current selection reflects the selected font size value --or-- New entered
texts uses the selected value --or-- disable the ability to change the combo
boxes whits the scroll-wheel.


Reproducible: Always


User Profile Reset: No



Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101
Firefox/58.0

-- 
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 115338] Insert table is missing from the menu

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

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||ba...@caesar.elte.hu
 Ever confirmed|0   |1

--- Comment #1 from Aron Budea  ---
Seems reasonable, I assume the respective dialog should be tunnelled for 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 115405] Failure to launch Libreoffice 6 after installation

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

Timur  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 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 115405] Failure to launch Libreoffice 6 after installation

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

Timur  changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|FIXED   |---

-- 
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 115405] Failure to launch Libreoffice 6 after installation

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

Timur  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

-- 
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 115268] FILEOPEN - Writer 6 crash opening MS office files if app not already open

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

Mike  changed:

   What|Removed |Added

 CC||bugzilla@mkr.email

--- Comment #22 from Mike  ---
I can also confirm this.

I use VirtualBox with Win 7 64-Bit

Version: 6.0.0.3 (x64)
Build-ID: 64a0f66915f38c6217de274f0aa8e15618924765
CPU-Threads: 4; BS: Windows 6.1; UI-Render: Standard; 
Gebietsschema: de-DE (de_DE); Calc: group

http://crashreport.libreoffice.org/stats/crash_details/62e091c6-701d-449e-a5b2-68c578565a3a

My case is a old "Microsoft Write" file from the 90ies. I attach it.

-- 
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 115366] Double-clicking in the empty area of the Slide pane should create a new slide

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

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||ba...@caesar.elte.hu
Summary|Double clicking in the  |Double-clicking in the
   |slide should create a new   |empty area of the Slide
   |slide   |pane should create a new
   ||slide
 Ever confirmed|0   |1

--- Comment #1 from Aron Budea  ---
Seems like a good suggestion.

-- 
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 115412] New: destroyed pictures in a table

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

Bug ID: 115412
   Summary: destroyed pictures in a table
   Product: LibreOffice
   Version: 4.4.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sey0...@freenet.de

Created attachment 139536
  --> https://bugs.documentfoundation.org/attachment.cgi?id=139536=edit
two documents, one with the correct table, one with the corrupted

please find attached 2 documents

Document created by OO 4.1.0: 
destroyed_pictures_in_a_table_1.doc = pictures are ok
Opening this document by LO 5.4.3.2 will show everything correctly

Now the above document was opened and edited by LO 5.4.3.2: 
Some text was added to the table fields where the pictures are located.
After saving the document and reopening it you will see the destroyed pictures:
destroyed_pictures_in_a_table_2.doc = pictures are destroyed

With OO I never had a problem with Pictures in a Table.
Also with MS Word I did not have that problem. 
(But at the moment I cannot test it, because I do not have MS Word any more)

Two years ago I wanted to switch from OO to LO and I had the same problem.
So I continued working with OO. At that time I did not create a bug report. 
Now I wanted to switch again to LO, because of the supported DOCX format, 
but the picture problem was still the old one.

Thanks and regards

-- 
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 114861] Digital Signatures don' t appear after choosing a certificate from the "certificate dialog"

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

Timur  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #3 from Timur  ---
No repro in Windows 7.
There's also work in progress like Bug 83877.
If 5.4.4 is also repro please try also with master
http://dev-builds.libreoffice.org/daily/master/ like
http://dev-builds.libreoffice.org/daily/master/Win-x86_64@42/current/ that will
not spoil your LO.

-- 
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 115406] Support EPUB 3.0.2

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

Aron Budea  changed:

   What|Removed |Added

 Blocks||114162


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=114162
[Bug 114162] [META] EPUB export 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 115410] New: Base report missing chart

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

Bug ID: 115410
   Summary: Base report missing chart
   Product: LibreOffice
   Version: 5.4.4.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Chart
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: spu...@yahoo.com

Description:
I am using ReportBuilder with a bar chart in the report footer. Testing report
generation within ReportBuilder is fine, chart and text is seen in output.
However, when I execute the report via a Base form button, the chart is
invisible (object is there but no content) yet all the text is present. I have
tried relocating the chart to other report sections but same behavior. Also
tried changing output format to spreadsheet, same problem.

Steps to Reproduce:
1. Use ReportBuilder to create report with bar chart
2. Save report and close
3. Generate report to ODT file, check for chart present

Actual Results:  
Object appears to be in report as outline seen when clicked, but no content
(bar chart) seen

Expected Results:
Bar chart consistently seen in report.


Reproducible: Always


User Profile Reset: No



Additional Info:
See forum discussion:
https://ask.libreoffice.org/en/question/144678/base-report-missing-chart/?sort=latest


User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36
(KHTML, like Gecko) Chrome/64.0.3282.119 Safari/537.36

-- 
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 115367] Slides should have a context menu

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

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||ba...@caesar.elte.hu
 Ever confirmed|0   |1

--- Comment #1 from Aron Budea  ---
Yes, agreed.

-- 
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 115412] destroyed pictures in a table

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

sey0...@freenet.de changed:

   What|Removed |Added

  Component|LibreOffice |Writer

-- 
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 115404] New: Making charts with time as X-axis is unnecessarily complicated

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

Bug ID: 115404
   Summary: Making charts with time as X-axis is unnecessarily
complicated
   Product: LibreOffice
   Version: 5.4.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mmokr...@fold.natur.cuni.cz

Created attachment 139531
  --> https://bugs.documentfoundation.org/attachment.cgi?id=139531=edit
Example sheet with a wrong chart

Hi,
  I realized that Calc is continually making me to draw categories on X-axis
whcih is not what I want. I attach a wrong example. Simply I failed to make the
X-axis a linear time series. also, the inheritance of the format of the values
from underlying Sheet fails to proipagate to the chart, so I had to set the
[HH]:MM:SS.00 again.

  Please try to make it easier.

-- 
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 107772] High CPU load when keeping save or save as dialogue opening ( KDE)

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

--- Comment #18 from H Zeng  ---
I just want to report back that this problem is gone for me. I am using LO
6.0.0.2.0+ on openSUSE Tumbleweed. In this distribution, the LO is built with
"UI render: default; VCL: kde4;" at the moment.

I also noticed that the option of "Use LibreOffice Dialogs" in Tools > Options
> General is gone at current build.

-- 
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 115268] FILEOPEN - Writer 6 crash opening MS office files if app not already open

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

--- Comment #23 from Mike  ---
Created attachment 139534
  --> https://bugs.documentfoundation.org/attachment.cgi?id=139534=edit
affected doc in "Microsoft Write" format (README.WRI)

-- 
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 109353] Listbox doesn't show value (background) if value is just selected (Linux/KDE)

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

Alex Kempshall  changed:

   What|Removed |Added

 CC||mcmurchy1917-bugzilla@yahoo
   ||.co.uk

--- Comment #7 from Alex Kempshall  ---
Created attachment 139535
  --> https://bugs.documentfoundation.org/attachment.cgi?id=139535=edit
# first bad commit: Fix focus and rollover for vcl::ListBox

Bisect log attached.

# first bad commit: [3f94cf15f9bbb58bb1f4e5ca4cfa10e354c659e3] Fix focus and
rollover for vcl::ListBox

-- 
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 115344] FORMATTING - Format -> Columns... dialog missing

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

Cor Nouws  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|NOTABUG |---

--- Comment #9 from Cor Nouws  ---
Yes!
We already have the extremely user unfriendly inserting of page numbers ..
Insert > Page number.. Huh ?
Now we added another user unfriendly action.

-- 
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 45904] move java based api tests to c++

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

--- Comment #106 from Commit Notification 
 ---
Jens Carl committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=22f6e25987744da57644be95f59b45c1ff51a5d2

tdf#45904 Move _SheetCellRange Java tests to C++

It will be available in 6.1.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 115401] Lines are not printing in Calc

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

Timur  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #5 from Timur  ---


*** This bug has been marked as a duplicate of bug 114625 ***

-- 
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 114625] Calc can not print right border of merged cells from LO 6.0

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

Timur  changed:

   What|Removed |Added

 CC||mateusz.kande...@gmail.com

--- Comment #10 from Timur  ---
*** Bug 115401 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 115405] Failure to launch Libreoffice 6 after installation

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

Aron Budea  changed:

   What|Removed |Added

 CC||mikekagan...@hotmail.com
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||8580

--- Comment #3 from Aron Budea  ---
Looks a bit similar to bug 108580.

-- 
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 115406] New: Support EPUB 3.0.2

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

Bug ID: 115406
   Summary: Support EPUB 3.0.2
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: filters and storage
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: shanshandehongx...@outlook.com

Description:
IDPF have published EPUB 3.1 spec, but it was about to be rescinded by the
EPUB3 Community Group at W3C in favor of a 3.0.2, once EPUB 3.0.2 released,
LibreOffice can give support for this.

Steps to Reproduce:
-

Actual Results:  
-

Expected Results:
-


Reproducible: Always


User Profile Reset: No



Additional Info:


User-Agent: Mozilla/5.0 (Android 5.1.1; Mobile; rv:58.0) Gecko/58.0
Firefox/58.0

-- 
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 115407] New: Impress loses transition sounds and sound instructions

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

Bug ID: 115407
   Summary: Impress loses transition sounds and sound instructions
   Product: LibreOffice
   Version: 5.3.7.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rob...@pansmanse.co.uk

Description:
Impress loses slide transitions, whether user files, system sounds (eg
'apert2', 'applause' etc), or sound instructions (eg 'stop previous sound'). 
Transition sounds are inserted and play correctly, but when impress file is
saved, closed and reloaded, although the (user) sound is named in the sound
selection window, it no longer plays. When the window is opened and the same
sound selected from the drop-down list, it plays again. System sounds are no
longer named.

Steps to Reproduce:
1.create impress file
2.select 'slide transition' and pick a sound (eg 'applause')
3.save, exit, reopen
4.(a)'applause' has been replaced by 'no sound'.
4.(b)user sound file still named, but doesn't play


Actual Results:  
no sound

Expected Results:
sound files and instructions should persist


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
not certain of first affected version, but 5.3.7 to 6.0.0 certainly display
this behaviour.
Version: 6.0.0.3
Build ID: 64a0f66915f38c6217de274f0aa8e15618924765
CPU threads: 4; OS: Linux 4.4; UI render: default; VCL: gtk2; 
Locale: en-GB (en_GB.UTF-8); Calc: group


User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:58.0) Gecko/20100101
Firefox/58.0

-- 
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 115378] Calc text is auto"Bold"

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

Timur  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from Timur  ---
Please test both create and open with new LO 6.0.0.
And attach your file.

-- 
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 115380] Some slides and slide thumbnails are covered with colored speckles

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

--- Comment #5 from David F Smith  ---
Created attachment 139533
  --> https://bugs.documentfoundation.org/attachment.cgi?id=139533=edit
Intel HD 630 driver info from before and after update (see comment 5)

-- 
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 94177] Additional multi-extension filetype entries in the file open dialog

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

--- Comment #8 from Ekansh Jha  ---
Hi! is this bug still open as easyHack, If yes then I would like to work on
this issue. 
I tried to look into the code pointers, I think one have to implement 
tag with specified value. I am somewhat confused with  what
should be this for "odf" and for "common Files". Moreover I am little confused
about xcu file(how does it work).

-- 
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 107836] [META] Page and section column bugs and enhancements

2018-02-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107836
Bug 107836 depends on bug 115344, which changed state.

Bug 115344 Summary: FORMATTING - Format -> Columns... dialog missing
https://bugs.documentfoundation.org/show_bug.cgi?id=115344

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|NOTABUG |---

-- 
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 94177] Additional multi-extension filetype entries in the file open dialog

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

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||s.mehrbr...@gmail.com
   Assignee|libreoffice-b...@lists.free |jhaekans...@gmail.com
   |desktop.org |

--- Comment #9 from Yousuf Philips (jay)  ---
(In reply to Ekansh Jha from comment #8)
> Hi! is this bug still open as easyHack, If yes then I would like to work on
> this issue.

Go for it. I've assigned the bug report to you.

> I tried to look into the code pointers, I think one have to implement 
> tag with specified value. I am somewhat confused with 
> what should be this for "odf" and for "common Files". Moreover I am little
> confused about xcu file(how does it work).

For oor:name, just give them name ids like odffiles and commonfiles and assume
it needs to be in the GlobalFilters section.

@Maxim, Samuel: can you provide some additional code pointers for this. thanks.

-- 
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 115380] Some slides and slide thumbnails are covered with colored speckles

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

--- Comment #10 from David F Smith  ---
Created attachment 139537
  --> https://bugs.documentfoundation.org/attachment.cgi?id=139537=edit
Presentation showing the speckles

On Impress on my desktop, I see speckles on slide 2 and on the thumbnails of
slides 5, 6, 7, and 9.

-- 
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 89547] Mouse scrollwheel zoom-to centering options

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

Yousuf Philips (jay)  changed:

   What|Removed |Added

 Resolution|WONTFIX |WORKSFORME

--- Comment #13 from Yousuf Philips (jay)  ---
(In reply to Heiko Tietze from comment #12)
> System standard is to scroll vertically with the wheel, and horizontally
> with shift+wheel. Quasi standard is to zoom on ctrl+wheel. Don't see any
> special function like zoom at center for Inkscape.

Inkscape zooms at cursor pointer with ctrl+wheel, scrolls horizontally with
shift+wheel and scrolls vertically with alt+wheel.

Calligra Flow zooms at center with ctrl+wheel, scrolls vertically with
shift+wheel and scrolls horizontally with alt+wheel.

MS Publisher zooms at center with ctrl+wheel, while shift and alt modifiers
dont change the behaviour of horizontal scrolling.

> GIMP has alt+wheel for
> opacity, shift+ctrl+wheel changes the brush and shift+alt+wheel the pattern
> - nerdy functions.

GIMP isnt a suitable example of how mouse wheel functionality should be
configured as it doesnt show an entire page like how it is in Draw. Also
alt+wheel for opacity only works when you a drawing tool selected.

> I would resolve the ticket as WFM (zoom at cursor position) or WF (center
> zoom). Center-zoom is not a common function, hard to integrate (alt+wheel is
> left only), and has not much benefit (haven't seen any clear use case).

Yep WFM.

-- 
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 114371] mirroring the borders of pasted images - more cropping options, crop to shape

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

ghavami...@hotmail.com changed:

   What|Removed |Added

Version|5.4.3.2 release |6.0.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 112004] Table filter docx 2007 Word

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

ghavami...@hotmail.com changed:

   What|Removed |Added

Version|4.4.6.3 release |6.0.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 107772] High CPU load when keeping save or save as dialogue opening ( KDE)

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

Buovjaga  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #19 from Buovjaga  ---
Great, let's close.

-- 
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 109353] Listbox doesn't show value (background) if value is just selected (Linux/KDE)

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

Buovjaga  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bisected
 CC||glo...@fbihome.de

--- Comment #8 from Buovjaga  ---
(In reply to Alex Kempshall from comment #7)
> Created attachment 139535 [details]
> # first bad commit: Fix focus and rollover for vcl::ListBox
> 
> Bisect log attached.
> 
> # first bad commit: [3f94cf15f9bbb58bb1f4e5ca4cfa10e354c659e3] Fix focus and
> rollover for vcl::ListBox

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

jmux: thoughts?

-- 
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 113779] Punctuation Marks Are Not In Line With Text for Vertical Orientation in Traditional Chinese

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

Anthony Fok  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #11 from Anthony Fok  ---
Hi taiwuco,

Thank you for filing this bug report!

I was experiencing the same problem with LibreOffice 5.4.x in Debian GNU/Linux
(unstable/sid).

However, I have good news!  I upgraded to LibreOffice 6.0.0.3 last night
(with apt, i.e. using .deb package), and Chinese / CJK text in vertical
direction is almost perfectly positioned now!

I said "almost" because it seems that certain characters like the CJK
full-width comma ",", full-stop "。", or even the character "one" "一" is
off-centered, placed a little bit too low.  But yes, that relatively minor
issue should be filed in a separate bug (after checking it in Windows and
macOS).  But yes, I am very happy now!

So, when you've upgraded to LibreOffice 6 on your Ubuntu, please report back
whether the problem is resolved in the new version.

Cheers,
Anthony

-- 
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 115415] New: Inability to store last selected DBF character set

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

Bug ID: 115415
   Summary: Inability to store last selected DBF character set
   Product: LibreOffice
   Version: 6.0.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: info_...@mail.ru

Description:
It is really inconvenient that "Import DBase files" dialog has no option
(checkbox) to store (memorize) last selected DBF CodePage to automatically
apply it during the next DBF file opening.

Steps to Reproduce:
1. Open DBF
2. Select CodePage with dialog "Import DBase files" 
3. No flag to memorize the selection

Actual Results:  
I always have to spend the time to select CodePage while DBF file opens

Expected Results:
Labor optimization


Reproducible: Always


User Profile Reset: No



Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64; rv:58.0) Gecko/20100101
Firefox/58.0

-- 
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 115396] Font Carlito not recognized

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

Caolán McNamara  changed:

   What|Removed |Added

 CC||dtar...@redhat.com

--- Comment #2 from Caolán McNamara  ---
caolanm->dtardon: I guess we've no handy permission-fixer-up support for
gb_ExternalPackage_add_unpacked_files or anything like that, a lot of the other
fonts in my instdir/share/fonts/truetype/ are of randomy permissions, though
these Carlito ones are at the broken end of the spectrum

-- 
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 112033] XML Source button disabled (In Data Menu)

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

Jacques Guilleron  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #13 from Jacques Guilleron  ---
Hi all,

Works too with
LO 5.4.5.1 Build ID: 79c9829dd5d8054ec39a82dc51cd9eff340dbee8
Threads CPU : 2; OS : Windows 6.1; UI Render : par défaut; 
Locale : fr-FR (fr_FR); Calc: CL

Thank you very much, Markus.

-- 
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 115380] Some slides and slide thumbnails are covered with colored speckles

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

--- Comment #9 from David F Smith  ---
I tried 5.4.4, and I tried 6.0.0.3.  Neither one fixed my problem.  I have
shortened one of my presentations to 9 slides and I will post it shortly, along
with a screen shot of what I see (4 bad thumbnails and one bad slide).  I hope
you'll be able to replicate this; otherwise I'll just do without OpenGL.

-- 
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 115380] Some slides and slide thumbnails are covered with colored speckles

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

David F Smith  changed:

   What|Removed |Added

 Attachment #139537|Presentation showing the|Screen shot of presentation
description|speckles|showing the speckles

-- 
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 115416] LibreOffice fails to build with IJG's libjpeg - error: ‘JCS_EXT_BGRA’ was not declared in this scope

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

Julien Nabet  changed:

   What|Removed |Added

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

--- Comment #2 from Julien Nabet  ---
It seems the Gentoo build is configured to use external jpeg library instead of
using the one retrieved by LO libjpeg-turbo-1.5.2.tar.gz.
Perhaps we should add a version check.

Would it be possible you attach autogen.input?

Meanwhile, considering the logs, let's put this one to NEW

-- 
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 109143] image exported to pdf is not cropped correctly

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

Martin  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|DUPLICATE   |---
 Ever confirmed|0   |1

--- Comment #5 from Martin  ---
(In reply to V Stuart Foote from comment #4)
> 
> *** This bug has been marked as a duplicate of bug 45168 ***

Sorry, but this is definitely a different problem than bug +45168. +45168 is
only about document size, the problem here is that the exported PDF looks
different than the original document. 

By the way, I've had the same problem with Impress presentation and version
6.0.0. The presentation contains a few pictures, some of them cropped to show
only a small detail. The exported PDF then not only contains but _shows_ the
whole pictures. To make things worse, the aspect ratio of the picture is
adjusted to that of the cropped picture

-- 
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 103378] [META] PDF export bugs and enhancements

2018-02-02 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103378
Bug 103378 depends on bug 109143, which changed state.

Bug 109143 Summary: image exported to pdf is not cropped correctly
https://bugs.documentfoundation.org/show_bug.cgi?id=109143

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|DUPLICATE   |---

-- 
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 115369] Icons for the cell's shadows positions are inverted

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

Caolán McNamara  changed:

   What|Removed |Added

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

--- Comment #4 from Caolán McNamara  ---
backports in gerrit

-- 
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 106339] diagrams / textboxes misplaced, missing text

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

ghavami...@hotmail.com changed:

   What|Removed |Added

Version|5.3.0.0.beta2   |6.0.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 115414] New: Librecalc: Autosave appears to Deselect Find Replace - " Current Selection Only" on AUTOSAVE / FILESAVE

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

Bug ID: 115414
   Summary: Librecalc: Autosave appears to Deselect Find Replace -
"Current Selection Only" on AUTOSAVE / FILESAVE
   Product: LibreOffice
   Version: 6.0.0.3 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: lastd...@gmail.com

Description:
Option appears to be deselected after save routine.

Steps to Reproduce:
1. Open Find & Replace and leave open
2. Select Current Selection Only
3. Leave open
4. Save, wait for auto save

Actual Results:  
Current Selection Only is deselected

Expected Results:
Stays selected


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Discovered during long regex sessions. Wondered why I was suddenly replacing
beyond necessary scope!

OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVS 5400M/PCIe/SSE2
OpenGL core profile version string: 4.5.0 NVIDIA 384.111
OpenGL core profile shading language version string: 4.50 NVIDIA
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.5.0 NVIDIA 384.111
OpenGL shading language version string: 4.50 NVIDIA
OpenGL context flags: (none)
OpenGL profile mask: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 384.111
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:



User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like
Gecko) Ubuntu Chromium/63.0.3239.132 Chrome/63.0.3239.132 Safari/537.36

-- 
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 113779] Punctuation Marks Are Not In Line With Text for Vertical Orientation in Traditional Chinese

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

Buovjaga  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #12 from Buovjaga  ---
Reverting status change as it is not needed in this case. taiwuco can set to
RESOLVED WORKSFORME if the problem is gone.

-- 
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 115408] LibreOffice 6 writer crashes if you try to sent document

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

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #1 from Xisco Faulí  ---
I can't reproduce it in

Version: 6.1.0.0.alpha0+
Build ID: 9baa3fcf1f414c74d2ea1b55b2cb358527fe7364
CPU threads: 4; OS: Linux 4.13; UI render: default; VCL: gtk3; 
Locale: en-US (C); Calc: group

To be certain the reported issue is not
related to corruption in the user profile, could you please reset your
Libreoffice profile ( https://wiki.documentfoundation.org/UserProfile ) and
re-test?

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the issue is still present

-- 
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 101409] FILEOPEN lock status being incorrectly (and dangerously) reported

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

--- Comment #9 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 104976] 2 entries for Language Settings in Tools-Option, for pt-BR

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

--- Comment #5 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 103366] FILEOPEN: DOCX - Image not appearing in correct direction

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

--- Comment #3 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 47668] No unicode characters in pdf form fields

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

--- Comment #23 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 105547] EDITING inserting a point into a Bézier curve changes other points without any reason

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

--- Comment #3 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 115369] Icons for the cell's shadows positions are inverted

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

--- Comment #3 from Commit Notification 
 ---
Caolán McNamara committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=16f73180603b84414ecf4c2c757bf5ca6b8e303d

Resolves: tdf#115369 wrong cell shadow icons

It will be available in 6.1.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 115369] Icons for the cell's shadows positions are inverted

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.1.0

-- 
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 45479] Shape and location of autoshapes in a docx file is not reproduced

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

--- Comment #13 from Philip Clarke  ---
Created attachment 139542
  --> https://bugs.documentfoundation.org/attachment.cgi?id=139542=edit
How diagram arrows look in word

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


  1   2   >