[Libreoffice-bugs] [Bug 50607] [META] Asian Phonetic Guide ( Ruby ) issues

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50607

Dieter  changed:

   What|Removed |Added

 Depends on||141466


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=141466
[Bug 141466] Asian phonetic guide for Japanese does not work properly if I
change the default "base text".
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141466] Asian phonetic guide for Japanese does not work properly if I change the default "base text".

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141466

Dieter  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de
 Blocks||50607

--- Comment #2 from Dieter  ---
(In reply to typingcat from comment #1)
> I had taken 5 screenshot PNG's, and I was going to attach them, but it seems
> that I cannot attach multiple files at once.

That's correct. You can either attach each image separate or put them into a
zip-file.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=50607
[Bug 50607] [META] Asian Phonetic Guide ( Ruby ) 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 141489] Inserting an image in a page with other images, sometimes other images disappear.

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141489

Dieter  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO
 Whiteboard| QA:needsComment|
 CC||dgp-m...@gmx.de

--- Comment #1 from Dieter  ---
David, thank you for the bug report. Could you please attach a document, where
all the other images have vanished?
=> 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 105501] LibreOffice becomes non-responsive while installing a large font

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105501

Timur  changed:

   What|Removed |Added

   Priority|medium  |lowest
   Severity|minor   |enhancement

--- Comment #10 from Timur  ---
I guess still as reported. But I convert to enhancement.

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


[Libreoffice-bugs] [Bug 137679] Implement a Kahan summation algorithm for reduce the numerical error in the total

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137679

--- Comment #15 from Mike Kaganski  ---
(In reply to b. from comment #14)

I agree that order of RAWSUBTRACT is inconsistent with normal subtraction. As
you wrote in bug 141752 comment 0,

=1E+016 - 1 - 1E+016 gives 0, while
=RAWSUBTRACT(1E+016;1;1E+016) gives -1;

=1E+016 - 1E+016 - 1 gives -1, while
=RAWSUBTRACT(1E+016;1E+016;1) gives 0.

This is due to natural processing order of the arguments of a function in Calc,
(that is *unspecified* by ODF!) and reversing it is possible here (forming a
vector of arguments before performing negations), but is completely useless in
view of Kahan summation algorithm (which is not complex by the way, just needs
an easy hacker to handle it).

Your bug was actually useful that it highlighted that RAWSUBTRACT is also a
subject to the Kahan (or more precisely, improved Kahan–Babuška) algorithm
implementation, so also is covered by this bug. Spending even one minute on an
alternative "fix" of bug 141752 is just a waste of developers' time , and I
disagree with "unduping" (but anyone is still free to suggest a patch with
"alternative" fix that would make a single person in the universe happy).

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


[Libreoffice-bugs] [Bug 141766] Document sheet protection options added in 5.4

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141766

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 141766] New: Document sheet protection options added in 5.4

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141766

Bug ID: 141766
   Summary: Document sheet protection options added in 5.4
   Product: LibreOffice
   Version: 5.4.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Documentation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ilmari.lauhakan...@libreoffice.org
CC: olivier.hal...@libreoffice.org

https://wiki.documentfoundation.org/ReleaseNotes/5.4#Calc

A new Cell Protection toggle command was added to Edit ▸ Cell Protection to
change the protection status of the cell. tdf#95885 (Gülşah Köse)

Four new sheet protection options have been added to optionally allow
insertions and deletions of rows and columns. The Insert rows and Insert
columns options allow row and column insertions even when the sheet is
protected, whereas the Delete rows and Delete columns options allow row and
column deletions. Note that when row and column insertions are enabled, you can
insert rows or columns even when the range to insert the new rows or columns
into contains protected cells which will get shifted after the insertion. Row
and column deletions, on the other hand, are only allowed on unprotected cells.
tdf#43535 (Kohei Yoshida, Collabora)

These need to be documented in this page:
https://help.libreoffice.org/latest/en-US/text/scalc/guide/cell_protect.html?DbPAR=CALC#bm_id3146119

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


[Libreoffice-bugs] [Bug 139023] LO 7.0.4 cannot be terminated on win2012 in terminal server mode sometimes

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139023

--- Comment #2 from kabilo  ---
Hi Makrea,
I think this problem was after exporting data to LO from 3rd party
applications.
I can't verify this, version 6.4 has been returned to the production
environment.
Regards

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


[Libreoffice-bugs] [Bug 139722] cannot insert image in sheet with large row height

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139722

Buovjaga  changed:

   What|Removed |Added

 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #4 from Buovjaga  ---
Like raal, I see the problem in older versions. 6.3 repo oldest, 7.0 repo
oldest & master. Is the working state seen only on Windows?

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


[Libreoffice-bugs] [Bug 138192] Provide arm64 or x86-64/arm64 Universal Binary builds for macOS on Apple Silicon

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138192

--- Comment #9 from jeanmarcran...@gmail.com ---
Just noticed that libreoffice.org's System Requirements page [0] now states:
  "Intel or Apple silicon processor (via Rosetta - native Apple silicon support
is being developed)"

[0] https://www.libreoffice.org/get-help/system-requirements/

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


[Libreoffice-bugs] [Bug 141501] Difference in PIVOTTABLE layout using Calc under Windows or Linux

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141501

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 138520] Toolbars and page too small with Wayland fractional scaling and Qt5 plugin

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138520

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 141382] Properties dialog not in sync with actual properties.

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141382

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 141491] No transparency when exporting selection in png with Draw

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141491

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 141489] Inserting an image in a page with other images, sometimes other images disappear.

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141489

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 141382] Properties dialog not in sync with actual properties.

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141382

--- Comment #3 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 127528] Installing new version 6.3.1.2 stripped all headers from all spreadsheets.

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127528

--- Comment #11 from QA Administrators  ---
Dear n4ark,

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 127528] Installing new version 6.3.1.2 stripped all headers from all spreadsheets.

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127528

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 137609] When I click any inputed cell, Calc erase the inputed characters. The occurrence of this phenomenon is random.

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137609

--- Comment #2 from QA Administrators  ---
Dear MARINA-SODA,

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 137416] Crash in: libc-2.25.so

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137416

--- Comment #2 from QA Administrators  ---
Dear evgeny.semus,

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 99877] [CHART] XLTX wrongly imported chart

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99877

--- Comment #10 from QA Administrators  ---
Dear Dennis Roczek,

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 67929] Graphics lists not saved

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67929

--- Comment #8 from QA Administrators  ---
Dear Olivier Hallot,

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 53358] FILEOPEN Certain non-keyword formula literals in curly braces (e.g., "{*}") in imported DOCX document result in errors in LO

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=53358

--- Comment #12 from QA Administrators  ---
Dear Stephan van den Akker,

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 52543] framework: broken links under /opt/lodev-3.6/share points to no longer existing OOo websites

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=52543

--- Comment #8 from QA Administrators  ---
Dear Sabri Unal,

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 45065] Clipping issue (was: Problem with EDITING of technical pdfs)

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45065

--- Comment #25 from QA Administrators  ---
Dear brian.bj.parker99,

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 123668] Cursor focus moves outside Quick find bar when reaching results in Notes view

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123668

--- Comment #4 from QA Administrators  ---
Dear David F Smith,

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 123665] Inconsistent behavior of "find next" in slides and notes

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123665

--- Comment #8 from QA Administrators  ---
Dear David F Smith,

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 105844] FILESAVE: Very slow saving with password compared to 5.2.5

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105844

--- Comment #22 from QA Administrators  ---
Dear jhertel,

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 101958] "Find" toolbar field won't accept pasted text from the clipboard other than unformatted text after keyboard switch

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101958

--- Comment #11 from QA Administrators  ---
Dear CTAC,

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 101368] Print selected area does not wrap text

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101368

--- Comment #10 from QA Administrators  ---
Dear Houman,

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 138386] WMF: LO Writer does not display .emf files properly

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138386

--- Comment #32 from tor...@yahoo.com ---
Created attachment 171297
  --> https://bugs.documentfoundation.org/attachment.cgi?id=171297&action=edit
screenshot of D3Cos.emf; compare to 171275

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


[Libreoffice-bugs] [Bug 134050] Crash in: sclo.dll on editing chart data range after copying and pasting from an existing chart

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134050

susan.car...@jeffersoncounty.in.gov changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #4 from susan.car...@jeffersoncounty.in.gov ---
I had to go back to Excel in order to get my work done. As I'm no longer using
Libre Office you may close this bug report.

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


[Libreoffice-bugs] [Bug 141765] Drawing Object Properties toolbar is slightly taller

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141765

Aron Budea  changed:

   What|Removed |Added

 OS|Windows (All)   |Linux (All)

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


[Libreoffice-bugs] [Bug 141765] Drawing Object Properties toolbar is slightly taller

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141765

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 141765] New: Drawing Object Properties toolbar is slightly taller

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141765

Bug ID: 141765
   Summary: Drawing Object Properties toolbar is slightly taller
   Product: LibreOffice
   Version: 7.0.0.3 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Keywords: bibisected, bisected, regression
  Severity: minor
  Priority: medium
 Component: graphics stack
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ba...@caesar.elte.hu
CC: caol...@redhat.com

- Add a shape to the document.
- Click on and away from the shape.

=> The second toolbar (normally Formatting, and Drawing Object Properties when
the shape is selected) slightly expands/contracts when the shape is
selected/deselected.

Observed using LO 7.2.0.0.alpha0+ (5348b3946b8f2b9581cdd8b40fa774c2a9d23868) &
7.0.0.3 / Ubuntu. Fine in Windows.
No such change in 6.4.0.3. => regression

Bibisected to the following commit using repo bibisect-linux-64-7.0. Adding CC:
to Caolán McNamara.

https://cgit.freedesktop.org/libreoffice/core/commit/?id=6c01bbab45eb16356d345ae2f6bfd6a864dd59e1
author  Caolán McNamara 2020-02-10 11:36:53
+
committer   Caolán McNamara 2020-02-11 12:28:19
+0100

weld FillControl item window

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


[Libreoffice-bugs] [Bug 112581] [META] Linked (non-embedded) external files bugs and enhancements

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112581
Bug 112581 depends on bug 141244, which changed state.

Bug 141244 Summary: DDE Link edit missing
https://bugs.documentfoundation.org/show_bug.cgi?id=141244

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 92796] [ODF] Writer does not remove unused page background image/bitmap

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92796

Nicolas R  changed:

   What|Removed |Added

 CC||fran2...@yopmail.com

--- Comment #27 from Nicolas R  ---
Hello,

Still present and annoying in version 

Version: 7.1.2.2 / LibreOffice Community
Build ID: 10(Build:2)
CPU threads: 12; OS: Linux 5.10; UI render: default; VCL: kf5
Locale: fr-FR (fr_FR.UTF-8); UI: fr-FR
7.1.2-2
Calc: threaded

Tested with background image in page style ...

If you try several successive images as background ... all of them stay in
Pictures subfolder inside the odt

The only way to suppress them is to unzip the odt, suppress the pictures in
Pictures subfolder , fiddle with styles.xml and zip the whole files to have the
new .odt.

It would be great to have "something" in the ui to deal with these hidden
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 141752] calc: calculate: trap in rawsubtract, wrong calculation sequence, documentation imprecise

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141752

--- Comment #2 from b.  ---
@Mike Kaganski: sorry for objecting: 

1. users who know enough about fp-math, know that the calculating sequence
matters, and do meaningful (small to big?) operand ordering acc. the sequence
minuhend - subtrahend1 - subtrahend2 - subtrahend3 ... will be trapped, will be
astonished that it doesn't work as expected and documented, and turn away
frustrated with the idea 'fp-math is imprecise' ... we already have too much of
these people, missing for making a good program, 

and it's unjustified, fp-math and IEEE 754 is! precise (to some degree), calc
is messing it up in some respects, this case is clearly calc bullshitting and
you defending it ... 

and it's never ever a dupe of a kahan summation enhancement request, it might
be covered with kahan, might as well have / cause problems, see comment
https://bugs.documentfoundation.org/show_bug.cgi?id=137679#c14, but in it's
source it's different ... suggest unduping ... 

else ... file one big bug 'fp-math is imprecise', mark it as 'wontfix' and any
calculation bugs as dupes and you are done ... ;-)

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


[Libreoffice-bugs] [Bug 137679] Implement a Kahan summation algorithm for reduce the numerical error in the total

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137679

--- Comment #14 from b.  ---
(In reply to Mike Kaganski from comment #13)
> *** Bug 141752 has been marked as a duplicate of this bug. ***

don't think that fits, 'Kahan' if implemented might solve the other problem,
but Kahan is 'not so easy' it'll take some time ... 

in the meantime the rawsubtract-sequence can be solved by other means, e.g.
calculation sequence as the subtrahends are numbered ... 

think it might lead to circles if rawsubtract is used - and neccessary? - to
calculate the 'kahan artefacts', and one would use kahan inside rawsubtract to
avoid deviations from operand ordering ... ??? 

propose unduping,

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


[Libreoffice-bugs] [Bug 141408] Updating Ukrainian spellchecker

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141408

Andras Timar  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |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 141762] building from source on non-wayland linux produces binary which crashes Xorg

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141762

Jean-Baptiste Faure  changed:

   What|Removed |Added

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

--- Comment #3 from Jean-Baptiste Faure  ---
I build LO 7.1 and current master on Ubuntu 18.04 x86-64 and I do not have any
problem to run LO in my Xorg session.

Please could you attach your autogen options. Generally these options are
provided in a file named autogen.input

That said, you could ask for help on the developer irc channel.

Status has been set to NEEDINFO, please set it back to UNCONFIRMED once
requested information has been provided.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 141740] Unexpected Numerical List Behavior

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141740

Jean-Baptiste Faure  changed:

   What|Removed |Added

 CC||jbfa...@libreoffice.org

--- Comment #3 from Jean-Baptiste Faure  ---
(In reply to don.steinbarge from comment #2)
> (In reply to Uwe Auer from comment #1)
> > - Select you numbered list
> > - Format -> Bullets and Numbering -> Tab: Position
> > - Tab stop at: Increase the default value to 0.60" or some larger value
> > 
> > From my perspective not a bug.
> 
> So the text should not look uniform? I would think that numbered lists
> should look alike all the way throughout the document

Your picture shows that the dot after VII is aligned with the I of previous
Item, so the Item following VII. can't be aligned.
On the contrary, if the tab is big enough all the items on your screenshot will
be aligned vertically.

Not a bug for me.
Best regards. JBF

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


[Libreoffice-bugs] [Bug 141408] Updating Ukrainian spellchecker

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141408

--- Comment #4 from Commit Notification 
 ---
Andras Timar committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/dictionaries/commit/06a28cf2efe2e3fa887912989650dcaaf05f0958

tdf#141408 updated Ukraininan dictionaries

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


[Libreoffice-bugs] [Bug 141408] Updating Ukrainian spellchecker

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141408

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 109195] [META] DOCX (OOXML) Footnote and Endnote bugs and enhancements

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109195
Bug 109195 depends on bug 141548, which changed state.

Bug 141548 Summary: FILEOPEN: DOCX: Text in endnote is missing
https://bugs.documentfoundation.org/show_bug.cgi?id=141548

   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 141548] FILEOPEN: DOCX: Text in endnote is missing

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141548

László Németh  changed:

   What|Removed |Added

   Assignee|nem...@numbertext.org   |libreoffice-b...@lists.free
   ||desktop.org
 Resolution|--- |FIXED
 Status|ASSIGNED|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 135832] UI: Configuring a bitmap to show on full page with custom position and size not easy to do/ user friendly

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135832

Buovjaga  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 132901] Tools > Options > LibreOffice > Online update crashes if "online update" feature is not installed

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132901

Xisco Faulí  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |xiscofa...@libreoffice.org
   |desktop.org |

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


[Libreoffice-bugs] [Bug 141749] Text Tearing, Font Shrinkage, and Line Shifting bug related to use of Sidebar

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141749

--- Comment #1 from ProblemSolver  ---
With regards to my initial bug post, which I tried to keep as concise and to
the point as possible, there are a couple of things I thought went without
saying but perhaps should have been explicitly stated for completeness.

One, since I maintain that the three issues this bug causes are all seemingly
related to the sidebar being docked to the right-hand side of the monitor
screen—but not to the left-hand side, then undocking the sidebar and leaving it
to float is also a “solution”. However, it is doubtful that either of those
“solutions” would be something any user would do because, in the former case,
there already is an apparently unmovable media sidebar located there and, in
the latter case, due to the sheer size and shape of the “sidebar”, having it
floating is not a viable solution as it would block too much of the workspace. 

Two, since having no sidebar on the right-hand side of the monitor screen is a
“solution”, then changing the view from Normal to Web or Full Screen are also
“solutions.” Again, it is doubtful that many users would use the Web view
because the margins are, at least for me, annoyingly too close to the edges of
the screen for easy reading (at least with larger font sizes) and the Full
Screen view lacks title and menu bars that users might want access to (unless
you happen to know all the shortcuts off the top of your head).

So, the best temporary “solution” would seem to be to deselect the Sidebar
option from the View drop-down menu and, if you need the functionality of the
Navigator, for example, then access it via the View drop-down menu until a
permanent software solution is found.

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


[Libreoffice-bugs] [Bug 141382] Properties dialog not in sync with actual properties.

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141382

--- Comment #2 from Andreas Säger  ---
But I am not the only one:
https://forum.openoffice.org/en/forum/viewtopic.php?f=11&t=104915

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


[Libreoffice-bugs] [Bug 86321] EDITING, FORMATTING: diagram didn't automatic update when change variable (steps in comment 28)

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86321

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||bisected

--- Comment #94 from Xisco Faulí  ---
I've just bisected this again.
Regression introduced by

author  Armin Le Grand  2014-02-18 21:18:13 +
committer   Caolán McNamara 2014-02-19 20:29:12
+
commit  db1d2af02861b49e4f53d726d59cd71c20cee9b1 (patch)
treea4edfc1235314f5e3d03c45a52863a052ad19286
parent  2237604b6b1d08439ac37f096a787c449a046b5f (diff)
Resolves: #i123539# some optimizations for 3D chart...

Bisected with: bibisect-43max

I might have a solution for this...

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


[Libreoffice-bugs] [Bug 141764] Wrong image showing Weblate in Firefox.

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141764

--- Comment #1 from lach...@gmail.com ---
Created attachment 171296
  --> https://bugs.documentfoundation.org/attachment.cgi?id=171296&action=edit
How it 'works'

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


[Libreoffice-bugs] [Bug 141764] New: Wrong image showing Weblate in Firefox.

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141764

Bug ID: 141764
   Summary: Wrong image showing Weblate in Firefox.
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Localization
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: lach...@gmail.com

Description:
A long list of XML tags has the wrong ostent. See more in the attached video.

Steps to Reproduce:
1.
https://translations.documentfoundation.org/translate/libo_help-master/textsharedoptionen/uk/?checksum=d854ed2a8604bc42
2.
3.

Actual Results:
Hard to see actual results.

Expected Results:
WYSIWYG


Reproducible: Always


User Profile Reset: No



Additional Info:
The same results in windows and Linux.

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


[Libreoffice-bugs] [Bug 102627] Paste Special of RTF formatted text from Writer table can change the font in Calc

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102627

David F Smith  changed:

   What|Removed |Added

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

--- Comment #11 from David F Smith  ---
Buovjaga's Comment 10 prompted me to try again.  Starting from my original text
document, I got the same (worse) results that I reported on 15-Apr.  But when I
recreated the table from scratch in a new text document, then copied and pasted
that into Calc, the formatting was copied (mostly) correctly.  ("Mostly" means
that the bold text turned into a super-wide bold format.  I don't understand
that.)
So my original bug is now pretty much fixed, and my updated report from 15-Apr
seems to be due to sometime weird in my text document.  I'm changing the status
to WORKSFORME.
Thanks.

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


[Libreoffice-bugs] [Bug 109040] [META] RTF paste special bugs and enhancements

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109040
Bug 109040 depends on bug 102627, which changed state.

Bug 102627 Summary: Paste Special of RTF formatted text from Writer table can 
change the font in Calc
https://bugs.documentfoundation.org/show_bug.cgi?id=102627

   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 125969] Background image, previously imported by user, not visible as a bitmap thumbnail when file reopened

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125969

Tushar Kumar Rai  changed:

   What|Removed |Added

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

--- Comment #11 from Tushar Kumar Rai  ---

> Tushar: you can discuss with LO Devs on IRC or ask on dev LO forum.

Sure. I was busy working on Gsoc proposal and am working on different patch
now.
Will assign it to myself after finishing.

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


[Libreoffice-bugs] [Bug 141097] LibreOffice doesn't close when opened through API on Sybase PowerBuilder

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141097

--- Comment #16 from Makrea  ---
(In reply to Buovjaga from comment #15)
> In bug 141513, Advantage Database is in use with API

Since that code that I analysed on
https://bugs.documentfoundation.org/show_bug.cgi?id=141097#c13 was made all LO
opened through API breaks closing on GUI so I'm not surprised by the existence
of several bugs that are reported regarding this precise issue.

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


[Libreoffice-bugs] [Bug 141751] QR-Codes are blurry after saving to .xls

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141751

Telesto  changed:

   What|Removed |Added

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

--- Comment #4 from Telesto  ---
Thanks for reporting. Known - old - bug :-(

Adding it too it, more duplicates & more people in CC increases changes of a
fix

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

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


[Libreoffice-bugs] [Bug 51510] FILESAVE: Exporting documents with embedded SVG to doc or docx converts the image to low-resolution pixel graphics

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51510

Telesto  changed:

   What|Removed |Added

 CC||rien...@hotmail.com

--- Comment #24 from Telesto  ---
*** Bug 141751 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 136524] [META] Performance/hang/lag/high CPU issues

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136524
Bug 136524 depends on bug 136680, which changed state.

Bug 136680 Summary: Paste from web freezes LibreOffice
https://bugs.documentfoundation.org/show_bug.cgi?id=136680

   What|Removed |Added

 Status|NEEDINFO|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 102593] [META] Paste bugs and enhancements

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102593
Bug 102593 depends on bug 136680, which changed state.

Bug 136680 Summary: Paste from web freezes LibreOffice
https://bugs.documentfoundation.org/show_bug.cgi?id=136680

   What|Removed |Added

 Status|NEEDINFO|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 136680] Paste from web freezes LibreOffice

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136680

Telesto  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|NEEDINFO|RESOLVED

--- Comment #4 from Telesto  ---
Version: 7.2.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: a809b2ab2553e946431699d9d7ac3f6209cbdd6b
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 141739] Highlighting applied after drag & drop (unexpected)

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141739

--- Comment #6 from Telesto  ---
Created attachment 171295
  --> https://bugs.documentfoundation.org/attachment.cgi?id=171295&action=edit
Screencast

(In reply to Heiko Tietze from comment #5)
> (In reply to Telesto from comment #4)
> > Me not totally following. What do you mean with 'section'?
> 
> Some characters. Just continue typing after applying DF- you want the, for
> example, yellow highlighting to be continued. Don't see a reason why moving
> text should behave differently.

This is about 'copy/paste' (drag drop) changing formatting/ Not about 'typing
after DF'. Did you try the steps? 

Adding a screencast too :P

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


[Libreoffice-bugs] [Bug 86321] EDITING, FORMATTING: diagram didn't automatic update when change variable (steps in comment 28)

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86321

--- Comment #93 from VLB  ---
(In reply to Dimitris Kallipolitis from comment #91)
> I have found a solution to this problem:
> Go to Tools->Options->LibreOffice→Advanced→Open Expert Configuration→ Search
> for ‘cache’→ Change org.openoffice.Office.Common→Cache→Drawing Engine
> (OLE_Objects) to e.g. 40 (default value 20). This value should be greater
> than your maximum number of charts in any spreadsheet that you use. A lower
> value causes some charts not to be updated when spreadsheet data is updated.
> It's a cache issue.
> 
> Verified with:
> Version: 7.1.2.2 / LibreOffice Community
> Build ID: 10(Build:2)
> OS: Linux 5.8; UI render: default; VCL: gtk3
> Ubuntu package version: 1:7.1.2~rc2-0ubuntu0.20.04.1~lo3
> Calc: threaded

Thanks for the feedback on the issue!

I have adjusted the value as indicated to a value of 90 (in connection with a
sheet with 88 graphs) and tested it. I can conclude that this solves the
problem for 1 sheet. Only I also have more of these shets open with
miscellaneous adjustments (so maybe more than 4 * 88 graphs) and then notice
that they are no longer updated. Can this value be increased indefinitely,
without causing problems elsewhere?
It would also be great if this problem could be solved in the source code, as
already indicated in comment 92.

Version: 7.1.2.2 (x64) / LibreOffice Community
Build ID: 8a45595d069ef5570103caea1b71cc9d82b2aae4
CPU threads: 16; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: nl-NL
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 141719] No KeyID for Title and Content in Slide Properties

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141719

--- Comment #11 from Julien Nabet  ---
(In reply to Caolán McNamara from comment #10)
> (In reply to Julien Nabet from comment #7)
> ...
> the keyid language "qtz" isn't a true translation target with real .mo
> files, but a pseudo-one implemented in unotools/source/i18n/resmgr.cxx:213,
> the "if it's a key id locale, generate it here" hunk that intercepts
> attempts to use the .mo file and return the keyid instead. But gtk uses the
> .mo files directly to extract translations, so in keyid mode the native gtk
> components continue to work on the .mos as normal. I can't think of a
> practical way to the native gtk widgets to show keyid.
A bit complicated but I'll put it in my personal notes and try to not forget
it.

> Which I suppose is an aside from the original bug which does appear to be
> NAB, e.g. unzipping clippingimagestyles.pptx gives
> ppt/slideLayouts/slideLayout2.xml which has  in the document itself
Ok so no translation possible here.

Thank you for the detailed feedback!

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


[Libreoffice-bugs] [Bug 135832] UI: Configuring a bitmap to show on full page with custom position and size not easy to do/ user friendly

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135832

--- Comment #4 from Telesto  ---
(In reply to Buovjaga from comment #3)
> (In reply to Heiko Tietze from comment #2)
> > We have many tickets around this, bug 103223 or bug 113224 are the meta
> > tickets. I suggest to resolve this report as duplicate. It's anyway a bit
> > unspecific.
> 
> Telesto: do you agree? If yes, pick a duplicate

Not seeing anything similar in those meta bugs (but well only skimmed through)

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


[Libreoffice-bugs] [Bug 135905] Drag and drop below the last position should place the caret at the end

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135905

--- Comment #10 from Telesto  ---
(In reply to Heiko Tietze from comment #9)
> Do you suggest that we block dropping below the end of document (which
> places the dragged content at the end)?

That's kind of what I'm suggesting :P. There are so much where this this works.
You really need to drag it to the 'empty space'. If there is (empty) paragraph
below, this doesn't work at all.. 

So scope already limited. And well drag 'down' to empty space to put it at the
end is not a really natural experience either. 

This is more bad drag accident drag in my perception. 

But if this is 'introduced' by design, then there is likely someone somewhere
actually using finding. Else it's more a 'bug' which might be seen as feature
by some?

I see it as a bug. Minor or trivial, but still a bug  if you ask me (with my
current knowledge). But well hoping there more people in UX able to give some
feedback.

Maybe this being useful in tables or something like that?

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


[Libreoffice-bugs] [Bug 141398] Reduce user's work load for inserting cross-references

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141398

--- Comment #10 from Mike Kaganski  ---
(In reply to Christian Lehmann from comment #9)
> This is a misunderstanding.
> 1) If I want to refer to the object numbered 'X', then I type 'X' in the
> selection field and I only want to see that exact paragraph which is
> numbered 'X', and not dozens of paragraphs which happen to contain the
> expression 'X'.

Heh, no. This was not a misunderstanding on *my* part, but you substitute a
discussion of "what is best for most" with your personal preference. Quite
valid as an enhancement request, no problem in that.

> However, if you want to offer the user alternative ways of finding the
> paragraph he wants to refer to, then we are not talking about Types of
> reference targets (that is what the dialog field is called), but about
> search strategies. You may then wish to offer:
> a) Search by number [where 'number' means 'paragraph/heading/footnote etc.
> number]
> b) Search by content.

So your proposal seems to be "allow me to search by number only, in addition to
the already existing method of searching by matching in any place of paragraph
text". I agree that would be a valid enhancement (though not trivial, since
Writer's link provider only gives strings, not structure internally - but
that's an implementation detail that user does not have to think about), unless
a simple "match from the start of the paragraph text" would suffice.

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


[Libreoffice-bugs] [Bug 141398] Reduce user's work load for inserting cross-references

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141398

--- Comment #9 from Christian Lehmann  ---
(In reply to Mike Kaganski from comment #7)
> If I understand correctly, Christian Lehmann wants the "Selection" input
> field, where user types something to filter the results, to only take
> numbers into account, not the text of the numbered paragraph? It would be
> absolutely wrong for most of the users, who may want to type the text and
> find the corresponding item, and only makes sense for users who somehow know
> all their numbers in a heavily numbered document (well, I hardly imagine
> many people who know by heart all the numbers in a document with hundreds of
> numbered paragraphs, while I easily know people who may reasonably remember
> some part of text in the item they need).

This is a misunderstanding.
1) If I want to refer to the object numbered 'X', then I type 'X' in the
selection field and I only want to see that exact paragraph which is numbered
'X', and not dozens of paragraphs which happen to contain the expression 'X'.

2) The question of how I know that it is X that I want to refer to is a
different one. If it is a heading, then my method is to look at the Navigator.
Searching for a word or string that is part of the heading would be inefficient
since that string may occur dozens of times in numbered paragraphs of all
sorts.

However, if you want to offer the user alternative ways of finding the
paragraph he wants to refer to, then we are not talking about Types of
reference targets (that is what the dialog field is called), but about search
strategies. You may then wish to offer:
a) Search by number [where 'number' means 'paragraph/heading/footnote etc.
number]
b) Search by content.

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


[Libreoffice-bugs] [Bug 78370] FILEOPEN: RTF - Pages being merged / overlapping

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78370

Andrew  changed:

   What|Removed |Added

 CC||travn...@gmail.com

--- Comment #21 from Andrew  ---
Created attachment 171294
  --> https://bugs.documentfoundation.org/attachment.cgi?id=171294&action=edit
one more example with broken render

Still present for LO 7.1.2
Adding another testcase.
Just in case, Calligra Words 3.2.1 shows it fine.

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


[Libreoffice-bugs] [Bug 141762] building from source on non-wayland linux produces binary which crashes Xorg

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141762

Yury  changed:

   What|Removed |Added

Summary|building from source on |building from source on
   |non-wayland linux sets  |non-wayland linux produces
   |dependency on wayland,  |binary which crashes Xorg
   |resulting binary crashes|
   |Xorg|

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


[Libreoffice-bugs] [Bug 141762] building from source on non-wayland linux sets dependency on wayland, resulting binary crashes Xorg

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141762

--- Comment #2 from Yury  ---
Even gen plugin has this issue (??!!). 
And in all three cases once Xorg is screwed up, you can't bring it back to
workable state, going to non-graphical runlevel and back to graphical doesn't
help.

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


[Libreoffice-bugs] [Bug 141762] building from source on non-wayland linux sets dependency on wayland, resulting binary crashes Xorg

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141762

--- Comment #1 from Yury  ---
Almost same thing happens with qt5 vcl plugin. Only the Xorg screen doesn't
blank (splash screen and empty soffice frame are showing) and you can switch
away to text console.

However, there's no dependency on wayland in qt5 plugin.

My configure options this time were:
./configure \
  --with-jdk-home=/usr/lib64/jdk-16 \
  --without-junit \
  --disable-debug \
  \
  --enable-qt5 \
  --disable-gtk3 \

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


[Libreoffice-bugs] [Bug 141762] building from source on non-wayland linux sets dependency on wayland, resulting binary crashes Xorg

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141762

Yury  changed:

   What|Removed |Added

Summary|building from source for|building from source on
   |gtk3 sets dependency on |non-wayland linux sets
   |wayland, resulting binary   |dependency on wayland,
   |crashes Xorg|resulting binary crashes
   ||Xorg

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


[Libreoffice-bugs] [Bug 141398] Reduce user's work load for inserting cross-references

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141398

Mike Kaganski  changed:

   What|Removed |Added

   Keywords||bibisectRequest

--- Comment #8 from Mike Kaganski  ---
(In reply to Christian Lehmann from comment #5)
> Select Type "Headings" and, in the Selection
> field, type "2.1.2.1". This identifies a single target. In the list field,
> this should automatically be highlighted (as it used to be the case in
> earlier LO versions). Instead, the cursor remains in the Selection field.

I confirm that in Version: 6.2.0.3 (x64)
Build ID: 98c6a8a1c6c7b144ce3cc729e34964b47ce25d62
CPU threads: 12; OS: Windows 10.0; UI render: GL; VCL: win; 
Locale: ru-RU (ru_RU); UI-Language: en-US
Calc: CL

typing '2' in the Selection makes the top element on the filtered list to be
selected,

while starting from Version: 6.3.0.4 (x64)
Build ID: 057fc023c990d676a43019934386b85b21a9ee99
CPU threads: 12; OS: Windows 10.0; UI render: GL; VCL: win; 
Locale: ru-RU (ru_RU); UI-Language: en-US
Calc: CL

typing '2' makes the resulting list to *not* have any selection.

I don't know if this was intentional, or some accidental breakage from, say,
welding work. Marking bibisectrequest *for this aspect only*.

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


[Libreoffice-bugs] [Bug 141763] Create a separate page count for each document section

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141763

lostbits  changed:

   What|Removed |Added

Summary|Create a separate page  |Create a separate page
   |count for each page style   |count for each document
   ||section

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


[Libreoffice-bugs] [Bug 141763] New: Create a separate page count for each page style

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141763

Bug ID: 141763
   Summary: Create a separate page count for each page style
   Product: LibreOffice
   Version: 7.1.1.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: aschw...@acm.org

Description:
see
https://ask.libreoffice.org/en/question/24941/separate-page-count-for-each-style/
and
https://bugs.documentfoundation.org/show_bug.cgi?id=71583&redirected_from=fdo

Page counts are per document and not document section. The result is that page
counts are reported for the entire document. I would like to be able to reset
the page count from document scoped to page style scoped. Bug 71583 and 105668.

This seems to be a long standing enhancement request (2013 and 2017). Could
this be worked on for the next release?

Steps to Reproduce:
1.In footer/header: select Insert->Fields->Page Count or Insert->Fields->More
Fields->Page Count
2.The page count is global to the document.
3.

Actual Results:
There is no way to reset the page count to be section-centric rather than
document-centric. This results in the page count reflecting the total pages in
the document and is at variance with the use of the page number, viz., setting
the page number to '1' in any page style and retaining the page count for the
entire document shows and incorrect number of pages for the page style where
the page number has been reset.

Expected Results:
It would be nice to be able to specialize the page count to reflect a document
section rather than the entire document. In this way, for example, appendices
in a document can be renumbered and re-page counted, so that the appendix
number of pages is reflected rather then the total document.


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
[Information automatically included from LibreOffice]
Locale: en-US
Module: TextDocument
[Information guessed from browser]
OS: Windows (All)
OS is 64bit: yes
Version 7.1.1.2 (x64) / LibreOffice Community
Build: fe0b08f4af1bacage4c7ecc87
Environment CPU threads 8; OS: Windows 6.1 Service Pack 1 Build 7601
User Interface: UI render Skia/Raster; VCL:win

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


[Libreoffice-bugs] [Bug 141762] New: building from source for gtk3 sets dependency on wayland, resulting binary crashes Xorg

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141762

Bug ID: 141762
   Summary: building from source for gtk3 sets dependency on
wayland, resulting binary crashes Xorg
   Product: LibreOffice
   Version: 7.1.2.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Installation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: yury.tarasiev...@gmail.com

I tried to build 7.1.2.2 from source on my non-wayland linux system. 

As it happens, the build includes non-optional dependency on wayland in its
binaries. After build completion, I tried to run soffice, and my Xorg blanked
the screen and after several mode changes (visible by display's status popups)
stopped responding at all.

(Same problem exists on my system with AppImage of 7.1.2.2 as downloaded from
libreoffice.org).

Expected result: build that doesn't hardwire wayland requirements, which is the
root of the problem, by my guess.

Part of ' ldd -r libvclplug_gtk3lo.so |sort ' output:
libwayland-client.so.0 => /usr/lib64/libwayland-client.so.0
(0x7eff4b2f3000)
libwayland-cursor.so.0 => /usr/lib64/libwayland-cursor.so.0
(0x7eff4b2e9000)
libwayland-egl.so.1 => /usr/lib64/libwayland-egl.so.1
(0x7eff4b2e4000)

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


[Libreoffice-bugs] [Bug 135839] FILEOPEN PPTX Some images do not appear

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135839

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #6 from Buovjaga  ---
Ah, I did a new build and this is fixed with
https://git.libreoffice.org/core/commit/cbf98d15ebfdeb61d5b797b21442761c76cb5f02

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


[Libreoffice-bugs] [Bug 135905] Drag and drop below the last position should place the caret at the end

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135905

--- Comment #9 from Heiko Tietze  ---
Do you suggest that we block dropping below the end of document (which places
the dragged content at the end)?

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


[Libreoffice-bugs] [Bug 136370] Very large Shape with pattern/hatch makes scrolling slow

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136370

Buovjaga  changed:

   What|Removed |Added

Summary|Very large Shape with   |Very large Shape with
   |pattern/hatch file doesn't  |pattern/hatch makes
   |jumpy while scrolling   |scrolling slow
   |around  |
 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Ever confirmed|0   |1
Version|7.1.0.0.alpha0+ |6.3.0.4 release
   Keywords||perf
   Priority|medium  |low
   Severity|normal  |minor
 Status|UNCONFIRMED |NEW

--- Comment #2 from Buovjaga  ---
I guess it is a reasonable request, but at least it does not seem to be a
regression

Arch Linux 64-bit
Version: 7.1.2.2 / LibreOffice Community
Build ID: 10(Build:2)
CPU threads: 8; OS: Linux 5.11; UI render: default; VCL: kf5
Locale: fi-FI (fi_FI.UTF-8); UI: fi-FI
7.1.2-2
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 141748] CROSS-REFERENCES: Meaning of "Numbered Paragraph" should be explained

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141748

--- Comment #4 from Mike Kaganski  ---
If I understand it, this is not a real problem. As far as I see, Dieter wanted
some reference to be able to point author of bug 141398 to - but this IMO is
based on misunderstanding, when Dieter assumed that Christian Lehmann did not
understand that correctly, while in fact Christian Lehmann just wanted to
change the filtering behavior of a filtering text box.

In this case, I keep thinking that the proposed change would solve a
non-existing problem of a QA person, while not add anything to most users, and
instead would make the section cluttered for those most.

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


[Libreoffice-bugs] [Bug 136056] Watermark in Exported PDF File

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136056

Buovjaga  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
   Keywords||needsUXEval
 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 136285] In LO7, the macro inspector started working incorrectly.

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136285

Buovjaga  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Status|UNCONFIRMED |NEEDINFO

--- Comment #6 from Buovjaga  ---
Kadet: do you still reproduce this in 7.1? An example file would be nice to
make the testing quicker

Set to NEEDINFO.
Change back to UNCONFIRMED, if the problem persists. Change to RESOLVED
WORKSFORME, if the problem went away.

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


[Libreoffice-bugs] [Bug 141398] Reduce user's work load for inserting cross-references

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141398

--- Comment #7 from Mike Kaganski  ---
If I understand correctly, Christian Lehmann wants the "Selection" input field,
where user types something to filter the results, to only take numbers into
account, not the text of the numbered paragraph? It would be absolutely wrong
for most of the users, who may want to type the text and find the corresponding
item, and only makes sense for users who somehow know all their numbers in a
heavily numbered document (well, I hardly imagine many people who know by heart
all the numbers in a document with hundreds of numbered paragraphs, while I
easily know people who may reasonably remember some part of text in the item
they need).

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


[Libreoffice-bugs] [Bug 136122] Notes joined to a cell in Calc are not correctly treated when export to xhtml format

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136122

Buovjaga  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|
 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Resolution|--- |WONTFIX
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Buovjaga  ---
If you use Save as - HTML, the comment is implemented in a better way. It is
shown as a red square and upon hover you see the comment. Unfortunately we have
these two different HTML export filters. I will close this and let's hope for a
unified future.

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


[Libreoffice-bugs] [Bug 108799] [META] HTML export bugs and enhancements

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108799
Bug 108799 depends on bug 136122, which changed state.

Bug 136122 Summary: Notes joined to a cell in Calc are not correctly treated 
when export to xhtml format
https://bugs.documentfoundation.org/show_bug.cgi?id=136122

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

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


[Libreoffice-bugs] [Bug 108728] [META] Dictionaries bugs and enhancements

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108728

Aron Budea  changed:

   What|Removed |Added

 Depends on||136204


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=136204
[Bug 136204] ENHANCEMENT: Make dictionary extension zipped bundles (reduces
disk usage, maybe little speed-up at installation)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 136204] ENHANCEMENT: Make dictionary extension zipped bundles (reduces disk usage, maybe little speed-up at installation)

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136204

Aron Budea  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|
   Severity|normal  |enhancement
   Priority|medium  |low
 Blocks||108728
 CC||ba...@caesar.elte.hu

--- Comment #1 from Aron Budea  ---
My two cents is that generally, users only install one or a few
languages/dictionaries. It's more relevant for QA people rather than regular
users, and since it's not a huge hindrance (disk is cheap), probably not worth
much effort.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108728
[Bug 108728] [META] Dictionaries bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141408] Updating Ukrainian spellchecker

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141408

--- Comment #3 from Julien Nabet  ---
Thank you Daniel for your feedback. For the rest, I don't know how to add the
spellchecker but certainly Andras or someone else may help here.

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


[Libreoffice-bugs] [Bug 136200] Add a form to edit/add pre-defined "Table Design" styles in the sidebar

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136200

Buovjaga  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
 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 132652] Export an image at any resolution without affecting the size

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132652

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Ever confirmed|0   |1

--- Comment #2 from Buovjaga  ---
(In reply to Heiko Tietze from comment #1)
> Likely a duplicate of one of these bugs: bug 132657, bug 115464, bug 34133,
> bug 132658, or bug 77407. Mockup with a potential solution is attached to
> bug 115464, though some questions, IIRC.

Telesto: do you agree? If yes, pick a dupe

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


[Libreoffice-bugs] [Bug 136639] Syntax error in am translations ending in lone mnemonic "_" prefix

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136639

Buovjaga  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |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 135832] UI: Configuring a bitmap to show on full page with custom position and size not easy to do/ user friendly

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135832

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1
 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #3 from Buovjaga  ---
(In reply to Heiko Tietze from comment #2)
> We have many tickets around this, bug 103223 or bug 113224 are the meta
> tickets. I suggest to resolve this report as duplicate. It's anyway a bit
> unspecific.

Telesto: do you agree? If yes, pick a duplicate

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


[Libreoffice-bugs] [Bug 135820] bad pivot table sheet relative reference auto-correction

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135820

Buovjaga  changed:

   What|Removed |Added

 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Whiteboard| QA:needsComment|
 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from Buovjaga  ---
An example file would be great

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the 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 136117] Add a field for images

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136117

Buovjaga  changed:

   What|Removed |Added

   Keywords||needsUXEval
Summary|Request the creation of an  |Add a field for images
   |image field |
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
 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 141728] Navigator SB deck, 'Go to Page' Spin box is holding deck width too wide

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141728

--- Comment #4 from V Stuart Foote  ---
(In reply to Heiko Tietze from comment #3)
> ... Perhaps we move it away- or provide the input at the statusbar
> rather than the Navigator.

Well I'd hate to strip it out of the Navigator, it sort of belongs there. Just
seems like we should assign it a size to hold 1-999 pages (3-digits), if
possible, and be done with it.  Thought the inability for the widget to shrink
in X-direction seems weird.

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


[Libreoffice-bugs] [Bug 120063] [META] Options dialog's expert configuration bugs and enhancements

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120063

Buovjaga  changed:

   What|Removed |Added

 Depends on||136108


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=136108
[Bug 136108] Add copy property and path to expert configuration
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 136108] Add copy property and path to expert configuration

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136108

Buovjaga  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|
 Ever confirmed|0   |1
 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Blocks||120063
   Severity|normal  |enhancement
 Status|UNCONFIRMED |NEW

--- Comment #1 from Buovjaga  ---
Yep, would be useful -> NEW


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=120063
[Bug 120063] [META] Options dialog's expert configuration bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141748] CROSS-REFERENCES: Meaning of "Numbered Paragraph" should be explained

2021-04-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141748

Dieter  changed:

   What|Removed |Added

 CC||mikekagan...@hotmail.com

--- Comment #3 from Dieter  ---
(In reply to sdc.blanco from comment #2)
> Created attachment 171289 [details]
> what is a numbered paragraph

You are an expert! Thank you for the quick reaction! I also read Mike's comment
in Gerrit. I can understand that it might confuse, but without that explanation
I'm sure, there is more confusion. I couldn't find a better correct
formulation.

cc: Mike Kaganski

-- 
You are receiving this mail because:
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   >