[Libreoffice-bugs] [Bug 138946] Collabora Office crashes when attempting to load database tables via the mysql native connector

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138946

Tor Lillqvist  changed:

   What|Removed |Added

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

-- 
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 138989] Even with --disable-mariadb-sdbc, various menus and messages include the MySQL alternative

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138989

Tor Lillqvist  changed:

   What|Removed |Added

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

-- 
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 138989] New: Even with --disable-mariadb-sdbc, various menus and messages include the MySQL alternative

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138989

Bug ID: 138989
   Summary: Even with --disable-mariadb-sdbc, various menus and
messages include the MySQL alternative
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: t...@iki.fi

Description:
Build LO yourself. Pass the --disable-mariadb-sdbc option in autogen.input.
Create a new database document. Note how the alternatives for the "Connect to
an existing database" choice include "MySQL" even if support for MariaDB/MySQL
is not included. 

Also, when loading an existing .odb document that uses a MySQL database, it
probably would make sense to notice right away that it is not going to work and
refuse to load it, and not only give an error message when for instance
clicking the "Tables" button in the left column. (You will then get the error
message "The connection to the external data source could not be established.
No SDBC driver was found for the URL 'sdbc:mysql:mysqlc:...'") 

Steps to Reproduce:
See description.

Actual Results:
.

Expected Results:
.


Reproducible: Always


User Profile Reset: No



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 138988] "Insert Special Characters" pop-up is too small on Windows High DPI

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138988

--- Comment #1 from typing...@gmail.com ---
Created attachment 168248
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168248=edit
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 138988] New: "Insert Special Characters" pop-up is too small on Windows High DPI

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138988

Bug ID: 138988
   Summary: "Insert Special Characters" pop-up is too small on
Windows High DPI
   Product: LibreOffice
   Version: 7.0.3.1 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: typing...@gmail.com

Description:
If you click the Omega icon on the toolbar, it shows recently-used symbols but
they are too small on Windows (200% DPI) on a 4K monitor. 

Steps to Reproduce:
1. Run Writer on Windows
2. Click the Omega icon
3.

Actual Results:
The favourite characters are too small that they are almost illegible.

Expected Results:
They should be bigger, like on Ubuntu (see the attached screenshot).


Reproducible: Always


User Profile Reset: Yes



Additional Info:
I will attach a screenshot. On the left is Windows, and on the right is Ubuntu
20.04.1. On Ubuntu, Writer's version is 6.X, but that was the latest version
available (updating did not give me 7.X). On Ubuntu, the symbols are big and
legible, on Windows, they are not.

-- 
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 138987] New: Deprecation warnings when building against Python 3.9

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138987

Bug ID: 138987
   Summary: Deprecation warnings when building against Python 3.9
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: framework
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: d.ostrov...@gmx.de

I'm seeing deprecation warnings when building against system Python 3.9:

/home/davido/projects/libreoffice/pyuno/source/module/pyuno_type.cxx: In
function ‘sal_Unicode pyuno::PyChar2Unicode(PyObject*)’:
/home/davido/projects/libreoffice/pyuno/source/module/pyuno_type.cxx:141:79:
error: ‘Py_UNICODE* PyUnicode_AsUnicode(PyObject*)’ is deprecated
[-Werror=deprecated-declarations]
  141 | sal_Unicode c = static_cast(PyUnicode_AsUnicode(
value.get() )[0]);
  |
  ^
In file included from /usr/include/python3.9/unicodeobject.h:1026,
 from /usr/include/python3.9/Python.h:97,
 from
/home/davido/projects/libreoffice/pyuno/source/module/pyuno_impl.hxx:27,
 from
/home/davido/projects/libreoffice/pyuno/source/module/pyuno_type.cxx:19:
/usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here
  580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  | ^~~
/home/davido/projects/libreoffice/pyuno/source/module/pyuno_type.cxx: In
function ‘PyObject* pyuno::PyUNO_char_new(sal_Unicode, const pyuno::Runtime&)’:
/home/davido/projects/libreoffice/pyuno/source/module/pyuno_type.cxx:272:66:
error: ‘PyObject* PyUnicode_FromUnicode(const Py_UNICODE*, Py_ssize_t)’ is
deprecated [-Werror=deprecated-declarations]
  272 | PyTuple_SetItem( args.get() , 0 , PyUnicode_FromUnicode( u ,1) );
  |  ^
In file included from /usr/include/python3.9/unicodeobject.h:1026,
 from /usr/include/python3.9/Python.h:97,
 from
/home/davido/projects/libreoffice/pyuno/source/module/pyuno_impl.hxx:27,
 from
/home/davido/projects/libreoffice/pyuno/source/module/pyuno_type.cxx:19:
/usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here
  551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
  |  ^
cc1plus: all warnings being treated as errors
[build PRL] CustomTarget/postprocess/images/images_karasa_jaga.zip
[build PRL] CustomTarget/postprocess/images/images_karasa_jaga_svg.zip
[build PRL] CustomTarget/postprocess/images/images_sifr.zip
[build PRL] CustomTarget/postprocess/images/images_sifr_dark.zip
make[1]: ***
[/home/davido/projects/libreoffice/solenv/gbuild/LinkTarget.mk:298:
/home/davido/projects/libreoffice/workdir/CxxObject/pyuno/source/module/pyuno_type.o]
Error 1
make[1]: *** Waiting for unfinished jobs
/home/davido/projects/libreoffice/pyuno/source/module/pyuno_module.cxx: In
function ‘PyObject* PyInit_pyuno()’:
/home/davido/projects/libreoffice/pyuno/source/module/pyuno_module.cxx:886:24:
error: ‘void PyEval_InitThreads()’ is deprecated
[-Werror=deprecated-declarations]
  886 | PyEval_InitThreads();
  |^
In file included from /usr/include/python3.9/Python.h:145,
 from
/home/davido/projects/libreoffice/pyuno/source/module/pyuno_impl.hxx:27,
 from
/home/davido/projects/libreoffice/pyuno/source/module/pyuno_module.cxx:22:
/usr/include/python3.9/ceval.h:130:37: note: declared here
  130 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void);
  | ^~
cc1plus: all warnings being treated as errors
/home/davido/projects/libreoffice/pyuno/source/loader/pyuno_loader.cxx: In
function ‘void pyuno_loader::{anonymous}::pythonInit()’:
/home/davido/projects/libreoffice/pyuno/source/loader/pyuno_loader.cxx:219:24:
error: ‘void PyEval_InitThreads()’ is deprecated
[-Werror=deprecated-declarations]
  219 | PyEval_InitThreads();
  |^
In file included from /usr/include/python3.9/Python.h:145,
 from /home/davido/projects/libreoffice/pyuno/inc/pyuno.hxx:23,
 from
/home/davido/projects/libreoffice/pyuno/source/loader/pyuno_loader.cxx:23:
/usr/include/python3.9/ceval.h:130:37: note: declared here
  130 | Py_DEPRECATED(3.9) PyAPI_FUNC(void) PyEval_InitThreads(void);
  | ^~
cc1plus: all warnings being treated as errors
make[1]: ***
[/home/davido/projects/libreoffice/solenv/gbuild/LinkTarget.mk:298:
/home/davido/projects/libreoffice/workdir/CxxObject/pyuno/source/loader/pyuno_loader.o]
Error 1
make[1]: ***

[Libreoffice-bugs] [Bug 130725] ImpSvNumberInputScan::StringToDouble may produce inaccurate result

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130725

--- Comment #32 from Mike Kaganski  ---
(In reply to b. from comment #31)

1. I myself marked my response as off-topic, to not clutter the issue with
futher unrelated comments. Of course, that doesn't stop you from keeping doing
just that here, as you do in multiple other places. OK, I will repeat the
labeling again. I reserve the right to keep hoping that someday you might
finally realize that your random spam in random places is not welcome.

2. No matter if you are programmer or not. You are wasting everyone's time
doing what you do. It's *your* duty to provide at least a proof of correctness
of your ideas, if they don't immediately meet support in developers. So no, I'm
not going to invent and run systematic tests to see if some random stuff you
suggest has flaws or actually improves things.

You are using logic fallacies right and left, klike declaring a necessity of "a
change of thinking ... to 'ok, there are some difficulties, what is the best
way to deal with them'", which is falsely declaring your opponents not having a
positive attitude, despite them (me and Eike specifically) having implemented
multiple improvement just in that area, and Eike pointed to other things like
*actually proven correct* Kahan algorithm. But your phrases may create a
perception in a random reader that you suggest some brilliant revolutionary
concept, but fall victim of inert developers. Nice way of argument, bravo!

If you believe your "ideas or recipes" have any value, then just do the
thorough tests. And that is not "I take 5 or 50 chosen problematic cases, and
see them improved", but "I get 4 billion floats (32-bit floating IEEE 754 point
numbers), and simulate the calculations according to my formula on them, and
compare to the raw calculations like Calc does; then use 64-bit doubles to
perform the same calculations, and compare the error from the two calculations
above, to prove that my idea actually has better result over the whole range of
tested numbers. That took some days/weeks of programming, and hours or
runtime". That would be a reasonable effort, showing some value in checking
your testing procedure, and then checking the viability of the result. Not "I
give you something that is obvious to you as useless and wrong, and repeatedly
expect you to spend your time think over it, and either test, or describe why
that is wrong, which I will happliy ignore 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 138986] Assertion error when saving docx file to doc

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138986

Balázs Regényi  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
 Ever confirmed|0   |1
   Assignee|libreoffice-b...@lists.free |regenyi.balazs+libreoffice_
   |desktop.org |bugzi...@gmail.com

-- 
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 105537] [META] Assertion failed crashes

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105537

NISZ LibreOffice Team  changed:

   What|Removed |Added

 Depends on||138986


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=138986
[Bug 138986] Assertion error when saving docx file to doc
-- 
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 138986] New: Assertion error when saving docx file to doc

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138986

Bug ID: 138986
   Summary: Assertion error when saving docx file to doc
   Product: LibreOffice
   Version: 7.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: libreoff...@nisz.hu
CC: regenyi.balazs+libreoffice_bugzi...@gmail.com
Blocks: 105537

As reported here:
https://gerrit.libreoffice.org/c/core/+/105299/22#message-ac5ba9e4712c779b2f5e61322e1a797623099a38

"To reproduce...

wget https://bugs.documentfoundation.org/attachment.cgi?id=79084 -O
fdo64424-1.docx
./instdir/program/soffice.bin --headless --convert-to doc ./fdo64424-1.docx

output is:
sw/source/filter/ww8/wrtw8nds.cxx:670: FlyProcessingState
SwWW8AttrIter::OutFlys(sal_Int32): Assertion `!sLinkChainName.isEmpty()'
failed."


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105537
[Bug 105537] [META] Assertion failed crashes
-- 
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 138946] Collabora Office crashes when attempting to load database tables via the mysql native connector

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138946

--- Comment #6 from Tor Lillqvist  ---
s/MySQLC/MySQL

-- 
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 138576] style Important has wrong format and wrong next style

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138576

Dieter  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #4 from Dieter  ---
(In reply to TorrAB from comment #3)

> **I see (in OutlineAndNumbering) "Numbering style: Bullet -" for both
> parags; nothing greyed out, no List 2

Style inspector is a new feature in LO 7.1 You find it in the sidebar
> 
>  how you created the document, TorrAB?
> ** no idea

So I would close this report, because I can't repoduce it, if I start with an
empty document. Do you agree?
=> NEEDINFO

-- 
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 138946] Collabora Office crashes when attempting to load database tables via the mysql native connector

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138946

--- Comment #5 from Tor Lillqvist  ---
It probably would be a good idea to file a separate bug, for something like:

> Even with --disable-mariadb-sdbc, various menus and messages include the 
> MySQLC alternative.

But first one would need to verify on Linux that that indeed is the case. Doing
it now.

Also note that the help message for the --disable-mariadb-sdbc option
apparently incorrrectly says "Disable the build of the MariaDB/MySQL-SDBC
driver." even if what it actually means is "Disable the *use* (and build, if
necessary) of the MariaDB/MySQL-SDBC driver".

-- 
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 130447] [META] DOCX (OOXML) section-related issues

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130447
Bug 130447 depends on bug 138892, which changed state.

Bug 138892 Summary: FILEOPEN DOCX Empty paragraph after two consecutive breaks 
gets numbering
https://bugs.documentfoundation.org/show_bug.cgi?id=138892

   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 138868] UI: object selected on canvas is not indicated in Navigator

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138868

--- Comment #8 from Jim Raykowski  ---
While doing things for bug 34828, I looked at what it would take to do this. It
seemed to me it would take some effort to achieve.

-- 
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 138550] CORRUPT odt-FILE: cranky document headlines

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138550

Dieter  changed:

   What|Removed |Added

 Resolution|--- |NOTABUG
 CC||dgp-m...@gmx.de
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Dieter  ---
I can't confirm

Tools => Capter Numbering => Level 1 => Paragraph Style "Heading 1" => OK

=> RESOLVED 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 138956] Pattern fill not available (and can cause crash)

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138956

--- Comment #2 from Aron Budea  ---
These steps aren't clear to me.

(In reply to Telesto from comment #0)
> Steps to Reproduce:
> 1. Open Writer
> 2. insert a shape
> 3. Pick pattern fill
Where? I assumed the dropdown in the 'Drawing object properties' toolbar.

> 4. Go to sidebar -> Pick pattern fill again in the sidebar -> crash
vs.
> Actual Results:
> Empty (and switching number of times did cause a crash for me)
Does it crash right away, or after switching a "number of times"? I can't
reproduce the crash with these, nor with comment 1's steps, though I tried in
Linux.

What I could reproduce is that switching to Pattern fill via the toolbar button
doesn't work properly. This looks like an implementation error from the
following commit, bibisected repo using bibisect-linux-64-5.3:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=76585ae33f3ca75c05c0ccbf6a621b6e2d42bc00
author  Rishabh Kumar 2016-06-07 16:58:20
+0530
committer   Katarina Behrens   2016-06-28
19:37:44 +

Convert Bitmap tab to Pattern 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 120796] Attempting to open a ".txt" file with Calc selected from Windows explorer "Open with", opens Writer instead

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120796

Buovjaga  changed:

   What|Removed |Added

   Keywords|bibisectRequest |notBibisectable

--- Comment #11 from Buovjaga  ---
Changing to notBibisectable because of no known way to use Win explorer
integration with bibisect repos

-- 
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 103030] [META] Navigator sidebar deck and floating window

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103030

Dieter  changed:

   What|Removed |Added

 Depends on||138587


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=138587
[Bug 138587] Using the navigator upsets optimal zoom setting
-- 
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 106773] [META] Writer document canvas view jump issues

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106773

Dieter  changed:

   What|Removed |Added

 Depends on||138587


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=138587
[Bug 138587] Using the navigator upsets optimal zoom setting
-- 
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 138587] Using the navigator upsets optimal zoom setting

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138587

Dieter  changed:

   What|Removed |Added

 Blocks||106773, 103030
   Severity|normal  |minor


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103030
[Bug 103030] [META] Navigator sidebar deck and floating window
https://bugs.documentfoundation.org/show_bug.cgi?id=106773
[Bug 106773] [META] Writer document canvas view jump issues
-- 
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 138587] Using the navigator upsets optimal zoom setting

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138587

Dieter  changed:

   What|Removed |Added

 OS|Linux (All) |All
 Whiteboard| QA:needsComment|
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||dgp-m...@gmx.de

--- Comment #1 from Dieter  ---
I confirm it with

Version: 7.0.4.2 (x64)
Build ID: dcf040e67528d9187c66b2379df5ea4407429775
CPU threads: 4; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: CL

Additional informations:
This happens also with tables, but not with images.

-- 
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 138866] UI: Automatic shape name not shown in name dialog

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138866

--- Comment #4 from Jim Raykowski  ---

Automatic named shapes in Draw are not the same as user named shapes. AFAIK,
the behavior of the Name dialog showing an empty name for shapes with automatic
names has always been. Maybe the confusion is now the Navigator shows 'All
shapes' as the default view instead of only 'Named shapes'.

-- 
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 138949] LO VANILLA - ODB file open fails to create a connection to a mysql instance over the mysql native connector

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138949

Alex Thurgood  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG

--- Comment #1 from Alex Thurgood  ---
Given the response in bug 138946, LO Vanilla deliberately doesn't integrate all
of the code to support the mysql native connector, which means that the
behaviour reported is not a bug.

As direct mysql/mariadb access is our daily necessity at work, I have no need
for a version of LO that doesn't support such an access.

-- 
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 138946] Collabora Office crashes when attempting to load database tables via the mysql native connector

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138946

Alex Thurgood  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG

--- Comment #4 from Alex Thurgood  ---
(In reply to Tor Lillqvist from comment #3)
> OK, I managed to create a MariaDB server on my Fedora box, and could connect
> to it using TDF LibreOffice on macOS on x86_64. But now I realise that
> Collabora Office and LibreOffice Vanilla in the App Store are built without
> the MariaDB Connector code. 
> 
> That is not new, and on purpose because they use only the MPL subset of the
> code. So this probably could be closed as NOTABUG?

Ah that is very unfortunate, and thus puts and end to my adoption in the work
environment of Collabora Office (and even LO Vanilla for that matter).

Our database environment at work is MySQL/MariaDB. If we can't connect to that
environment using the ODB files we have had and which have functioned for more
than a decade, that is a naturally major 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 138985] New: When writing Arabic text and it has a date inside, the date is not compatible with the Arabic format from right to left

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138985

Bug ID: 138985
   Summary: When writing Arabic text and it has a date inside, the
date is not compatible with the Arabic format from
right to left
   Product: LibreOffice
   Version: 7.0.3.1 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: a0555170...@gmail.com

Description:
When writing Arabic text and it has a date inside, the date is not compatible
with the Arabic format from right to left
like this
1/1/1440 
1440/1/1
Here I wrote in a wrong way, just to clarify. The Arabic format begins with the
day, then separates it, then the month, then separates it, then the year, and
appears from right to left in the same order and so on.

Steps to Reproduce:
1.non
2.
3.

Actual Results:
.

Expected Results:
.


Reproducible: Always


User Profile Reset: Yes



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

-- 
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 120796] Attempting to open a ".txt" file with Calc selected from Windows explorer "Open with", opens Writer instead

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120796

--- Comment #10 from wingednova  ---
Can confirm, reproduced on version: 7.0.3.1 (x64 windows 10)

-- 
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 138923] [FILEOPEN] Improper Calibri font substitution breaks display layout of presentation

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138923

yuily...@gmail.com changed:

   What|Removed |Added

Summary|[FILEOPEN] PPTX text|[FILEOPEN] Improper Calibri
   |outside page borders (but   |font substitution breaks
   |ok in Microsoft PowerPoint) |display layout of
   ||presentation

-- 
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 138420] Visio drawing dimension lines incorrectly read by LibreOffice Draw

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138420

--- Comment #5 from Rick Coates  ---
Version:

Visio 2007 12.0.6749.5000 (SP3 MSO 12.0.6.6784.5000)

-- 
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 138420] Visio drawing dimension lines incorrectly read by LibreOffice Draw

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138420

--- Comment #4 from Rick Coates  ---
Created attachment 168247
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168247=edit
Simple file showing 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 136011] Number in multi-line chart categories are not exported if chart is copied from Calc to Writer

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136011

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
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 138624] Reject changes produces quite a different compared prior the edit

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138624

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
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 138887] calc: UI: options macro security 7.2 dialog popup doesn't popup

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138887

--- Comment #4 from QA Administrators  ---
[Automated Action] NeedInfo-To-Unconfirmed

-- 
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 138887] calc: UI: options macro security 7.2 dialog popup doesn't popup

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138887

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
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 133172] Crash Video Driver

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133172

QA Administrators  changed:

   What|Removed |Added

 Resolution|--- |INSUFFICIENTDATA
 Status|NEEDINFO|RESOLVED

-- 
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 133172] Crash Video Driver

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133172

--- Comment #3 from QA Administrators  ---
Dear Thomas,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

-- 
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 133162] download in PC

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133162

QA Administrators  changed:

   What|Removed |Added

 Resolution|--- |INSUFFICIENTDATA
 Status|NEEDINFO|RESOLVED

-- 
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 133162] download in PC

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133162

--- Comment #4 from QA Administrators  ---
Dear lucien.kucharski,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

-- 
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 133111] The page break disappears after I edit the footnote

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133111

--- Comment #5 from QA Administrators  ---
Dear maciej69zdanowski,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

-- 
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 133111] The page break disappears after I edit the footnote

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133111

QA Administrators  changed:

   What|Removed |Added

 Resolution|--- |INSUFFICIENTDATA
 Status|NEEDINFO|RESOLVED

-- 
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 132846] Lines connected to gallery call out shapes look odd in Writer (go to bottom page)

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132846

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|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 132846] Lines connected to gallery call out shapes look odd in Writer (go to bottom page)

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132846

--- Comment #4 from QA Administrators  ---
Dear Telesto,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

-- 
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 131941] filter doesn't reflect changed selections.

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131941

--- Comment #4 from QA Administrators  ---
Dear George Koulomzin,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
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 131813] picture not printed completely

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131813

--- Comment #4 from QA Administrators  ---
Dear Leonhard Diekmann,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
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 131750] MACROS for SUBTOTALS doesn't work.

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131750

--- Comment #5 from QA Administrators  ---
Dear JuanP,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
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 128583] Can not paste Picture (Windows Metafile) but MS Word can

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128583

--- Comment #10 from QA Administrators  ---
Dear Ferry Toth,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
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 117322] Unwanted code present when exporting to ePub in 6.0.2.1 from Writer - Windows 10

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117322

--- Comment #10 from QA Administrators  ---
Dear Azrael Arocha,

This bug has been in NEEDINFO status with no change for at least
6 months. Please provide the requested information as soon as
possible and mark the bug as UNCONFIRMED. Due to regular bug
tracker maintenance, if the bug is still in NEEDINFO status with
no change in 30 days the QA team will close the bug as INSUFFICIENTDATA
due to lack of needed information.

For more information about our NEEDINFO policy please read the
wiki located here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO

If you have already provided the requested information, please
mark the bug as UNCONFIRMED so that the QA team knows that the
bug is ready to be confirmed.

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

-- 
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 121916] SVG from document created with older LibreOffice builds provoke redundant paste option; transparency lost

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121916

--- Comment #7 from QA Administrators  ---
Dear OfficeUser,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 113780] Password-protected PDF which should allow opening still prompts for password

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113780

--- Comment #20 from QA Administrators  ---
Dear jan.prochaska,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 106952] Update cell style can bypass cell protection

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106952

--- Comment #6 from QA Administrators  ---
Dear Jean-Sebastien Bevilacqua,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


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

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 138923] [FILEOPEN] PPTX text outside page borders (but ok in Microsoft PowerPoint)

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138923

--- Comment #8 from yuily...@gmail.com ---
This is definitively a font issue.

The problem happens on a fresh installation of Kubuntu 20.10.

There "Calibri" is substituted with "Noto Sans", according to "fc-match"

Installing the package "fonts-crosextra-carlito" fixes the issue.

I think LibreOffice should:

1. Issue a warning, either (i) the font is not present and will be substituted
or (ii) the font is not present, will be substituted but the substitution is
dangerous (such as in this case, perhaps maintaining a list of "dangerous"
substitutions)

2. It would be great if LibreOffice offer the user to download automatically a
better font for the substitution (perhaps maintaining its own repository of
open-source font). This is what Wine does, which offer the user to download a
Gecko version and a Mono version

Either way I think a solution should be provided. It took me days to track this
down to font issue, I don't think an average user should be required to do that
(and he/she will probably not but just uninstall LibreOffice thinking it is
bugged)

-- 
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 138076] Trying to print envelopes, after clicking Yes for print Form Letter, nothing else pops up

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138076

Alex Stangl  changed:

   What|Removed |Added

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

--- Comment #3 from Alex Stangl  ---
I tried printing envelopes again tonight, and tonight it worked. I don't know
what's different, but since it's working for me now I'll close the bug as
RESOLVED 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 138576] style Important has wrong format and wrong next style

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138576

--- Comment #3 from tor...@yahoo.com ---
(In reply to Dieter from comment #2)
> I confirm the observed behaviour with
> 
> Version: 7.1.0.0.beta1 (x64)
> Build ID: 828a45a14a0b954e0e539f5a9a10ca31c81d8f53
> CPU threads: 4; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL:
> win
> Locale: de-DE (de_DE); UI: en-GB
> Calc: threaded

> Using style inspector (I'm not really familiar with it) I can see two
> differences between the paragraph "aa" and "bb"
> 1. "Numbering style List 2" is greyed out in para style "Important" for
> paragraph "bb"
> 2. Paragraph "bb" has direct paragraph formatting "Numbering style List 2"

**I see (in OutlineAndNumbering) "Numbering style: Bullet -" for both parags;
nothing greyed out, no List 2
Version: 7.1.0.0.beta1 (x64)
Build ID: 828a45a14a0b954e0e539f5a9a10ca31c81d8f53
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: Skia/Raster; VCL: win
Locale: en-CA (en_US); UI: en-US
Calc: threaded

 how you created the document, TorrAB?
** no idea

-- 
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 138923] [FILEOPEN] PPTX text outside page borders (but ok in Microsoft PowerPoint)

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138923

--- Comment #7 from yuily...@gmail.com ---
Hello,

this problem happens on a fresh installation of Kubuntu 20.10. The LibreOffice
version installed is 7.0.2.2.

However, after running `sudo apt-get upgrade libreoffice`, the problem
disappears. But, after the upgrade, the LibreOffice version is still 7.0.2.2.

I noticed that the `upgrade` command installs a lot of fonts packags, packages
named "fonts-*".

May it be a problem of missing fonts?

The font used in the presentation is Calibre Light for the title and Calibre
for the text. But I have noticed that both BEFORE and AFTER the upgrade,
LibreOffice tells me that the font is missing and will be substituted.

Is it possible that BEFORE the upgrade it substitutes it with font X, not fully
working apparently, and AFTER the upgrade, it substitutes it with the new font
Y, which apparently is better working?

How do I find out the substitute font that LibreOffice is using?

-- 
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 138846] Add label to "Settings" button in Template Manager and change label to "Categories"

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138846

--- Comment #3 from sdc.bla...@youmail.dk ---
(In reply to jan d from comment #2)
> To the icon vs. labeled button I have no particular opinion. 
Neither do I, beyond acknowledging the general issue raised in bug 115847 with
exactly this icon.

> What about moving the gear button up to the upper right corner next to the
> categories dropdown? That might at least help semantically a bit, as then
> the both category-concerned elements would be next to each other.
Interesting idea.  

Also for semantic reasons, if "Settings" ("Categories") icon stays in lower
left, then move "Move" next to "Gear"  (because "Move" is a "categories"
operation).  

Or to reduce even more clutter, put "move" command into Settings dropdown menu
as "Move Template"  (or "Move to Category..." )

-- 
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 138760] Mail Merge does not find the source data when I go back into the document.

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138760

--- Comment #3 from moonovermyspa...@protonmail.com 
 ---
Additional discussion thread:
https://ask.libreoffice.org/en/question/283023/mail-merge-loses-field-connections/

-- 
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 135580] Remove Euro Converter Wizard from Wizard menu

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135580

--- Comment #2 from Sascha Z  ---
EURO converter was used in 2001.

+2002 to remove

-- 
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 32862] Improve precision of function MOD() for big numbers (7^19 mod 13 is 6 not 7)

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=32862

b.  changed:

   What|Removed |Added

 CC||newbie...@gmx.de

--- Comment #6 from b.  ---
calc calculates correctly - in this case and within it's limitations, 

the 'double' representation of 7^19 is 11398895185373144,00 you can 'see' the
digits hidden by calcs 'Standard' display format 1,13988951853731E+016
by '=RAWSUBTRACT(7^19;1,13988E+016)'

that's off by 1 from the correct value 11398895185373143, double-floats have a
granularity of '2' in this range, thus the result of the mod calculation is off
too, that's correct for calc, but not for users, 

to regain some harmony between the expectations of users - who think a computer
for several thousand bucks should be able to calculate better than they
themself - and the meager abilities of calc and ex$el, many ways would be
possible, two come to my mind immediately: 

- calculation results should be provided with information how accurate - or
inaccurate! - they are, and where one has to expect that the inaccuracy
violates the expectations of users, a warning should be given! 

- tasks for which in principle exact results are possible but not directly
reachable in fp-math should be calculated 'intelligently decomposed', e.g. in
extension of @Regina's approach in c#2 one could calculate '=mod(7^19;13)' as
'=mod(7^10;13) * mod(7^9;13)' - and take the whole again mod-13 as the product
might be >=13, so '=mod(mod(7^10;13) * mod(7^9;13);13)',  that holds, 

to recognize the necessity of such decompositions and to initiate them
intelligently is - automated - not trivial, but also not witchcraft, 

1st step i'd propose: each mathematical procedure is preceeded by a
'range-check' and if the operands exceed or fall below the range for which
exact results are possible a warning is issued, 

2nd step: after that 'calculation tricks' can be added bit by bit which extend
the capabilities of the procedures and are activated in case of 'off-range'
instead of the warning, 

the actual solution in calc to compute and display '0' for such tasks is ...
suboptimal ... user take that as a result instead of a warning

-- 
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 138136] EDITING Collapsing first of two consecutive headings does nothing

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138136

--- Comment #6 from Jim Raykowski  ---
Created attachment 168246
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168246=edit
treat outline sub levels as content demo

Here is effort that adds option to treat sub outline levels as content of upper
levels. When this option is active, sub outline levels and their content will
be hid or shown on upper level visibility toggle. 

https://gerrit.libreoffice.org/c/core/+/107815

-- 
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 116381] Update Calc documentation for image handling improvements

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116381

--- Comment #1 from Commit Notification 
 ---
Balaharipreetha Muthu committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/d8e499a2dafadafc7cf90869f1046e1df8c2d3f4

tdf#116381 - Add help file - anchor types for an image 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 116381] Update Calc documentation for image handling improvements

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116381

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.2.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 138982] VIEWING Enhancement: Show cursor position as percentage of document

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138982

--- Comment #2 from Jay  ---

As they say "One man's trash is another man's treasure." I guess in this case
it would be "clutter" instead of "trash."

Is there an API/theme/plugin that allows me to customize my installation for my
workflow?

-- 
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 134355] When Arrange Fontwork and Shapes, cannot set Fontwork to bring to front

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134355

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #13 from Regina Henschel  ---
I see the same problem too with other shapes. Draw a custon shape in a new
document. Draw a second shape. Move the shapes so that they overlap. Try to
change the stacking order. The first shape will always be on top.

Are you sure it works in any version? I see the error too in AOO.

The problem is, that the first custom shape is put to layer "Controls" and
objects on that special layer are forced to be on top. You can see which layer
is used by expecting the shape in a Basic macro. The layername property is
available in the API.

If you use "to Background" and then "to Foreground" the shape gets the correct
layer. And of cause saving and reloading solves the problem too, because the
file format does not know any "layer" for spreadsheet documents but only
z-order. Layer are internally in Calc. 

Line 106
SdrLayer* pLayer =
pView->GetModel()->GetLayerAdmin().GetLayerPerID(SC_LAYER_CONTROLS);
in FuConstCustomShape::Activate()
looks suspicious to me. Switching layer on Activate() and Deactivate() makes
only sense for form controls.

-- 
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 138982] VIEWING Enhancement: Show cursor position as percentage of document

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138982

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #1 from V Stuart Foote  ---
We already provide the Page details, while the "thumb" on the vertical scroll
bar gives a visual representation of where in the document the view cursor is
located.  

Adding a textual "percentage" entry of cursor position would just add clutter
for the majority of users.

-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 138924] Libre Writer does not properly execute the IMAGE anchor choice as coded in STYLES.XML

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138924

--- Comment #4 from John Lockridge  ---
Created attachment 168245
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168245=edit
This is the build of 7.1.0 that still has 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 84098] kill copy+paste in VBA tests ...

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84098

George Bateman  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |george.batema...@gmail.com
   |desktop.org |
 CC||george.batema...@gmail.com

-- 
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 90486] [META] Chart bugs and enhancements

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90486
Bug 90486 depends on bug 108157, which changed state.

Bug 108157 Summary: Chart bars disappear when reopening a file
https://bugs.documentfoundation.org/show_bug.cgi?id=108157

   What|Removed |Added

 Status|NEW |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 108157] Chart bars disappear when reopening a file

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108157

Leyan  changed:

   What|Removed |Added

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

--- Comment #10 from Leyan  ---
I cannot reproduce the issue on LibreOffice 7.0.3.1

The original file is opened with the data hidden in the chart, but it can be
retrieved by updating the formatting the X axis. I did not manage to make the
bars disappear when following the steps on 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 138984] Information missing due to footnote and line spacing in LibreOffice

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138984

--- Comment #6 from Jorge  ---
Created attachment 168244
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168244=edit
Screenshot without footnote in 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 138984] Information missing due to footnote and line spacing in LibreOffice

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138984

--- Comment #5 from Jorge  ---
Created attachment 168243
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168243=edit
Screenshot with footnote in MO

-- 
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 138924] Libre Writer does not properly execute the IMAGE anchor choice as coded in STYLES.XML

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138924

John Lockridge  changed:

   What|Removed |Added

 CC||john4...@newhopetel.net

--- Comment #3 from John Lockridge  ---
Created attachment 168242
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168242=edit
Screen shots showing that the code is actually broken

I've had two replies to my bug report, both stating that this will be fixed in
7.1.  I tested 7.1.0 and it is not fixed in that release.


It is version 7.1.0.0 beta 1  build 828a45a0b954e0e539f5a9

-- 
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 138984] Information missing due to footnote and line spacing in LibreOffice

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138984

--- Comment #4 from Jorge  ---
Created attachment 168241
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168241=edit
Screenshot with footnote in 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 138984] Information missing due to footnote and line spacing in LibreOffice

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138984

--- Comment #3 from Jorge  ---
Created attachment 168240
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168240=edit
Document without the last footnote

-- 
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 138984] Information missing due to footnote and line spacing in LibreOffice

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138984

--- Comment #2 from Jorge  ---
Created attachment 168239
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168239=edit
Document saved as .doc

-- 
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 138984] Information missing due to footnote and line spacing in LibreOffice

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138984

--- Comment #1 from Jorge  ---
Created attachment 168238
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168238=edit
Original document

-- 
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 138984] New: Information missing due to footnote and line spacing in LibreOffice

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138984

Bug ID: 138984
   Summary: Information missing due to footnote and line spacing
in LibreOffice
   Product: LibreOffice
   Version: 7.0.3.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jorgeurib...@hotmail.com

Description:
A .docx file containing a footnote and line spacing created in MO isn’t
rendered correctly when importing to LibreOffice as part of the information is
lost. The line spacing is lost, due to this the footnote is sent to the 2nd
page, and all the information after this is lost and seems unrecoverable. 

- When deleting the footnote on the third page, the document is rendered
correctly.
- When converting the document to a .doc through MO, all the information is
rendered correctly.


Actual Results:
Part of the information after the last footnote is deleted

Expected Results:
All the information is showing correctly


Reproducible: Always


User Profile Reset: No



Additional Info:

Version: 7.0.3.1, also tested in versions 7.0.1.2 and 6.4.7.2
Build ID: d7547858d014d4cf69878db179d326fc3483e082
CPU threads: 12; OS: Mac OS X 10.15.7; UI render: default; VCL: osx
Locale: en-US (en_CO.UTF-8); UI: en-US
Calc: 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 138958] Slovenian translation bug

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138958

Andras Timar  changed:

   What|Removed |Added

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

--- Comment #9 from Andras Timar  ---
(In reply to Martin Srebotnjak from comment #8)
> Does this mean they will not make it into RC1?

No, I don't see the rc1 tag, so I think we were on time.

The problem is not reproducible on my system with the latest translations.

Fixing commit:

commit ece40d072f96c1b8d2bb2028428cbecc6ebbb0d9 (HEAD -> libreoffice-7-1,
origin/libreoffice-7-1)
Author: Andras Timar 
Date:   Wed Dec 16 18:24:47 2020 +0100

Updated Slovenian translation

Change-Id: Ia1898aa1b2659422d96c1997dac7436f123d12f6

-- 
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 138983] Line on top of Text Box

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138983

--- Comment #1 from LeroyG  ---
Related question: https://ask.libreoffice.org/en/question/282929/

The "text box" is a Form Text Box. Apparently this occurs with any Shape, not
only Lines.

Writer, Impress and Draw show the same issue.

Version: 6.4.7.2 (x86)
Build ID: 639b8ac485750d5696d7590a72ef1b496725cfb5
CPU threads: 4; OS: Windows 6.1 Service Pack 1 Build 7601; UI render: default;
VCL: win; 
Locale: es-MX (es_MX); UI-Language: en-US
Calc: threaded

Pii (the OP) is with LibreOfice 7.0.3.1 on Windows 10.

-- 
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 138538] VIEW MENU: Replace View>Show Horizontal Scroll Bar/Vertical Scroll Bar with single menu entry

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138538

--- Comment #9 from Sascha Z  ---
(In reply to V Stuart Foote from comment #7)
> Sorry, s/rulers/scrollbars
> 
> And since we only provide control of scrollbars for Writer (they are
> automatic for the other modules) having them independent on the main 'View'
> menu is sufficient. Keeping them independent is functional, and adding a
> third combined control or a submenu would just add clutter.  Still -1

I disagree with clutter. All big applications provide a feature to hide or show
there scrollbars within a single command inside the main menu, often with a
shortcut.
LibreOffice however separates this feature into two different controls, shown
into a submenu that clutters the UI and force the user to use the mouse twice.

I can agree that separating the visibility of the different scollbars might be
useful to a very low amount of users (e.g. Tablet). But it also feels very
unprofessional for the majority of users that are used to a single control from
other applications.
Adding a master control inside the already existing submenu wouldn't clutter
the UI more then it already is. Rather it would allow us to add a commonly used
shortcut and the users to shift this control into the main-menu.

-- 
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 90486] [META] Chart bugs and enhancements

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90486
Bug 90486 depends on bug 77078, which changed state.

Bug 77078 Summary: "Reverse Axis" does not work for Secondary Axes
https://bugs.documentfoundation.org/show_bug.cgi?id=77078

   What|Removed |Added

 Status|NEW |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 77078] "Reverse Axis" does not work for Secondary Axes

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77078

Leyan  changed:

   What|Removed |Added

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

--- Comment #6 from Leyan  ---
Seems to work fine on LibreOffice 7.0.3.1. I was able to select reverse axis on
the first axis and/or the second axis and the result was as expected in all
cases, only the relevant axis was affected.

-- 
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 138924] Libre Writer does not properly execute the IMAGE anchor choice as coded in STYLES.XML

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138924

--- Comment #2 from Andrea Piovesana  ---
Good news: default anchor can be configured with the upcoming 7.1 release
i wish

-- 
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 138958] Slovenian translation bug

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138958

--- Comment #8 from Martin Srebotnjak  ---
Maybe your time and date explains this:
Author: Christian Lohmaier 
Date:   Tue Dec 15 15:01:11 2020 +0100

The latest Slovenian files were checked in not from Weblate but directly from
my files at around 18:30 by Andras.

Does this mean they will not make it into RC1?

-- 
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 134191] Not possible to change series titles in graphs

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134191

Leyan  changed:

   What|Removed |Added

 CC||ouyang.le...@hotmail.com

--- Comment #8 from Leyan  ---
I can confirm the bug and wrote about it in the mailing list:
https://lists.freedesktop.org/archives/libreoffice/2020-December/086455.html

It affects all charts created in Calc with data in rows then copied to Writer.
It is due to the charts with internal data table, like in Writer, trying to
transpose the initial data to change the data to columns, but then this is not
correctly managed during the category label edition and it causes the 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 138968] PDF image vanishes from canvas after PDF export or cut and pasting the image (if file saved with 7.2; fine with 7.0 saved file)

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138968

Telesto  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression
Summary|PDF image vanishes from |PDF image vanishes from
   |canvas after PDF export |canvas after PDF export or
   |(file reload and back to|cut and pasting the image
   |normal) or cut and paste|(if file saved with 7.2;
   ||fine with 7.0 saved 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 138968] PDF image vanishes from canvas after PDF export (file reload and back to normal) or cut and paste

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138968

--- Comment #2 from Telesto  ---
Created attachment 168237
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168237=edit
Fine file saved with 7.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 136011] Number in multi-line chart categories are not exported if chart is copied from Calc to Writer

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136011

Leyan  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |ASSIGNED

--- Comment #3 from Leyan  ---
I provided a fix here: https://gerrit.libreoffice.org/c/core/+/107858

-- 
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 138965] Some files saved as ".docx" give corrupted error on reopening after completely closing the applicaiton,

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138965

--- Comment #1 from Telesto  ---
Is it possible to add one or two corrupted files.. or give some more specific
steps.. might be related to content of the DOCX

-- 
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 138973] Sidebar Gallery deck crashing

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138973

Telesto  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from Telesto  ---
Confirm
Version: 7.2.0.0.alpha0+ (x64)
Build ID: 15e4427e8fb56a143caa28b8a3120f3761fc77a5
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: 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 138923] [FILEOPEN] PPTX text outside page borders (but ok in Microsoft PowerPoint)

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138923

--- Comment #6 from Marina Latini (SUSE)  ---
No repro:

Version: 7.0.3.1
Build ID: 00(Build:1)
CPU threads: 8; OS: Linux 5.3; UI render: default; VCL: kf5
Locale: it-IT (it_IT.UTF-8); Interfaccia utente: it-IT
Calc: threaded

OS: openSUSE Leap 15.2
KDE Plasma: 5.20.4
KDE Frameworks: 5.77.0
Qt: 5.15.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 138982] VIEWING Enhancement: Show cursor position as percentage of document

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138982

Telesto  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||tele...@surfxs.nl

-- 
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 138923] [FILEOPEN] PPTX text outside page borders (but ok in Microsoft PowerPoint)

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138923

--- Comment #5 from Marina Latini (SUSE)  ---
No repro:

Versione: 6.4.5.2
Build ID: 40(Build:2)
Thread CPU: 2; SO: Linux 5.3; Resa interfaccia: predefinito; VCL: gtk3; 
Versione locale: it-IT (en_US.UTF-8); Lingua interfaccia: it-IT
Calc: threaded

OS: "SUSE Linux Enterprise Desktop 15 SP2"


No repro:

Version: 7.0.3.1
Build ID: d7547858d014d4cf69878db179d326fc3483e082
CPU threads: 2; OS: Linux 5.3; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: 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 138980] CTRL+A cut doesn't include image frame/ with image if record changes being enabled

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138980

raal  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||r...@post.cz
 Status|UNCONFIRMED |NEW

--- Comment #2 from raal  ---
Confirm Version: 7.2.0.0.alpha0+
Build ID: 9a2a4bc5ed340ba187c8e27db5c8477c990c93af
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: 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 138883] Revise implementation of the Category system in Template Manager, including automatic refresh when categories are changed

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138883

--- Comment #16 from sdc.bla...@youmail.dk ---
(In reply to sdc.blanco from comment #14)
>> strongly disagree with the mixture of internal and file system operations.
> Could "category" be a custom  tag in a template? 
Using groupuinames.xml is better than custom meta tag.  Separates physical
filesystem from "categories" of TM; does not require document modification.

Here is a sketch for how to separate TM internal system from file system,
building on already existing features of internal system.  

( "sketch" = some proposed steps that might stimulate/motivate others to
develop further or to inspire a more promising direction )

Internal TM system has to handle at least following cases when rename/delete
category is used.

1. If a category (subdirectory) has templates, then "delete category" should
offer (require) user to select a new category for the templates (which, on the
backend, moves template files from one directory to another) (and probably
"refreshes" what template manager has loaded in its memory)

2. If directory for deleted category is empty, then (on backend, silently
delete the subdirectory,  otherwise subdirectory continues to appear as
category). (Should not be a problem to delete an empty directory, even if added
manually outside of TM). (and "refresh" memory)

3. If directory for deleted category is still not empty (after case 1, where
templates have been moved), then leave the directory.  (It leaves an "orphaned"
directory, but seems better than "deleting", especially if a user has manually
changed an .ott to .ott.bak or something like that, then the directory is not
deleted, even though the category is deleted and the valid templates are
moved.)

NB.  If case 3 is used, then seems better to use groupuinames.xml for
determining appearance of ALL categories in TM, not just when category name is
changed to be different from directory name.  Would require TM to check for new
subdirectories when opening (in case user has added one manually), and to
"write" all subdirectories in groupuinames.xml (even if subdirectory and
category name is the same). --  (with this approach, groupuinames.xml would
also have to record "orphaned" subdirectories so that they do not (re)appear as
a category, but allow a "new" category to be created with the same name as an
"orphaned" category, taking over again the subdirectory with the same name).  


Case 4.  Make 2 user paths (e.g., the default 4/user/template, and, for sake of
example, mytemplatedir).  Create a category B in TM, where userprofile is
default path.  Manually create a subdirectory B to mytemplatedir.  Now TM shows
all templates in both directories.  (in effect, replicating the operation of
MyTemplates, but now with a subdirectory, rather than the path directories).  

One problem (also now) is that it is impossible to rename the category, even
though it shows all templates in both directories.

The other problem (also now) is that in deleting the category, the directory
(and its contents) in the default path IS deleted, while the other subdirectory
(in the non-default path) remains, and the user interface says "cannot delete
category", even though it did delete the default path, and the change can be
seen in TM).   

This case, multiple directories with same category name, could be handled with
same rules as the previous three cases.  Need to update the groupuinames.xml in
each directory, if groupuinames.xml is used to control all category names,
including those names that are identical to directory names.)

-- 
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 134265] Marking comment as resolved doesn't get saved in DOCX format

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134265

--- Comment #8 from Federico Kereki  ---
Check bug 138930 for sample files.

-- 
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 138983] New: Line on top of Text Box

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138983

Bug ID: 138983
   Summary: Line on top of Text Box
   Product: LibreOffice
   Version: 7.0.3.1 release
  Hardware: PowerPC
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jbelo...@hotmail.com

Description:
I have a file in writer, I inserted a text box then inserted a line (in which
ever pattern, horizontal, vertical etc...)I dragged the line and place it on
top of the text box but it goes behind the text box. I tried the Bring to Front
function but it doesn't work. It stays covered by the text box. I tried the
same on Drawing and it didn't work. I tried it on Calc and it worked. The line
finally stays on top. I don't know why. it is a simple function. Why isn't it
the same on Writer or Drawing.

Steps to Reproduce:
1.I inserted a text box then inserted a line (in which ever pattern,
horizontal, vertical etc...)
2.I tried the Bring to Front function.
3.I tried the same on Drawing & Calc

Actual Results:
I don't understand this box. Everything is explain in the Description box.

Expected Results:
I don't understand this box. Everything is explain in the Description box.


Reproducible: Always


User Profile Reset: No



Additional Info:
I don't understand this box. Everything is explain in the Description box.

-- 
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 138982] New: VIEWING Enhancement: Show cursor position as percentage of document

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138982

Bug ID: 138982
   Summary: VIEWING Enhancement: Show cursor position as
percentage of document
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jspren...@gmail.com

Description:
When writing a novel events in the story should be placed near specific
positions within the document. Please add to the status bar the position of the
cursor within the document as a percentage. Example: With the cursor/insertion
point in the middle of the document show 50%. At the start of the document show
0%. At the end show 100%.

Actual Results:
Enhancement.

Expected Results:
Enhancement.


Reproducible: Always


User Profile Reset: No



Additional Info:
Would be very helpful. The position could be calculated using character count
or word count. It's not particularly important which is used for this
application. There are other enhancements for writers that would be very
helpful too, but I'd be happy for any improvement. Setting up a build
environment and submitting a pull request for something so simple seems like a
waste.

-- 
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 50916] Allow more than 1024 columns in calc

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50916

Mike Kaganski  changed:

   What|Removed |Added

 Status|NEEDINFO|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 138958] Slovenian translation bug

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138958

--- Comment #7 from Martin Srebotnjak  ---
I have just checked the latest swriter/guide.po and shared/01.po

I corrected both errors, these are not present in the files I sent to Andras
and were checked in today.

Please, make these file available for RC1 builds.

-- 
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 138981] Slow save because high res clipboard pasted image (jpg) gets converted to PNG (because it pastes as unknown format)

2020-12-16 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138981

Telesto  changed:

   What|Removed |Added

Summary|Slow save because paste |Slow save because high res
   |clipboard image gets|clipboard pasted image
   |converted to PNG|(jpg) gets converted to PNG
   ||(because it pastes as
   ||unknown format)

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