[Libreoffice-bugs] [Bug 117513] Firebird: DATALOSS Data updated (new/edit) using the data Beamer window or Dataform in odt/ods file is lost when odt/ods file is closed.

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

--- Comment #7 from Robert Großkopf  ---
Nothing has been changed her. Bug is almost the same in LO 7.1.2.2 on OpenSUSE
15.2 64bit rpm 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 133875] LibreOffice Calc freezes when trying to sort (Wayland)

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

Buovjaga  changed:

   What|Removed |Added

 Resolution|FIXED   |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 141753] New: CONFIGURATION: User preference to hide margins by default

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

Bug ID: 141753
   Summary: CONFIGURATION: User preference to hide margins by
default
   Product: LibreOffice
   Version: 6.4.6.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ait...@gmail.com

When drafting a document, headers and footers are not of interest, and page
breaks can be a distraction because of objects that break across pages (e.g.
tables), which should be addressed in a final draft and not an initial draft.

Writer incorporates the useful feature that a double click near the page
boundary hides the margins making the document appear to be continuous rather
than paginated, a view more appropriate for drafting.

A setting (preference) allowing the user to specify this as the default view
would be very useful.

Thank you for your consideration.

-- 
You are receiving this mail because:
You are the 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-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137679

--- Comment #13 from Mike Kaganski  ---
*** Bug 141752 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 141752] calc: calculate: trap in rawsubtract, wrong calculation sequence, documentation imprecise

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

Mike Kaganski  changed:

   What|Removed |Added

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

--- Comment #1 from Mike Kaganski  ---
Absolutely *no* reason to introduce any specific order in this case. No matter
what sequence will be used, the outcome will be equally confusing to most
users, and those who know enough of FP math, will not be confused.

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

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


[Libreoffice-bugs] [Bug 141709] Opening Chinese PDF files generated by XeLaTeX loses Chinese characters

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

--- Comment #4 from Michael Warner  ---
The Chinese characters are in the temporary PDF file written to /tmp, but don't
make it as far as the call to drawGlyphs in wrapper.cxx:384. They probably get
dropped in the PDF Import extension, maybe somewhere in pdfparse.cxx.

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


[Libreoffice-bugs] [Bug 141407] Remove dysfunctional 'Export as EPUB' buttons on Tabbed NB (Calc/Impress/Draw)

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

Aron Budea  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
 Status|RESOLVED|VERIFIED

--- Comment #2 from Aron Budea  ---
Verified with 7.2.0.0.alpha0+ (5b6094bb74525d093604deb01577e72d0d2b4272) /
Ubuntu.

Thanks for fixing, Andreas! Do you agree this would be fine to backport to 7.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 141752] New: calc: calculate: trap in rawsubtract, wrong calculation sequence, documentation imprecise

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

Bug ID: 141752
   Summary: calc: calculate: trap in rawsubtract, wrong
calculation sequence, documentation imprecise
   Product: LibreOffice
   Version: 6.1.6.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: newbie...@gmx.de

Description:
rawsubtract() is a handy tool to check e.g. which deviations evolve from
fp-math vs. e.g. calc rounding, and to perform precise 'unrounded'
calculations,  

the documentation says, as well as the tooltip: 
'RAWSUBTRACT(Minuend, Subtrahend1, Subtrahend2, ...)'
 

one would expect to get: 
((Minuend - Subtrahend1) - Subtrahend2) ... - Subtrahendxand not: 
((Minuend - Subtrahendx) - Subtrahendx-1) ... - Subtrahend1 
but what you get is indeed the second calculation, reverse sequence of
processing the operands. 

as the sequence matters (non associativity of fp-addition) and e.g. 
'=1E16 + 1 - 1E16' results in 0 while 
'=1E16 - 1E16 + 1' gives 1 it is: 

1. important to process the operands in a meaningful order (suppose to correct
that), and 
2. important to have the documentation (and tooltip) matching the operation,
which does not as it is now, 

practical sample: 
'=RAWSUBTRACT(1E+016;1E+016;1)' -> '0', should be '-1', 
'=RAWSUBTRACT(1E+016;1;1E+016)' -> '-1', should be '0' due to fp-math :-(  

assumptions: compiler optimizations? 

difficult: changing the order will break compatibility for existing sheets, not
changing the order but only the documentation will trap more users in the
future (as they normally don't check the documentation, but expect a program
that can be operated intuitively) 

besides rawsubtract being rarely used (quite rarely know to users), it does!
matter to work in a meaningful way because if, then it's used to check
difficult things where precise functioning makes big difference. 

Steps to Reproduce:
1. key '=RAWSUBTRACT(1E+016;1E+016;1)' in a cell, 
2. key '=RAWSUBTRACT(1E+016;1;1E+016)' in the cell below


Actual Results:
'0'
'-1'

Expected Results:
'-1'
'0'


Reproducible: Always


User Profile Reset: No



Additional Info:
didn't check other hardware than Intel (Xeon), assume 'all', 
didn't check Linux, assume 'all', 
didn't check Versions prior 6.1.6.3, assume all versions having rawsubtract, 
didn't reset user profile as clear repro in different independent installs,

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


[Libreoffice-bugs] [Bug 141486] Second row of Groupedbar Compact vanish when changing context to regular text in Libreoffice Writer

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

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 141398] Reduce user's work load for inserting cross-references

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

--- Comment #6 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 141485] Flashing UI of sidebar

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

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 141398] Reduce user's work load for inserting cross-references

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

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 108800] [META] Print related issues

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

Bug 134402 Summary: No print possible under libre office Draw
https://bugs.documentfoundation.org/show_bug.cgi?id=134402

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 134402] No print possible under libre office Draw

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

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 134402] No print possible under libre office Draw

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

--- Comment #4 from QA Administrators  ---
Dear jean.bartherotte,

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 92620] Password protected Macro length limited

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

--- Comment #5 from QA Administrators  ---
Dear Mr.Crocodile,

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 137622] Every data shown 1899

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

--- Comment #4 from QA Administrators  ---
Dear ASHIK ACHARYA,

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 96720] FILESAVE: .odt report produces different ODF Validator Result than a copy saved from Writer (probably resulting in slow file load)

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

--- Comment #16 from QA Administrators  ---
Dear Sparrowbe,

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 124218] Tooltips can appear beneath the mouse pointer, if pointer size has been increased in Windows settings

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

--- Comment #8 from QA Administrators  ---
Dear typingcat,

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 118440] If a javascript macro embedded in a document has errors can't be edited

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

--- Comment #8 from QA Administrators  ---
Dear Luis,

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 117513] Firebird: DATALOSS Data updated (new/edit) using the data Beamer window or Dataform in odt/ods file is lost when odt/ods file is closed.

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

--- Comment #6 from QA Administrators  ---
Dear Drew Jensen,

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 107153] DISPLAY: row headers misaligned with data (wrap text, vertical: top)

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

--- Comment #8 from QA Administrators  ---
Dear Terrence Enger,

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 78472] EDITING: Can not get visible selection button in freeze column with data validation while horizontal sheet scrolling

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

--- Comment #12 from QA Administrators  ---
Dear Denis,

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 101824] Rasterizing vector images in compress dialog dont take resized size into account

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

--- Comment #6 from QA Administrators  ---
Dear Yousuf Philips (jay) (retired),

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 116926] Script providers should be able to check if they can handle data without initialising their engines

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

--- Comment #4 from QA Administrators  ---
Dear Daniel Oakey,

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 117061] Editing : Formulas broken when dragging a row in a spreadsheet containing a scenario

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

--- Comment #5 from QA Administrators  ---
Dear Philippe Hemmel,

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-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138386

--- Comment #31 from V Stuart Foote  ---
(In reply to TorrAB from comment #29)
> Created attachment 171274 [details]
> image to insert in any .odt file

similar quality results with EMF Insert --> Image... dialog on Writer canvas
with 7.1.2 or current 7.2.0 master as in clip.

Version: 7.1.2.2 (x64) / LibreOffice Community
Build ID: 8a45595d069ef5570103caea1b71cc9d82b2aae4
CPU threads: 4; OS: Windows 10.0 Build 19042; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

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


[Libreoffice-bugs] [Bug 138386] WMF: LO Writer does not display .emf files properly

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

--- Comment #30 from V Stuart Foote  ---
Created attachment 171275
  --> https://bugs.documentfoundation.org/attachment.cgi?id=171275=edit
attachment 171274 as inserted to Writer canvas LO 7.2.0 master

as requested... => WFM on 7.2.0 master (TB77 20210417)

-- 
You are receiving this mail because:
You are the 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-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138386

--- Comment #29 from tor...@yahoo.com ---
Created attachment 171274
  --> https://bugs.documentfoundation.org/attachment.cgi?id=171274=edit
image to insert in any .odt file

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


[Libreoffice-bugs] [Bug 138386] WMF: LO Writer does not display .emf files properly

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

--- Comment #28 from tor...@yahoo.com ---
(In reply to V Stuart Foote from comment #27)
> Created attachment 171229 [details]
> The EMF pulled from attachment 171227 [details] and added to Writer canvas
> 
> This clip shows the EMF from the ODT archive extracted and inserted to the
> canvas.
> 
> Don't see an issue with rendering the EMF to canvas?

I did not know you could ‘pull’ an EMF from an ODT file.
Could you try again using directly (Insert>Image>…) the EMF file, attached?

-- 
You are receiving this mail because:
You are the 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-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141751

--- Comment #1 from Martin Rienesl  ---
Sorry, forgot the info:
Version: 7.0.4.2 (x64)
Build ID: dcf040e67528d9187c66b2379df5ea4407429775
CPU threads: 2; OS: Windows 10.0 Build 18363; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

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


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

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

Bug ID: 141751
   Summary: QR-Codes are blurry after saving to .xls
   Product: LibreOffice
   Version: 7.0.4.2 release
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rien...@hotmail.com

Description:
Used the function Insert -> Object -> QR-Code. Saved the file as .xls. Reopened
the file and got a completely blurry image of the QR-code. Looks like it gets
converted to PNG while saving, and either either something goes horrible wrong
when it gets converted from vector based to pixel based or the PNG compression
messes up.
This does not happen when saving to .ods. However, the object properties get
lost and the QR-Code is handled as an ordinary, vector based image

Steps to Reproduce:
1. Open a new sheet in calc
2. create a random content QR-Code (Insert -> Object -> QR-Code)
3. save the file as .xls
4. reopen the file

Actual Results:
QR-Code gets converted to a blurry png

Expected Results:
Perfect result: QR-Code stays a vector based object with all its properties (I
assume the .xls file format does not allow that, but for .ods I would expect
that)
Good result: QR-Code stays a vector based image (again I am not sure if the
.xls file format allows that, but for .ods I would expect that)
Acceptable result: QR-Code gets converted in a loss less pixel based image


Reproducible: Always


User Profile Reset: No



Additional Info:
[Information automatically included from LibreOffice]
Locale: en-US
Module: SpreadsheetDocument
[Information guessed from browser]
OS: Windows (All)
OS is 64bit: no

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


[Libreoffice-bugs] [Bug 140180] Richtext document(rtf) use a spreadsheet(ods) icon

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

--- Comment #6 from baffclan  ---
(In reply to Buovjaga from comment #5)
Thanks for reply!

> Do you get the same result, if you create it from LibreOffice?
Yes, the rich text file saved by LibreOffice was a Calc icon.

-- 
You are receiving this mail because:
You are the 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-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141740

--- Comment #2 from don.steinba...@gmail.com ---
(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

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


[Libreoffice-bugs] [Bug 140969] UI: All selected items in canvas should be highlighted in navigator

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

--- Comment #3 from Jim Raykowski  ---
@Heiko, sorry for the delayed response. I'll try to look into 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 129610] Allow multiselecting of objects in Navigator

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

--- Comment #3 from Jim Raykowski  ---
(In reply to Roman Kuznetsov from comment #2)
> Jim, possibly you can look at it?

Will try.

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


[Libreoffice-bugs] [Bug 141709] Opening Chinese PDF files generated by XeLaTeX loses Chinese characters

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

Michael Warner  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #3 from Michael Warner  ---
Repro in latest master:
Version: 7.2.0.0.alpha0+ / LibreOffice Community
Build ID: ab4a244d980061d8f68766c1b9662e07c268d62c
CPU threads: 12; OS: Linux 4.15; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: CL

One difference I noticed between opening the two PDFs is that when opening
xe.pdf, but not when opening lua.pdf, I get this message on the console:

warn:legacy.osl:10089:10089:unotools/source/config/moduleoptions.cxx:472:
unknown factory

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


[Libreoffice-bugs] [Bug 141390] Toggling "show outline content visibility button" sends one to the top of the document

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

--- Comment #6 from Jim Raykowski  ---
The .uno:ShowOutlineContentVisibilityButton is a shortcut to turn the outline
folding mode on and off. 

One issue with keeping focus at the cursor position is when it is in outline
content that will become folded. A solution for this is to move the cursor to
the outline heading frame. 

I've poked around at trying to keep current view position after the folding
mode is changed but thus far no success.

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


[Libreoffice-bugs] [Bug 141750] New: LibreOffice 7.1.2.2 Hangs

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

Bug ID: 141750
   Summary: LibreOffice 7.1.2.2 Hangs
   Product: LibreOffice
   Version: 7.1.2.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: flie...@sonic.net

Description:
Thinkpad T520 with win8.1 pro 64-bit and 8GB RAM.  Previous versions of
LibreOffice through 6.x worked fine.  After updating to 7.1.2.2 LibreOffice
appears to load with display of LibreOffice logo and LibreOffice community logo
- after that just a spinning wait cursor.  Also tried loading directly by
opening a document but the same hang occurs.  

Event Viewer shows an error on soffice.bin with Process ID bb0

Steps to Reproduce:
1. Install LibreOffice 7.1.2.2 replacing 6.x
2. Invoke same


Actual Results:
Hangs

Expected Results:
Should run fine but doesn't; 7.1.2.2 works on my desktop workstation also
running win 8.1 and configured/updated as identically as possible given
different hardware.


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
Thought it was a win problem so I restored the ThinkPad O/S from a system image
which included LibreOffice 6.x - ran fine.  Updated LibreOffice and got same
hang problem.

Can't include 'About' info since can't get to a full program load.

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


[Libreoffice-bugs] [Bug 58434] Show formatting marks when displaying non-printing characters +F10, rather than field shading +F8 (for formatting marks as in comment 18)

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

V Stuart Foote  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 102348] Formatting Marks: Visual difference between space and non-breaking space

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=58
   ||434

--- Comment #7 from V Stuart Foote  ---
Work on bug 58434 to move the full range of formatting marks out of the
+F8 Field shading and into the +F10 'Non-printing character'
highlighting offers the most likely approach.

Full spaces (U+0020) would still receive the "blue dots" or the Harfbuzz
handled layout, other NPC including the U+2000-200F marks would receive field
shading corresponding to font metrics for the non-visible characters.  Idealy
in a color other than the grey of the field shading, or even from the
"Solarized Blue" used for the , Paragrah (U+204B), and VCL page margins.

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


[Libreoffice-bugs] [Bug 73953] UI Writer, enhancement request: Allow adjustment of comment bar width

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

poussier...@gmail.com changed:

   What|Removed |Added

Version|unspecified |7.0.5.2 release

--- Comment #14 from poussier...@gmail.com ---
I also strongly support this enhancement request. My hopes were high that LO
7.0.5.2 may have fixed the issue, but it does not seem to be the case. All my
thanks to those who may be working on it.

AP

-- 
You are receiving this mail because:
You are the 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] New: Text Tearing, Font Shrinkage, and Line Shifting bug related to use of Sidebar

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

Bug ID: 141749
   Summary: Text Tearing, Font Shrinkage, and Line Shifting bug
related to use of Sidebar
   Product: LibreOffice
   Version: 7.1.2.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tarotf...@protonmail.com

Description:
The so-called text tearing bug seems to be a side effect of having the
View>Sidebar option checked, regardless of whether or not the sidebar is
maximized, in minimized tab view, or hidden (a tiny sliver of it is still there
to indicate the left-pointing Show arrow alongside the vertical scroll bar
that’s used to expand the sidebar). There is an exception to this and that is
if the sidebar is docked to the left-hand side of the monitor screen, then the
bug no longer manifests itself.

I say so-called text tearing bug because that is only one symptom of this
particular bug. There are times when the text does indeed seem to tear across
either an entire line of text as you are scrolling up/down through a document
or just a highlighted section of text when using the Clone Formatting tool, but
more often than not the issue is that the lines of text shrink in height
(sometimes only marginally, sometimes rather significantly).

Note: Some users may NOT notice this bug because they are using 100% screen
layout view. The bug is far more noticeable if using the Fit Width or Optimal
Zoom Factor settings, as the problem is thus magnified. Also, some shorter
documents do not seem to ever demonstrate the above mentioned symptoms.

Also of importance in replicating the bug is that you do NOT actually have to
see the text tearing or font shrinkage to know it is there. The tell-tale sign
of the bug is line shifting, which you can easily see and verify for yourself
by scrolling down a document to a point, then Toggle Automatic Spell Checking.
Of course the red and blue squiggly lines indicating a spelling or grammatical
error will come and go, but the text lines should be rock solid, but if they
shift up or down even slightly—then you are experiencing the bug.

So, the short-term, band-aid "fix" is to deselect the View>Sidebar option
(Ctrl+F5) until someone delves into the source code for a permanent fix.



Steps to Reproduce:
1. Select a long, heavily formatted document (headers, lists, tables, etc.)
2. Either select text for formatting, scroll vertically, or toggle automatic
spell checking after scrolling (first two in particular are intermittent)

Actual Results:
Text tearing while selecting text, font shrinkage after scrolling, and line
shifting when toggling automatic spell checking.

Expected Results:
No text tearing, font shrinkage, or line shifting during use.


Reproducible: Sometimes


User Profile Reset: Yes



Additional Info:
Version: 7.1.2.2 (x64) / LibreOffice Community
Build ID: 8a45595d069ef5570103caea1b71cc9d82b2aae4
CPU threads: 4; OS: Windows 10.0 Build 19042; UI render: default; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

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


[Libreoffice-bugs] [Bug 104798] Autocorrect cannot be set to two (or more) languages in one document (Options and Localized options)

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

--- Comment #10 from Mike Kaganski  ---
(In reply to Milan from comment #9)

It does not. Or do you think it does? The settings on these tabs are
independent of system language, or at least I can't see how they are.

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


[Libreoffice-bugs] [Bug 102348] Formatting Marks: Visual difference between space and non-breaking space

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

--- Comment #6 from Ulrich Windl  ---
Created attachment 171273
  --> https://bugs.documentfoundation.org/attachment.cgi?id=171273=edit
Screenshot of BabelPad showing spaces only

(In reply to Ulrich Windl from comment #3)
> Or, maybe, do it like BabelPad: Explain the character in the status line.

Just in case nobody knows BabelPad or does not know what I meant:
The screen shot shows the cursor in the middle of different spaces, and on the
bottom line BabelPad explains the glyph where the cursor is.
I highlighted those (Yellow).

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


[Libreoffice-bugs] [Bug 104798] Autocorrect cannot be set to two (or more) languages in one document (Options and Localized options)

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

--- Comment #9 from Milan  ---
Multi-lingual document should not depend on the system language. So it is a bug
and no reason for closing.

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


[Libreoffice-bugs] [Bug 133875] LibreOffice Calc freezes when trying to sort (Wayland)

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

darkmani...@posteo.net changed:

   What|Removed |Added

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

--- Comment #7 from darkmani...@posteo.net ---
I'm sorry for sitting on this so long. I had developed a workaround of just
selecting the range I needed manually and then sorting, which didn't pose the
problem.

I just tried it again (with the version of LibreOffice from Ubuntu's
repository, rather than the snap or appimage version, and the problem is no
longer there. So apparently whatever was causing it has been resolved already.

Thanks for your time.

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


[Libreoffice-bugs] [Bug 141737] I am using google sites can anybody help me to suggest how i do customization

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

Michael Warner  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

-- 
You are receiving this mail because:
You are the 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-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132901

--- Comment #23 from Commit Notification 
 ---
Xisco Fauli committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/6064446f828f8cd612f7d6660153b2eb1139239b

tdf#132901: do not add updatecheck to libmerged

It will be available in 7.2.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

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


[Libreoffice-bugs] [Bug 132901] Tools > Options > LibreOffice > Online update crashes if "online update" feature is not installed

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

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 141737] I am using google sites can anybody help me to suggest how i do customization

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

Uwe Auer  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|UNCONFIRMED |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 103683] PDF export mediabox trimbox cropbox bleedbox artbox

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

--- Comment #29 from downloadldplayer  ---
 LDPlayer Android Emulator is one of the newest and populer Android emulators.
It continues to be promoted as an Android emulator that is a perfect bugar for
playing game and using apps on PC. LDPlayer is similar to other well-known
emulators and it has numerous fiturs.

Because this emulator is available for free, it makes it a great pilihan for
those who want to try out an app on PC or simply play Android game.
Furthermore, apart from having Google Play Store, you also have the pilihan of
using its app store named LD Store. On the LDPlayer app store, you will find
various apps like WhatsApp, Instagram, and PUBG Mobile 
(https://ngobrolgame.com)

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


[Libreoffice-bugs] [Bug 95274] Wrong editing languages offered

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

--- Comment #22 from Michael Bauer  ---
Still the same, paste a piece of English text, I'm being offered German,
Spanish (not even installed) and Gaelic.

-- 
You are receiving this mail because:
You are the 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-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132901

Xisco Faulí  changed:

   What|Removed |Added

   Keywords|notBibisectable |bibisected, bisected

--- Comment #22 from Xisco Faulí  ---
After a long bisection, I found this issue started to happen after

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

author  Noel Grandin  2020-03-11 07:51:54
+0100
committer   Noel Grandin  2020-03-11
08:36:39 +0100
commit  c63148ba139bd6b9ae7a0f9e24e51f29e5370963 (patch)
treefee101874fc4d88f6e0e4bc6264963bfe6ba6b94
parent  6b40c791b50bcadbdd62f990adf08e783902144f (diff)
Revert "Revert "add some libs to libmerged""

My proposal would be to remove the update checker from the libmerged for now:
https://gerrit.libreoffice.org/c/core/+/114247

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


[Libreoffice-bugs] [Bug 141441] Font style menulist loses selection when switching fonts

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

--- Comment #4 from Eyal Rozenberg  ---
(In reply to Dieter from comment #3)
> There is no selection on the Style menulist.

If you don't see an item selected in the style menulist of the character dialog
both _before_ and _after_ changing the font family, then you have another bug,
and should file it as such.

Typically, the selected item should be 'Regular'.

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


[Libreoffice-bugs] [Bug 141429] Allow prefixing section-numbering reference with section symbol

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

--- Comment #5 from Eyal Rozenberg  ---
(In reply to Dieter from comment #4)
> Eyal, just for clarification: I assume, your talking about Chapter,
> subchapter, susubchapter, ... instead of section, subsection, ...

Well, the symbol is a "section sign":
https://en.wikipedia.org/wiki/Section_sign
so not really.

> If you want to add a symbol at the beginning of the heading itself,

Oh no, not at all, that's not how you use that symbol.

> If you want to add a symbol
> before the cross reference you can type it as normal character before you
> insert the cross-reference. 

1. The section reference is very difficult to type - it's not on most
keyboards, and you have to have its relevant code point memorized.
2. One can always type things manually; the point of this bug is to offer this
symbol to be prefixed, in the dialog; and you wouldn't need to choose it every
time - the choice would persist so that it would be added next time you
reference a section if you don't un-check the box.
3. People who are not aware of this custom will not think of typing in the
section symbol, especially since (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 141398] Reduce user's work load for inserting cross-references

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

--- Comment #5 from Christian Lehmann  ---
On the one hand, I find it pleasant to receive advice how I can circumvent
problems that I encounter. On the other hand, they sometimes tend to downplay
the existence of a real bug.

1) I could, of course, choose 'Headings' as Type whenever I want to refer to a
section. However, equally often I want to refer to a numbered paragraph which
is not a heading. I would then have to select the Type at every given instance,
which amounts to as much work as the target selection which I complained about
in the first place.
Even in the Headings list, headings are shown which I am not looking for. E.g.,
always using the sample file I provided and having selected Type 'Headings',
type "2.1.1" in the Selection field. Beside the heading looked for, you will
see another one (2.2.2.1.1) which you did not look for (if you were searching
it, you would type "2.2.2." etc.)
Needless to say, the problem I reported is the same if you reference some
object which is not a heading. E.g., start typing "e28" in the Selection, and
you will see a paragraph in the list that does not belong there.

2) As to your comment
"LO displays result from the moment you start typing. So for me it's expected,
that Searching filed is still active."
we may have a misunderstanding. 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.

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


[Libreoffice-bugs] [Bug 120200] [META] Update or correct help for features

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

Dieter  changed:

   What|Removed |Added

 Depends on||141748


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=141748
[Bug 141748] CROSS-REFERENCES: Meaning of "Numbered Paragraph" should be
explained
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107905] [META] Cross-references bugs and enhancements

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

Dieter  changed:

   What|Removed |Added

 Depends on||141748


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=141748
[Bug 141748] CROSS-REFERENCES: Meaning of "Numbered Paragraph" should be
explained
-- 
You are receiving this mail because:
You are the 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-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141748

Dieter  changed:

   What|Removed |Added

  Component|Android Viewer  |Documentation
 Blocks||120200, 107905
 CC||olivier.hallot@libreoffice.
   ||org, sdc.bla...@youmail.dk

--- Comment #1 from Dieter  ---
@Seth: I think you've became an expert with lists. Perhaps you can have a look
at it?


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107905
[Bug 107905] [META] Cross-references bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=120200
[Bug 120200] [META] Update or correct help for features
-- 
You are receiving this mail because:
You are the 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] New: CROSS-REFERENCES: Meaning of "Numbered Paragraph" should be explained

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

Bug ID: 141748
   Summary: CROSS-REFERENCES: Meaning of "Numbered Paragraph"
should be explained
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Android Viewer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dgp-m...@gmx.de

Help about cross-references can be found here:
https://help.libreoffice.org/7.2/en-GB/text/swriter/01/04090002.html?=WRITER=WIN

Form me it is quite unclear, what defines a numbered paragraph, when working
with attachment 171231 from bug 141398. Is it every paragraph from a paragraph
style that contains an ordered list? Or is it only for paragraphs with numbered
list? Should be at least be more clear in help-page.

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


[Libreoffice-bugs] [Bug 141441] Font style menulist loses selection when switching fonts

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

--- Comment #3 from Dieter  ---
(In reply to Eyal Rozenberg from comment #2)
> What are your default font families? i.e. what font family do you see when
> opening the Character dialog?

Default font is Liberation Serif. But reading again your description, I don't
understand it anymore.

My steps
1. Open a new writer document
2. Format > Character
3. Mark the current used font name (in my case Liberation Serif)
4. Type Liberation Sans

Result: Nothing strange. There is no selection on the Style menulist. So
nothing can be lost. Is it possible for you to add a screencast, to make the
steps more clear?

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


[Libreoffice-bugs] [Bug 141461] Auto Correct not activating

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

--- Comment #5 from Dieter  ---
(In reply to markster from comment #3)
> I use version 7.1.2.2 for MacOS. English dictionary.

Thanks for that information. Since I'm not using MacOS I hope, that somebody
else can 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 141398] Reduce user's work load for inserting cross-references

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

Dieter  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #4 from Dieter  ---
(In reply to Christian Lehmann from comment #2)
> Type: Numbered Paragraphs
Please choose "Headings" instead

Numbered paragraphs is every paragraph with a (numbered) list

> However, the cursor should be in the list field, marking the target found,
> so that it suffices for me to hit 'Insert'.
LO displays result from the moment you start typing. So for me it's expected,
that Searching filed is still active.

Does this solve your problem?
=> 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 141710] LO-Calc hangs opening a xls-sheet on LINUX where the filename contains special characters (german umlaut ü/ä)

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

Michael Warner  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 122327] Cannot open file with non-English filename

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

Michael Warner  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 141732] Each LO app should default to its own PDF import filter

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

--- Comment #2 from V Stuart Foote  ---
Suppose it would be possible to establish a per module Document Service based
filter detection (like the filterdetect.cxx used for CSV (various formats) into
Writer or Calc [1]).

The Document Service is linked to the active LO module the request comes in
from (Draw, Impress, Writer) and would then use the associated PDF import
filter rather than the default import filter into Draw.

But that would be a lot of dev effort for what really is a corner case filter
import use. LO's own file manager, or the integration to use os/DE file manager
to select the document type/filter seems sufficient.

=-ref-=

[1]
https://opengrok.libreoffice.org/xref/core/filter/source/textfilterdetect/filterdetect.cxx?r=ada07f30#33

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


[Libreoffice-bugs] [Bug 138437] [LOCALHELP] Wrong URL in link to How do I install LibreOffice? in Spanish

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

LeroyG  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 141747] New: EDIT: protect user from deleting reference source

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

Bug ID: 141747
   Summary: EDIT: protect user from deleting reference source
   Product: LibreOffice
   Version: 3.3.0 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: christianw_lehm...@arcor.de

Description:
Deletion of an object (a heading etc.) referenced at some point of the document
leads to the replacement of the reference fields by the advice "Error:
Reference source not found". These messages are of little help to the user: He
may overlook them before printing the document; and if he detects them in time,
it is hard to find out what the intended target (Writer calls it "source") of
the reference was. The user should better be supported in his preference to
avoid these errors. Therefore:

User is applying a deletion operation to some string.
Before LibreOffice executes the deletion, it checks whether the string to be
deleted contains one or more objects to which references are found (elsewhere)
in the document. If so, these references are marked, and the user is given a
warning something like: "You are deleting [referenced object]. There are
references to it in the document!" The user can then modify the marked
references.

This is just a basic service. A further commodity would be:
"Do you want to redirect these references?"
If 'yes', the user gets engaged in the same procedure that is invoked by
right-clicking on a reference and choosing "Edit fields". He can then select a
new target. Once he gives "Okay", the existent references to the object about
to be deleted are redirected.

Then the user can proceed with his deletion operation.

Steps to Reproduce:
1. Mark a string in the document that contains a referenced object.
2. Delete it.


Actual Results:
It is deleted, and references to it are replaced by "Error: Reference source
not found".

Expected Results:
It should not be deleted without a warning.


Reproducible: Always


User Profile Reset: No



Additional Info:
I realize that his presupposes a function which identifies all the references
to a given target, so they can either be marked in the document or be replaced
by something else. Such a facility would be useful, anyway: The user may want
to find all the references to a given target in order to do something about
them. If such a function were available, it could also be offered in the "Find
and Replace" dialog.

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


[Libreoffice-bugs] [Bug 141746] New: In Calc "Calc/Table/Connection to external Data" waits until the external server responds and is not useable in the meantime

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

Bug ID: 141746
   Summary: In Calc "Calc/Table/Connection to external Data" waits
until the external server responds and is not useable
in the meantime
   Product: LibreOffice
   Version: 7.1.1.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: andreas.re...@gmx.de

Description:
I use Calc to manage a stock depot with 8 external links via Internet. If one
of the servers need more time to respond or do not respond not only the actual
calc is stoped but also other calc sessions without external links. Sometimes I
need to stop it with the task manager. This behavior exists also in older
versions of libre office calc.

Actual Results:
bright gray window, no reaction in calc, sometimes waiting only a few seconds,
but sometimes several minutes. A few times I needed to kill calc with the task
manager.

Expected Results:
The call of external links should not stop calc at all.


Reproducible: Sometimes


User Profile Reset: No



Additional Info:
Version: 7.1.1.2 (x64) / LibreOffice Community
Build ID: fe0b08f4af1bacafe4c7ecc87ce55bb426164676
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: de-DE
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 86899] [META] Requests for the addition of UNO commands

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

Bug 99618 Summary: UNO command to launch Navigator in sidebar
https://bugs.documentfoundation.org/show_bug.cgi?id=99618

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

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


[Libreoffice-bugs] [Bug 103030] [META] Navigator sidebar deck and floating window

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

Bug 99618 Summary: UNO command to launch Navigator in sidebar
https://bugs.documentfoundation.org/show_bug.cgi?id=99618

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

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


[Libreoffice-bugs] [Bug 99618] UNO command to launch Navigator in sidebar

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

V Stuart Foote  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #32 from V Stuart Foote  ---
setting this a dupe of 84502 where all the Sidebar decks are getting
customizable accelerators/shortcuts.

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

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


[Libreoffice-bugs] [Bug 91828] BASIC - CurrentValues are empty after opening a form which triggers a macro - incorrect event execution sequence onLoad should not occur after onRecordChange

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

--- Comment #28 from christian_k...@gmx.net ---
Created attachment 171272
  --> https://bugs.documentfoundation.org/attachment.cgi?id=171272=edit
corrected example

example with changed event trigger

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


[Libreoffice-bugs] [Bug 107659] [META] Macro bugs and enhancements

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

Bug 91828 Summary: BASIC - CurrentValues are empty after opening a form which 
triggers a macro - incorrect event execution sequence onLoad should not occur 
after onRecordChange
https://bugs.documentfoundation.org/show_bug.cgi?id=91828

   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 91828] BASIC - CurrentValues are empty after opening a form which triggers a macro - incorrect event execution sequence onLoad should not occur after onRecordChange

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

christian_k...@gmx.net changed:

   What|Removed |Added

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

--- Comment #27 from christian_k...@gmx.net ---
Hi,

I have download the first example and I have got the same behaviour in LO
7.0.4.2 as well as in LO 3.5.4.2. Now I have changed the event trigger of the
form to 'Vor der Datensatzaktion' / before record action, and now it works for
me.

Best regards,
Christian

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


[Libreoffice-bugs] [Bug 103030] [META] Navigator sidebar deck and floating window

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

Bug 141481 Summary: NAVIGATOR: F5 should open navigator in sidebar deack 
instead of floating window
https://bugs.documentfoundation.org/show_bug.cgi?id=141481

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 141481] NAVIGATOR: F5 should open navigator in sidebar deack instead of floating window

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #5 from V Stuart Foote  ---
Jim R. has https://gerrit.libreoffice.org/c/core/+/100455 up for bug 84502

It will provide users direct shortcut access (user customizable) to the decks
of the Sidebar.  

And eventually we'd still benefit from extension of the Sidebar framework to
allow detached decks bug 85905, though by then the F5 / F11 paradigm for a
Navigator & Stylist panel open will have become less commonly used.

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

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


[Libreoffice-bugs] [Bug 141745] New: Reordering columns alters sort settings

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

Bug ID: 141745
   Summary: Reordering columns alters sort settings
   Product: LibreOffice
   Version: 7.1.0.0.alpha0+
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: nadie.nada.nu...@mail.com

Description:
If you have a spreadsheet that you frequently sort with headers in the first
row, your sorting criteria is preserved every time you invoke Data | Sort. But
if you reorder the columns by dragging them with the Alt key pressed, Calc will
ignore that fact and still use the columns by their order in the spreadsheet. 

Example: you have a spreadsheet with columns ID (A), Description (B), Date (C),
Cost (D), Manufacturer (E), and invoke Data | Sort to get them ordered first by
Date, then by Manufacturer, and then by Cost. Every time you invoke Data |
Sort, you'll have these columns preselected. 

But if you then reorder the columns, so that they become for example
Manufacturer (A), Date (B), Cost (C), ID (D), and Description (E), the next
time you invoke Data | Sort your preselected columns will be Cost, then
Description, then ID. 

This is kiiind of technically correct but it's in no way what the user expects,
so I consider it a bug.


Steps to Reproduce:
See description.

Actual Results:
See description.

Expected Results:
See description.


Reproducible: Always


User Profile Reset: No



Additional Info:
[Information automatically included from LibreOffice]
Locale: en-US
Module: SpreadsheetDocument
[Information guessed from browser]
OS: Windows (All)
OS is 64bit: no

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


[Libreoffice-bugs] [Bug 141710] LO-Calc hangs opening a xls-sheet on LINUX where the filename contains special characters (german umlaut ü/ä)

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

Helmut Franzke  changed:

   What|Removed |Added

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

--- Comment #2 from Helmut Franzke  ---
I did some more investigation and found the problem.
It's not related to LibreOffice. 

My KDE Regional Setting was somehow set to en_DE.UTF-8 which doesn't exist.
Strange. It should be de_DE.UTF-8. Setting the correct locale
solved the problem.

Even more strange. Now I get an error message from LO despite the wrong locale.
I think it was just a weird configuration of my box.

Everything is fine now.

-- 
You are receiving this mail because:
You are the 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-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102627

--- Comment #10 from Buovjaga  ---
(In reply to David F Smith from comment #8)
> Created attachment 171222 [details]
> Calc spreadsheet showing the result, as of 15-Apr-2021 (worse results than
> originally)
> 
> See in particular row 2, in which the italics and bold effects were not
> copied.  These cells, which contained text in one single format (not two
> formats, as in later rows) lost that formatting.

I don't reproduce this worsening.

Arch Linux 64-bit
Version: 7.2.0.0.alpha0+ / LibreOffice Community
Build ID: 5348b3946b8f2b9581cdd8b40fa774c2a9d23868
CPU threads: 8; OS: Linux 5.11; UI render: default; VCL: kf5 (cairo+xcb)
Locale: fi-FI (fi_FI.UTF-8); UI: en-US
Calc: threaded
Built on 16 April 2021

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


[Libreoffice-bugs] [Bug 116082] [META] Image issues related to image DPI

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

Bug 115464 Summary: UI of export to PNG and JPG misleading for resolution
https://bugs.documentfoundation.org/show_bug.cgi?id=115464

   What|Removed |Added

 Status|RESOLVED|REOPENED
 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 109323] [META] Graphic export bugs and enhancements (jpg, png, eps, tiff, gif ...)

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

Bug 115464 Summary: UI of export to PNG and JPG misleading for resolution
https://bugs.documentfoundation.org/show_bug.cgi?id=115464

   What|Removed |Added

 Status|RESOLVED|REOPENED
 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 105815] [META] Draw image bugs and enhancements

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

Bug 115464 Summary: UI of export to PNG and JPG misleading for resolution
https://bugs.documentfoundation.org/show_bug.cgi?id=115464

   What|Removed |Added

 Status|RESOLVED|REOPENED
 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 141744] New: Check boxes on CALC spreadsheets disappear when I save the data as an Excel2007 xlsx.

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

Bug ID: 141744
   Summary: Check boxes on CALC spreadsheets disappear when I save
the data as an Excel2007 xlsx.
   Product: LibreOffice
   Version: 7.1.2.2 release
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tmas...@yahoo.co.jp

Description:
Check boxes on CALC spreadsheets disappear when I save the data as an Excel2007
xlsx. Even I opened a true Excel file with check box on CALC and save it as
Excel2007, the check box has gone.

Steps to Reproduce:
1. Create a check box on CALC spreadsheet using Form Control.
2. Save it as an Excel2007 xlsx.
3. Open the file and you will not see the check box!

Actual Results:
You will loose the check box.

Expected Results:
The check box should remain as it has been created.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 6.4.5.2 (x64)
Build ID: a726b36747cf2001e06b58ad5db1aa3a9a1872d6
CPU threads: 2; OS: Windows 10.0 Build 19042; UI render: default; VCL: win; 
Locale: ja-JP (ja_JP); UI-Language: en-US
Calc: threaded

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


[Libreoffice-bugs] [Bug 141743] New: Consider the inclusion the thesaurus dictionary for en_AU

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

Bug ID: 141743
   Summary: Consider the inclusion the thesaurus dictionary for
en_AU
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Linguistic
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mat...@mapreri.org
CC: so...@libreoffice.org

Hi!

In Debian we have this package:
https://tracker.debian.org/pkg/openoffice.org-en-au
Besides the hunspell dictionary (wrongly named myspell- there) which is already
in libreoffice-dictionaries, that package also provides a mythes-en-au
dictionary.

Here are the sources:
https://sources.debian.org/src/openoffice.org-en-au/2.1-5.5/

However, the maintainer for that package seems to have disappeared more than a
decade ago…
Reading through the README and following URLs, I *believe* the dictionary was
provided by this guy: https://www.australian-dictionary.com.au/
I haven't tried contacting him to see if that's the right place, but for sure
the fact that he doesn't publish tarballs directly is annoying.

As such, I wonder if somebody from LibreOffice is interested in chasing this
down, and including an en-au thesaurus dictionary.

(Unrelated, I also note that libreoffice-dictionaries also doesn't provide an
en-gb dict for mythes!  But I have no idea where to find that…)


Thank you for considering! :)

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


[Libreoffice-bugs] [Bug 141302] PARAGRAPH: Thin lines between paragraphs after filling area with a colour

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

Dieter  changed:

   What|Removed |Added

   Severity|normal  |minor

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


[Libreoffice-bugs] [Bug 119727] [META] Paragraph borders bugs and enhancements

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

Dieter  changed:

   What|Removed |Added

 Depends on||141302


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=141302
[Bug 141302] PARAGRAPH: Thin lines between paragraphs after filling area with a
colour
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107831] [META] Paragraph-level bugs and enhancements

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

Dieter  changed:

   What|Removed |Added

 Depends on|141302  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=141302
[Bug 141302] PARAGRAPH: Thin lines between paragraphs after filling area with a
colour
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 113223] [META] Color fill issues of the Area fill tab

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

Dieter  changed:

   What|Removed |Added

 Depends on|141302  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=141302
[Bug 141302] PARAGRAPH: Thin lines between paragraphs after filling area with a
colour
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141302] PARAGRAPH: Thin lines between paragraphs after filling area with a colour

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

Dieter  changed:

   What|Removed |Added

 Blocks|107831, 113223  |119727

--- Comment #4 from Dieter  ---
Panos, thanks for your explanation. Now I can confirm the problem in odt-file.
But I can't confirm the problem in PDF. PDF in your attachment looks fine for
me (with Adobe Acrobat reader). Same result with PDF created with directexport
to PDF in LO.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107831
[Bug 107831] [META] Paragraph-level bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=113223
[Bug 113223] [META] Color fill issues of the Area fill tab
https://bugs.documentfoundation.org/show_bug.cgi?id=119727
[Bug 119727] [META] Paragraph borders 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 141742] FILEOPEN PPTX: split animation import missing the anim:sub-item="text" attribute (regression)

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

--- Comment #4 from Pablo  ---
Created attachment 171271
  --> https://bugs.documentfoundation.org/attachment.cgi?id=171271=edit
split animation created in LO 7.1 without import

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


[Libreoffice-bugs] [Bug 141742] FILEOPEN PPTX: split animation import missing the anim:sub-item="text" attribute (regression)

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

--- Comment #3 from Pablo  ---
Created attachment 171270
  --> https://bugs.documentfoundation.org/attachment.cgi?id=171270=edit
pptx converted to odp in LO 7.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 141742] FILEOPEN PPTX: split animation import missing the anim:sub-item="text" attribute (regression)

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

--- Comment #2 from Pablo  ---
Created attachment 171269
  --> https://bugs.documentfoundation.org/attachment.cgi?id=171269=edit
pptx converted to odp in LO 7.0

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


[Libreoffice-bugs] [Bug 141742] FILEOPEN PPTX: split animation import missing the anim:sub-item="text" attribute (regression)

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

--- Comment #1 from Pablo  ---
Created attachment 171268
  --> https://bugs.documentfoundation.org/attachment.cgi?id=171268=edit
PPTX with split animation

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


[Libreoffice-bugs] [Bug 141742] New: FILEOPEN PPTX: split animation import missing the anim:sub-item="text" attribute (regression)

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

Bug ID: 141742
   Summary: FILEOPEN PPTX: split animation import missing the
anim:sub-item="text" attribute (regression)
   Product: LibreOffice
   Version: 7.1.2.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: pablo.pl...@gmail.com

Description:
The attached pptx has a split animation on a bullet list. The animation is
imported correctly in LO 7.0 but in LO 7.1 the  nodes are missing the
anim:sub-item="text" attribute. This is a regression between 7.0.4.2 and 7.1.

Steps to Reproduce:
1. Import the attached pptx to LibreOffice 7.0 and LibreOffice 7.1 
2. Exported to ODP
3. Extract the ODP zip and compare the  nodes in content.xml of both
LibreOffice versions.

4. Create a new Impress 7.1 presentation.
5. Add a text box. Create a bullet list with 3 items (AAA, BBB, CCC).
6. Add split entrance animation to the text box.
7. Save as ODP.
8. Extract the ODP zip file and compare the  nodes in content.xml to
the ODP converted from the PPTX. Now the  nodes do include the
anim:sub-item="text" attribute.

Actual Results:
In Impress 7.1  nodes in content.xml are missing the
anim:sub-item="text" attribute when importing a pptx with split animation.














Expected Results:
In Impress 7.0  nodes in content.xml include the anim:sub-item="text"
attribute when importing a pptx with split animation.
In Impress 7.1 the attribute is included only when creating a new text box (not
importing pptx).















Reproducible: Always


User Profile Reset: No



Additional Info:
Bad version:
Version: 7.1.2.2 / LibreOffice Community
Build ID: 5751006d328844ba3fa6124ed263bbf122f0788a
CPU threads: 2; OS: Linux 5.8; UI render: default; VCL: gtk3
Locale: en-US (en_IL); UI: en-US
Calc: threaded

Good version:
Version: 7.0.4.2
Build ID: 00(Build:2)
CPU threads: 2; OS: Linux 5.8; UI render: default; VCL: gtk3
Locale: en-US (en_IL); UI: en-US
Ubuntu package version: 1:7.0.4_rc2-0ubuntu0.20.04.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 137046] Unwanted scroll after changing from full screen view to non-full screen in multi page view

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

Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Blocks||106773
 Ever confirmed|0   |1

--- Comment #4 from Dieter  ---
Reproducible with steps from comment 2 and

Version: 7.2.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 807d059d99e7b99fe45a712428befa17ffa44858
CPU threads: 4; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: CL


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=106773
[Bug 106773] [META] Writer document canvas view jump issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 106773] [META] Writer document canvas view jump issues

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

Dieter  changed:

   What|Removed |Added

 Depends on||137046


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=137046
[Bug 137046] Unwanted scroll after changing from full screen view to non-full
screen in multi page view
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141481] NAVIGATOR: F5 should open navigator in sidebar deack instead of floating window

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

--- Comment #4 from Roman Kuznetsov <79045_79...@mail.ru> ---
(In reply to Dieter from comment #3)
> But it should at least be possible to customize F5. 

It will be a good solution for the "problem" 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 141429] Allow prefixing section-numbering reference with section symbol

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

--- Comment #4 from Dieter  ---
Eyal, just for clarification: I assume, your talking about Chapter, subchapter,
susubchapter, ... instead of section, subsection, ...

If you want to add a symbol at the beginning of the heading itself, you can
define that in the chapter numbering dialog. If you want to add a symbol before
the cross reference you can type it as normal character before you insert the
cross-reference. Does this solve your problem? Personally I don't see the need
for any change 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


  1   2   >