[Libreoffice-bugs] [Bug 109158] slower loading of a huge AutoCorrect replacement table

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

--- Comment #34 from V Stuart Foote  ---
(In reply to V Stuart Foote from comment #33)
> testing size of the list, assigning a fixed width when list is > some number

And of course not a fixed width (which would be ugly). But rather than doing a
precise calculation, would calculate width with an "approximate character
width" of the font against the "string length" of each list entry. Just for
lists above the threshold.

-- 
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 105581] [META] Help viewer dialog bugs and enhancements

2018-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105581
Bug 105581 depends on bug 118906, which changed state.

Bug 118906 Summary: LibreOffice Hangs if Special Characters are Used in Search 
Term of the Help
https://bugs.documentfoundation.org/show_bug.cgi?id=118906

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

-- 
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 118906] LibreOffice Hangs if Special Characters are Used in Search Term of the Help

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

Buovjaga  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED
 CC||todven...@suomi24.fi

--- Comment #2 from Buovjaga  ---
Yep, we have new search/filtering methods. Closing.

-- 
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 119568] Compare Document gets fatal error

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

--- Comment #3 from rob...@tachez.com ---
Can't give a pair of documents to reproduce yet.  None of the ones I've
attempted to produce that are generic text have seen the issue.

However, it has happened numerous times with several documents that I'm using
which are about 40 pages to 50 pages and have hundreds of differences as an
editor passes me changes that I want to verify/approve.

As each change is accepted or rejected, Writer is very slow to go to the next
entry.  Then I have seen something just past (maybe a paragraph or two) that
looks like !!! bad missing (or something close) then it hangs for a long time
and eventually has to be killed.

(Running on an I7 with 16GB of RAM and 1TB SSD, the slowness is not a hardware
limitation.)

It first happened on a daily build I'd installed.  Then I completely
uninstalled that version and reinstalled the release from scratch.

Version: 6.1.0.3 (x64)
Build ID: efb621ed25068d70781dc026f7e9c5187a4decd1
CPU threads: 8; OS: Windows 10.0; UI render: GL; 
Locale: en-US (en_US); Calc: CL

-- 
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 118913] FILESAVE: convert-to html creates html file with default charset

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

Buovjaga  changed:

   What|Removed |Added

 Blocks||103266
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
  Component|LibreOffice |Writer
 CC||todven...@suomi24.fi

--- Comment #2 from Buovjaga  ---
Repro.
I tried finding the correct command line parameters for version 3.6, but
failed.

Arch Linux 64-bit
Version: 6.2.0.0.alpha0+
Build ID: 1c59d021b3dd27c8c0255312bd0d53ad25965bab
CPU threads: 8; OS: Linux 4.18; UI render: default; VCL: gtk3_kde5; 
Locale: fi-FI (fi_FI.UTF-8); Calc: threaded
Built on September 1st 2018


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103266
[Bug 103266] [META] Command line 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 103266] [META] Command line bugs and enhancements

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

Buovjaga  changed:

   What|Removed |Added

 Depends on||118913


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=118913
[Bug 118913] FILESAVE: convert-to html creates html file with default charset
-- 
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 109158] slower loading of a huge AutoCorrect replacement table

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||michael.me...@collabora.com

--- Comment #33 from V Stuart Foote  ---
(In reply to Xisco Faulí from comment #31)
> Created attachment 143558 [details]
> Callgrind trace from bug 118761. Thanks to Buovjaga

In this callgrind -- see line# 47060

Each of the 2642 items  loaded in the Autocorrect listbox's GUI with
SvLBoxString::InitViewData() cost both a GetTextHeight() and more expensive
GetTextWidth() call.

As suggested comment 23 the GetTextWidth() could again be controlled by testing
size of the list, assigning a fixed width when list is > some number maybe
~300.

Also, since this controls all GUI listboxes, we can't just make the text height
fixed, but guess we could include within the same list size testing and save
that cost as well?

-- 
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 97391] [META] OpenCL and "Software Interpreter" issues in Calc

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

Buovjaga  changed:

   What|Removed |Added

 Depends on||118908


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=118908
[Bug 118908] Calc crashes Data -> Validity -> List (OpenCL, KDE4)
-- 
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 118908] Calc crashes Data -> Validity -> List (OpenCL, KDE4)

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

Buovjaga  changed:

   What|Removed |Added

 Blocks||97391
Summary|Calc crashes Data ->|Calc crashes Data ->
   |Validity -> List|Validity -> List (OpenCL,
   ||KDE4)
   Severity|normal  |critical


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=97391
[Bug 97391] [META] OpenCL and "Software Interpreter" issues in Calc
-- 
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 118870] Line width changes when copying from Draw to Writer

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

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #6 from Buovjaga  ---
(In reply to Telesto from comment #5)
> (In reply to Michael Zapf from comment #3)
> Someone may file that as another bug, but I'd appreciate if we solved my bug
> first. :-)
> 
> It's probably fixed in Master (see bug 117707). It's only a little hard to
> check, because of the copy/paste issue (bug 118883)

Bug 118883 is fixed since 2018-08-15. Michael: can you try again?

-- 
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 118882] Default application to open RTF files was set to Calc

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

Buovjaga  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED
 OS|All |Windows (All)
 CC||todven...@suomi24.fi
Summary|an RTF file got converted   |Default application to open
   |into a spreadsheet file |RTF files was set to Calc

--- Comment #11 from Buovjaga  ---
Set the default back to Writer. If the default changes back to Calc after the
next install, we can look at this again. Maybe try with 6.1.1 after it is
released: https://wiki.documentfoundation.org/ReleasePlan/6.1#6.1.1_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 119633] New: Opening password protected xlsx file from "Recent Documents" list in Calc causes memory leak

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

Bug ID: 119633
   Summary: Opening password protected xlsx file from "Recent
Documents" list in Calc causes memory leak
   Product: LibreOffice
   Version: 6.1.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: z...@cnzhx.net

Description:
Memory taken by soffice.bin keeps increasing when a password protected .xlsx
spreadsheet is opened through "File" -> "Recent Documents" list in Calc. I use
openSUSE Tumbleweed with KDE Plasma 5 (X version, not Wayland). LibreOffice is
from the official repository. This problem has been there for more than one
month (maybe two or more).

Steps to Reproduce:
1. Create a new spreadsheet in Calc,
2. Save as .xlsx format and check "Protect with password",
3. Close the document,
4. Open the saved document through "File" --> "Recent Documents" and input the
password,
5. Open KSysGuard to watch the increasing memory usage of soffice.bin

Actual Results:
Memory taken by soffice.bin keeps increasing from several hundred MB to several
GB until I kill the process.

This issue also occurs within a newly created system account.

Expected Results:
The document was used to be opened almost instantly after correct password had
been entered.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Version: 6.1.0.3
Build ID: 10(Build:3)
CPU threads: 4; OS: Linux 4.18; UI render: default; VCL: gtk3_kde5; 
Locale: en-GB (en_GB.UTF-8); Calc: group threaded

"Use OpenGL for all rendering" is unchecked in LibreOffice although the
operation system has OpenGL enabled as follows,
```cnzhx@ostp:~> glxinfo | grep OpenGL
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) HD Graphics 620 (Kaby Lake GT2)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 18.1.6
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 18.1.6
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 18.1.6
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:

```

-- 
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 118875] Mail Merge toolbar appears in wrong document after using Mail Merge Wizard and choosing something other than the current document

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

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #4 from Buovjaga  ---
Maybe you could also check with a recent daily build of 6.1.x:
https://dev-builds.libreoffice.org/daily/libreoffice-6-1/Linux-rpm_deb-x86_64@70-TDF/current/
https://wiki.documentfoundation.org/Installing_in_parallel/Linux

If everything is ok, we should probably close as WORKSFORME.

-- 
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 119627] Page numbering restarts when indenting paragraph in word processor

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

Ola Smith  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEEDINFO|RESOLVED

--- Comment #3 from Ola Smith  ---
Bug does not reappear in 5.1.6.2 (Ubuntu/xenial)
Ubuntu/trusty does not offer this version, I just assumed I was updated,
sorry...

-- 
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 103503] [META] GTK2 VCL backend bugs and enhancements

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

Buovjaga  changed:

   What|Removed |Added

 Depends on||118807


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=118807
[Bug 118807] Full computer freeze in IMPRESS with creating an underlined great
textline FORMATTING (GTK2)
-- 
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 118807] Full computer freeze in IMPRESS with creating an underlined great textline FORMATTING (GTK2)

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

Buovjaga  changed:

   What|Removed |Added

 Blocks||103503
Summary|Full computer freeze in |Full computer freeze in
   |IMPRESS with creating an|IMPRESS with creating an
   |underlined great textline   |underlined great textline
   |FORMATTING  |FORMATTING (GTK2)
 CC||todven...@suomi24.fi

--- Comment #3 from Buovjaga  ---
No problem here. It does sound worrying that you are able to reproduce on
multiple systems :(

Arch Linux 64-bit
Version: 6.2.0.0.alpha0+
Build ID: 1c59d021b3dd27c8c0255312bd0d53ad25965bab
CPU threads: 8; OS: Linux 4.18; UI render: default; VCL: gtk2; 
Locale: fi-FI (fi_FI.UTF-8); Calc: threaded
Built on September 1st 2018

Arch Linux 64-bit
Version: 6.1.0.3
Build ID: 6.1.0-2
CPU threads: 8; OS: Linux 4.18; UI render: default; VCL: gtk2; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group threaded


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103503
[Bug 103503] [META] GTK2 VCL backend 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 119349] Libreoffice Writer crashs at the starting

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

--- Comment #6 from C  ---
i suppose this can help:

i have htop running. i can see that compiz runs at *single digit CPU *
normally, but when i run LibreOffice 6.1 that will fail, compiz jumps to 40%
for about 5 seconds, then recovers down to single digit CPU again.

also, when running LO 6.1 the splash screen appears, but it closes immediately,
without any progress in the progress bar, as occurs normally in 6.0. the icon
on the system bar keeps pulsating.



BTW "ubuntu software center" does the same with compiz as above... and it then
fails too.

-- 
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 118826] FILEOPEN lock file does not protect against opening via a symlink to the same file

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

Buovjaga  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
   Keywords||needsDevAdvice
 Ever confirmed|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 118822] PDF export with bitmap Page background rather slow (not with lossless)

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

Buovjaga  changed:

   What|Removed |Added

   Keywords||perf, wantBacktrace
Summary|PDF export with bitmap Page |PDF export with bitmap Page
   |background rather slow  |background rather slow (not
   ||with lossless)
 OS|Windows (All)   |All

--- Comment #3 from Buovjaga  ---
Adding wantBacktrace:
https://wiki.documentfoundation.org/QA/BugReport/Debug_Information#GNU.2FLinux:_How_to_get_a_callgrind_trace
I am unable to do it because callgrind dumps for me on startup these days.

-- 
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 117994] Font size is too large in attached DOC in Word after roundtrip

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

--- Comment #13 from Justin L  ---
(In reply to Xisco Faulí from comment #12)
> So, what's the plan now that the patch has been reverted ?
Please attach a sample document for each of the different issues that you find.

-- 
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 118732] Calc crashed and hung when restarted after using forward slashes in file name

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

Buovjaga  changed:

   What|Removed |Added

 OS|All |Mac OS X (All)
 CC||todven...@suomi24.fi
   Hardware|IA64 (Itanium)  |x86-64 (AMD64)
Summary|Calc crashed and hung when  |Calc crashed and hung when
   |restarted   |restarted after using
   ||forward slashes in file
   ||name

--- Comment #8 from Buovjaga  ---
Unable to test on macOS. On Linux, using forward slashes just creates new
folders.

-- 
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 119611] Chart shown as blank in edit mode

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

--- Comment #4 from Buovjaga  ---
(In reply to Regina Henschel from comment #3)
> Proposed patch is in https://gerrit.libreoffice.org/#/c/59895/

Patch fixes it for me

Arch Linux 64-bit
Version: 6.2.0.0.alpha0+
Build ID: 1c59d021b3dd27c8c0255312bd0d53ad25965bab
CPU threads: 8; OS: Linux 4.18; UI render: default; VCL: gtk3_kde5; 
Locale: fi-FI (fi_FI.UTF-8); Calc: threaded
Built on September 1st 2018

-- 
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 36549] [META] ACCESSIBILITY: Tracking bug for issues affecting a11y ATK and GNOME Orca screen reader support

2018-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36549
Bug 36549 depends on bug 116542, which changed state.

Bug 116542 Summary: distinguishing between role LABEL and a new role STATIC
https://bugs.documentfoundation.org/show_bug.cgi?id=116542

   What|Removed |Added

 Status|NEW |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 116542] distinguishing between role LABEL and a new role STATIC

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

Samuel Thibault  changed:

   What|Removed |Added

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

--- Comment #20 from Samuel Thibault  ---
I have made an archive built with an upgraded atk, and uploaded it to
https://people.debian.org/~sthibault/tmp/libreoffice-6.2dev-staticrole.tar.xz

Joanmarie, could you try if you can run it? I have included a few testcases
where the Orca behavior might have to be adapted for these static text widgets.

-- 
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 105282] Hyperlink to other page not preserved when a page is inserted/duplicated and doesnt have a user-defined page name

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

--- Comment #10 from Regina Henschel  ---
The bug still exists in Version: 6.2.0.0.alpha0+ (x64)
Build ID: 57bf6e93e65124cd7988373d8c06a81910397e10
CPU threads: 8; OS: Windows 10.0; UI render: GL; 
Locale: en-US (en_US); Calc: CL

-- 
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 119632] new topic in the gallery freezes Libreoffice

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

--- Comment #5 from karsten.henn...@gmx.de ---
Yes, it is the same behavior even with LO 6.0.3.2, the standard LO of kubuntu
18.04.

Version: 6.0.3.2
Build-ID: 1:6.0.3-0ubuntu1
CPU-Threads: 4; BS: Linux 4.15; UI-Render: Standard; VCL: kde4; 
Gebietsschema: de-DE (de_DE.UTF-8); Calc: group

with
SAL_USE_VCLPLUGIN=gtk soffice 
in Terminal

-- 
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 103440] [META] Sidebar accessibility bugs and enhancements

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

Xisco Faulí  changed:

   What|Removed |Added

 Depends on||119630


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=119630
[Bug 119630] Sidebar: Focus lost using Sidebar Settings menu to switch decks
-- 
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 119630] Sidebar: Focus lost using Sidebar Settings menu to switch decks

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

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 Blocks||103440


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103440
[Bug 103440] [META] Sidebar accessibility 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 103440] [META] Sidebar accessibility bugs and enhancements

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

Xisco Faulí  changed:

   What|Removed |Added

 Depends on||119631


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=119631
[Bug 119631] Sidebar: keyboard navigation does not skip over hidden tabs
-- 
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 119631] Sidebar: keyboard navigation does not skip over hidden tabs

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

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 CC||xiscofa...@libreoffice.org
 Blocks||103440

--- Comment #1 from Xisco Faulí  ---
Reproduced in

Version: 6.2.0.0.alpha0+
Build ID: 3bd8316718fdfed454c01a9c4ae6af6beb34437d
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); Calc: threaded


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103440
[Bug 103440] [META] Sidebar accessibility 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 119632] new topic in the gallery freezes Libreoffice

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

--- Comment #4 from Xisco Faulí  ---
, kde, Do you reproduce it if you call LibreOffice from a terminal with
SAL_USE_VCLPLUGIN=gtk soffice ?

-- 
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 119611] Chart shown as blank in edit mode

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

--- Comment #3 from Regina Henschel  ---
Proposed patch is in https://gerrit.libreoffice.org/#/c/59895/

-- 
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 119632] new topic in the gallery freezes Libreoffice

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

karsten.henn...@gmx.de changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #3 from karsten.henn...@gmx.de ---
Here are the informations "Hilfe - Über Libreoffice"
Version: 6.1.1.1
Build-ID: 2718b4a18dfcc6a54ebe5f7b801ee7a47fa81e0c
CPU-Threads: 4; BS: Linux 4.15; UI-Render: Standard; VCL: kde4; 
Gebietsschema: de-DE (de_DE.UTF-8); Calc: group threaded

Karsten

-- 
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 33201] UI: Highlight (not select) current row and column in spreadsheet

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

--- Comment #22 from horus  ---
Oh, how I really hope time travel would be real.  Because I am pretty sure that
given 30 years, LO or OO or whatever succeeds them will have this function
implemented natively without the use of macro.  Or maybe Microsoft Office would
be totally free and there's no need to use OO or LO.  So I just need to go to
2048 and grap a copy of the software!

-- 
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 119627] Page numbering restarts when indenting paragraph in word processor

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

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #2 from Xisco Faulí  ---
Thank you for reporting the bug.
it seems you're using an old version of LibreOffice.
Could you please try to reproduce it with the latest version of LibreOffice
from https://www.libreoffice.org/download/libreoffice-fresh/ ?
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the bug is still present in the latest 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 119075] Slow scrolling after saving a document on Debian 9 or Ubuntu 18.04

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

Xisco Faulí  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEW |UNCONFIRMED

--- Comment #6 from Xisco Faulí  ---
You can't confirm your own bugs. Moving it back to UNCONFIRMED until someone
else confirms 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 119612] Things get added to the Table of Contents that shouldn't be added

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

Xisco Faulí  changed:

   What|Removed |Added

 Status|REOPENED|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #7 from Xisco Faulí  ---
You can't confirm your own bugs. Moving it back to UNCONFIRMED until someone
else confirms 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 116968] [META] Migrating existing embedded HSQLDB databases to Firebird

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

Xisco Faulí  changed:

   What|Removed |Added

 Depends on||119625


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=119625
[Bug 119625] Firebird: Migration: "value exceeds range for a valid time"
-- 
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 119625] Firebird: Migration: "value exceeds range for a valid time"

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

Xisco Faulí  changed:

   What|Removed |Added

   Assignee|lo_b...@iseries-guru.com|libreoffice-b...@lists.free
   ||desktop.org
 Blocks||116968
 CC||xiscofa...@libreoffice.org


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=116968
[Bug 116968] [META] Migrating existing embedded HSQLDB databases to Firebird
-- 
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 117935] Accessible text-attributes-changed signals should only be emitted when the text attributes have changed [a11y] second attempt

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

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #2 from Xisco Faulí  ---
Dear Noel Grandin,
This bug has been in ASSIGNED status for more than 3 months without any
activity. Resetting it to NEW.
Please assigned it back to yourself if you're still working on 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 119623] Lonely SUM formula fails to update, and thus can lead to a treacherously wrong result (steps in comment 5)

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

Xisco Faulí  changed:

   What|Removed |Added

Summary|Lonely SUM formula fails to |Lonely SUM formula fails to
   |update, and thus can lead   |update, and thus can lead
   |to a treacherously wrong|to a treacherously wrong
   |result  |result (steps in comment 5)
 CC||er...@redhat.com

--- Comment #7 from Xisco Faulí  ---
@Eike, seeing you fixed bug 97897, I thought you could be interested in this
issue...

-- 
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 119623] Lonely SUM formula fails to update, and thus can lead to a treacherously wrong result

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

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||bibisected, bisected,
   ||regression
 CC||libreoff...@kohei.us
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=97
   ||897,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=86
   ||615
Version|6.0.5.2 release |4.4 all versions

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

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

author  Kohei Yoshida  2014-11-18 21:03:05
-0500
committer   Kohei Yoshida  2014-11-18
21:03:50 -0500
commit  5ef856e975d7c0396984d588a43fd1a7c7085c55 (patch)
tree912d2dbd8ad1b34185ffb82a77627730a05816fd
parent  b2efe90c07baa45d2ee7e13138dd306a29738473 (diff)
Use group area listeners during ODS import.

Bisected with: bibisect-44max

Adding Cc: to Kohei Yoshida

-- 
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 86615] Formula not updated if it contains reference to formula

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

Xisco Faulí  changed:

   What|Removed |Added

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

-- 
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 119584] Blank pages are inserted when opening a writer document on another PC

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

--- Comment #9 from Karsten  ---
I can only say this effect is present since the last updates i have made since
the original distribution version.
Of course the conditions are complicated, but this bugs are really annoying!
>From my point of view the complexity and problems are going out of control ...


It seems that there is a reason why Debian is still using Version 5.2.7 of
Libreoffice!
I think it is a good idea to go back to this version too.

So i am sorry to say this, but Libreoffice is going the same way like Microsoft
- from version to version are inserted new features that are not needed,
instead of fixing bugs that the office can be really used in a stable way.

I don't want to be ungrateful - i am a really convinced user of Libreoffice and
i want to thank you for your great work!
But now i see that by upgrading from version to version the problems increase
instead of being reduced and even bug reports don't help to resolve them.

-- 
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 119623] Lonely SUM formula fails to update, and thus can lead to a treacherously wrong result

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

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org

--- Comment #5 from Xisco Faulí  ---
In

Version: 6.2.0.0.alpha0+
Build ID: 3bd8316718fdfed454c01a9c4ae6af6beb34437d
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); Calc: threaded

I can reproduce the following steps:
1. Open attachment 144584 
2. Remove cell A5
3. Change A11 value to 0. Only Value in A7 is updated not in A6 nor in A8. It
doesn't happen if A5 is not deleted...

-- 
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 119584] Blank pages are inserted when opening a writer document on another PC

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

--- Comment #8 from Karsten  ---
Created attachment 144592
  --> https://bugs.documentfoundation.org/attachment.cgi?id=144592=edit
test document

I have taken an document with one page where the last line is broken to a
second page on the second PC.
But after editing and saving the effect is lost.

The original document is strictly private and can't be send or published -
sorry.

-- 
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 119510] Crash of writer after loading an old document with a different document template

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

--- Comment #13 from Karsten  ---
It seems that there is a reason why Debian is still using Version 5.2.7 of
Libreoffice!
I think it is a good idea to go back to this version too.

So i am sorry to say this, but Libreoffice is going the same way like Microsoft
- from version to version are inserted new features that are not needed,
instead of fixing bugs that the office can be really used in a stable way.

I don't want to be ungrateful - i am a really convinced user of Libreoffice and
i want to thank you for your great work!
But now i see that by upgrading from version to version the problems increase
instead of being reduced and even bug reports don't help to resolve them.

-- 
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 119495] New case "Sentence case" during cycling Shift+F3 is applied to whole sentence

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

Heiko Tietze  changed:

   What|Removed |Added

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

--- Comment #9 from Heiko Tietze  ---
(In reply to Xisco Faulí from comment #8)
> Patch in gerrit: https://gerrit.libreoffice.org/#/c/59894/

Thios is work in progress. What I can do is to start from zero after 3 seconds,
which solves what Philip reports. From the UX POV it would be nice to have a
feedback on the cycle either per tooltip or preferably as a text in the status
bar. Failed with both and need help. 

Bigger issue that I'm not able to solve is Laurent's problem (see also comment
6) - and I don't know if we want to change the behavior.

-- 
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 119632] new topic in the gallery freezes Libreoffice

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

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #2 from Xisco Faulí  ---
I guess when you say new topic you mean new theme?

I can't reproduce it in

Version: 6.2.0.0.alpha0+
Build ID: 3bd8316718fdfed454c01a9c4ae6af6beb34437d
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); Calc: threaded

Could you please paste the info from Help - about LibreOffice ?

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the information has been provided

-- 
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 117994] Font size is too large in attached DOC in Word after roundtrip

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

--- Comment #12 from Xisco Faulí  ---
Hi Justin,
So, what's the plan now that the patch has been reverted ?

-- 
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 119495] New case "Sentence case" during cycling Shift+F3 is applied to whole sentence

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

--- Comment #8 from Xisco Faulí  ---
Patch in gerrit: https://gerrit.libreoffice.org/#/c/59894/

-- 
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 119632] new topic in the gallery freezes Libreoffice

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

Oliver Brinzing  changed:

   What|Removed |Added

 CC||oliver.brinz...@gmx.de

--- Comment #1 from Oliver Brinzing  ---
i can *not* confirm this bug with Win10 x64 and

Version: 6.1.1.1 (x64)
Build-ID: 2718b4a18dfcc6a54ebe5f7b801ee7a47fa81e0c
CPU-Threads: 4; BS: Windows 10.0; UI-Render: Standard; 
Gebietsschema: de-DE (de_DE); Calc: group threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 119632] New: new topic in the gallery freezes Libreoffice

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

Bug ID: 119632
   Summary: new topic in the gallery freezes Libreoffice
   Product: LibreOffice
   Version: 6.1.1.1 rc
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: karsten.henn...@gmx.de

Description:
When I create a new topic in the gallery freezes LO. This always happens after
a fresh installation or with a new profile. Soffice must then be killed.
The Files for the new topic are created and after restart LO without repair the
killed Draw-File I see the new topic in the list and I can add graphics.
Sometimes LO freezes again when I click on Properties of the new topic.

Steps to Reproduce:
1.rename or delete personal profile
2. Start LO Draw
3. open the gallery in the sidebar
4. choose new topic 

3.

Actual Results:
The Property-Window appears and disappears immediately and LO is frozen. Only
killing over a Terminal helps.

Expected Results:
The Property-Window to create the Name of the new topic and import graphics


Reproducible: Always


User Profile Reset: Yes



Additional Info:

-- 
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 119631] New: Sidebar: keyboard navigation does not skip over hidden tabs

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

Bug ID: 119631
   Summary: Sidebar: keyboard navigation does not skip over hidden
tabs
   Product: LibreOffice
   Version: 6.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rayk...@gmail.com

Steps to repro using Writer sidebar Style tab:

1) Open the Sidebar (Menu > View > Sidebar or Ctrl+F5)
2) Click on the Sidebar Settings tab (First tab in tabbar)
3) Click on Customization
4) Click on Styles
Styles tab is hidden
5) Click on Gallery tab
6) Press up arrow key
Results: Focus stays on Gallery tab
7) Cycle through focus stops using down arrow key until focus comes to Page tab
8) Press down arrow key
Results: Focus stays on Page tab

Expected Result: Focus moves to next visible tab

-- 
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 119475] Translation missing in LibreOffice 6.1> Calc, spanish version, Notebook Bar> 'Revisar' tab> 'Record' icon

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

Adolfo Jayme  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |f...@libreoffice.org
   |desktop.org |
 Status|NEW |RESOLVED
 Resolution|--- |FIXED
 Whiteboard||target:6.2.0 target:6.1.1

--- Comment #4 from Adolfo Jayme  ---
In Spanish we use “grabar” for “recording” a tape, a video, or in this case
tracked changes. This is as opposed to French “enregistrer”, Catalan
“enregistrar” or other Romance languages.

Solved for 6.1.1 RC2, to be released next week.

-- 
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 119328] LibreOffice is called "Unknown Application Name" on Unity 7

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

mondane.woodwor...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 CC||mondane.woodwor...@gmail.co
   ||m
 Resolution|NOTOURBUG   |---

--- Comment #4 from mondane.woodwor...@gmail.com ---
Based on this comment, the bug is in LO:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1589215/comments/23

Could this be fixed?

A more precise issue:

-- 
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 119630] New: Sidebar: Focus lost using Sidebar Settings menu to switch decks

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

Bug ID: 119630
   Summary: Sidebar: Focus lost using Sidebar Settings menu to
switch decks
   Product: LibreOffice
   Version: 6.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rayk...@gmail.com

Steps to reproduce:

1) Open Sidebar Menu > View > Sidebar or Ctrl+F5
2) Open the Properties deck
3) Click in Styles panel styles combobox
4) Click on Sidebar Settings menu tab
5) Select any deck other than Properties

Results: Focus lost

Expected results: Focus on selected deck tab

-- 
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 109158] slower loading of a huge AutoCorrect replacement table

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

--- Comment #32 from tommy27  ---
retested  under Win8.1 x64
there's a worsening of the bug...

6.0.5.2 still takes 23 seconds to load
6.1.0.3 takes 27 seconds to load.

-- 
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 115039] FILESAVE: to ODP/ODG: some of the draw:image tags are empty

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

--- Comment #9 from Justin L  ---
attachment 144412 from bug 119479 is one of the documents I was using to do my
testing in comment 6. It doesn't really qualify for the NEEDINFO request though
since the procedure to lose the images is unknown still.

-- 
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 119479] Editing with external tool breaks image

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

--- Comment #4 from Justin L  ---
jmux just did some timing patches, but those have not resolved this issue.

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