[Libreoffice-bugs] [Bug 157074] Program freeze when editing graphics, saving file

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157074

--- Comment #20 from Buovjaga  ---
As no one else is seeing it so far, you could try bisecting it.

If you are not familiar with the process, you could study the tutorial:
https://wiki.documentfoundation.org/QA/Bibisect/Bibisecting_tutorial

Adapt it by cloning the live repository of 7.6 instead of using a bundle, to
make things simpler:
git clone https://bibisect.libreoffice.org/win64-7.6.git

You will be using your own file instead of anything from the tutorial example.

First step will be to make sure that the oldest in the 7.6 repository does not
freeze and the 'master' in 7.6 repo does freeze. Then treat not freezing as
'good' and freezing as 'bad'.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 155741] Allow insertion of items into master without a selected item

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155741

--- Comment #16 from Jim Raykowski  ---
(In reply to Jim Raykowski from comment #15)
> What I believe was the intended result when implemented, and is the result
> when a suspicious line of code is removed:
https://opengrok.libreoffice.org/xref/core/sw/source/core/edit/edglbldc.cxx?r=ada3cf7a#156

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157504] New: LibreOffice Impress crashes Cinnamon desktop environment when user enters font size greater than 131 in the "Character" dialog.

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157504

Bug ID: 157504
   Summary: LibreOffice Impress crashes Cinnamon desktop
environment when user enters font size greater than
131 in the "Character" dialog.
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dfbarb...@gmail.com

Description:
Typing a new a value greater than 131 into the Character|Fonts|Size dialog
causes the Cinnamon desktop environment to crash. I have never seen Cinnamon
crash like this under any other circumstances.

Steps to Reproduce:
The following procedure will reliably cause the login session to abrubtly and
instantly stop all running programs and go to the login screen):
1. Highlight some text in a text box
2. Select Format|Character...
3. From context menu, choose "Character..."
4. Choose the "Fonts" tab
5. In the "Size" dropdown, type in any number greater than 131.
6. Before you can even press "OK", Desktop environment crashes.


Actual Results:
Desktop environment crashes (i.e., all running programs instantly stopped) and
user returned to the account login screen.

Expected Results:
After changing the number, I expected to click "OK" and either be returned to
the editing screen with the text font size modified, or receive an error
message telling me I had entered an illegal value.


Reproducible: Always


User Profile Reset: Yes

Additional Info:
O/S: Linux Mint 21.2 Cinnamon, fully updated.
Cinnamon version: 5.8.4
Linux Kernel: 5.15.0-84-generic
Processor: Intel© Core™2 Duo CPU E8400  @ 3.00GHz × 2
Memory: 11.6 GiB
Hard Drives: 2251.5 GB
Graphics Card: Intel Corporation 4 Series Chipset Integrated Graphics
Controller

LibreOffice version:  7.6.1.2

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 151442] [UI] Windows menu item (Sheet, Delete Rows) has a non-unique accelerator

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151442

BogdanB  changed:

   What|Removed |Added

   Keywords|bibisectRequest |
 CC||buzea.bog...@libreoffice.or
   ||g

--- Comment #16 from BogdanB  ---
Removed "bibisect request" based on comment 15.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157502] FILEOPEN PPTX: transparency missing (both edit and presentation mode)

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157502

BogdanB  changed:

   What|Removed |Added

 CC||noelgran...@gmail.com

--- Comment #4 from BogdanB  ---
CC: Noel Grandin

Noel, please, can you take a look?

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


author  Noel Grandin 2021-04-16 20:33:10 +0200
committer   Noel Grandin  2023-07-25
08:38:12 +0200
commit  81994cb2b8b32453a92bcb011830fcb884f22ff3 (patch)
treeae1750e92421ad2e0ec3f50351c3be6581841598
parent  dabedcaf27b0af1e38a611b8d8e48444f848e01d (diff)
Convert internal vcl bitmap formats transparency->alpha (II)
(Second attempt at landing this)

Image formats and graphics APIs use alpha, not transparency,
so change our internal formats and data structures to work directly
with alpha, so we don't need to modify data before we push it to
graphics APIs.

Add a couple of new Color constants to make the intention
of the vcl code clearer.

Notes
(*) On macOS, tweaking the logic in CreateWithSalBitmapAndMask
to more accurately reflect the requirements of the
CGImageCreateWithMask function seems to fix some
tests.

(*) The vcl code does not properly support gradients
with transparency. So the previous code was wrong, and this
change is going to result in slightly different wrongness.

Change-Id: I9e21c2e98d88ecfdc5f75db13bd17c38db98
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114168
Tested-by: Jenkins
Reviewed-by: Patrick Luby 
Reviewed-by: Noel Grandin 

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157502] FILEOPEN PPTX: transparency missing (both edit and presentation mode)

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157502

BogdanB  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected

--- Comment #3 from BogdanB  ---
c21a1c45e2403119c90af25cdb5350f978d5c93b is the first bad commit
commit c21a1c45e2403119c90af25cdb5350f978d5c93b
Author: Jenkins Build User 
Date:   Tue Jul 25 09:06:10 2023 +0200

source sha:81994cb2b8b32453a92bcb011830fcb884f22ff3

source sha:81994cb2b8b32453a92bcb011830fcb884f22ff3

 instdir/program/libchartcontrollerlo.so | Bin 3810384 -> 3810384 bytes
 instdir/program/libcppcanvaslo.so   | Bin 382552 -> 382552 bytes
 instdir/program/libcuilo.so | Bin 5066680 -> 5066680 bytes
 instdir/program/libdrawinglayerlo.so| Bin 2067536 -> 2067632 bytes
 instdir/program/libeditenglo.so | Bin 3336888 -> 3336888 bytes
 instdir/program/libfrmlo.so | Bin 4274440 -> 4274400 bytes
 instdir/program/libmsfilterlo.so| Bin 1063760 -> 1063760 bytes
 instdir/program/libsclo.so  | Bin 22502464 -> 22502464 bytes
 instdir/program/libsdlo.so  | Bin 10531352 -> 10531352 bytes
 instdir/program/libsduilo.so| Bin 2135776 -> 2135776 bytes
 instdir/program/libsfxlo.so | Bin 7755888 -> 7755888 bytes
 instdir/program/libslideshowlo.so   | Bin 2904968 -> 2905016 bytes
 instdir/program/libsmlo.so  | Bin 2290704 -> 2290704 bytes
 instdir/program/libspllo.so | Bin 96136 -> 96136 bytes
 instdir/program/libsvtlo.so | Bin 3063720 -> 3063720 bytes
 instdir/program/libsvxcorelo.so | Bin 12298416 -> 12298464 bytes
 instdir/program/libsvxlo.so | Bin 5529544 -> 5529544 bytes
 instdir/program/libswlo.so  | Bin 22729480 -> 22729480 bytes
 instdir/program/libswuilo.so| Bin 2985632 -> 2985640 bytes
 instdir/program/libtklo.so  | Bin 7023960 -> 7024008 bytes
 instdir/program/libvclcanvaslo.so   | Bin 1014736 -> 1014736 bytes
 instdir/program/libvcllo.so | Bin 20328320 -> 20332568 bytes
 instdir/program/libvclplug_gtk3lo.so| Bin 2748840 -> 2748840 bytes
 instdir/program/libvclplug_qt5lo.so | Bin 2495136 -> 2495032 bytes
 instdir/program/setuprc |   2 +-
 instdir/program/versionrc   |   2 +-
 26 files changed, 2 insertions(+), 2 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157502] FILEOPEN PPTX: transparency missing (both edit and presentation mode)

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157502

BogdanB  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||buzea.bog...@libreoffice.or
   ||g
 Ever confirmed|0   |1

--- Comment #2 from BogdanB  ---
Confirm with

Bad in
Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 9b8ea553cf7f2fe5c913cb2b5e90d6d300b6be43
CPU threads: 16; OS: Linux 6.2; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
Calc: threaded

Good in
Version: 7.5.3.2 (X86_64) / LibreOffice Community
Build ID: 9f56dff12ba03b9acd7730a5a481eea045e468f3
CPU threads: 16; OS: Linux 6.2; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157480] [OSX] Testing Mail Merge Email settings fails with ssl.SSLCertVerificationError

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157480

greg.diehl@gmail.com changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression
Version|7.5.7.1 release |7.5.0.3 release
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||greg.diehl@gmail.com

--- Comment #1 from greg.diehl@gmail.com ---
This bug does not appear in 7.4.7.2. Added regression and bibisectRequest
keywords.

See the same SSL: CERTIFICATE_VERIFY_FAILED error as mentioned above with
7.5.0.3 and the latest LibreOfficeDev build.

Version: 7.5.0.3 (AARCH64) / LibreOffice Community
Build ID: c21113d003cd3efa8c53188764377a8272d9d6de
CPU threads: 10; OS: Mac OS X 14.0; UI render: default; VCL: osx
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded

Version: 24.2.0.0.alpha0+ (AARCH64) / LibreOffice Community
Build ID: f8e591ab9182e0a61c4ae5b8f77b166fcaeaa877
CPU threads: 10; OS: macOS 14.0; UI render: default; VCL: osx
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157429] Writer freezes repeatedly when scrolling through a document at speed

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157429

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] [Bug 157429] Writer freezes repeatedly when scrolling through a document at speed

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157429

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157209] Keyboard shortcuts with CTRL (copy/cut/paste/undo/redo...) not working in Linux Hebrew keyboard layout

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157209

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157209] Keyboard shortcuts with CTRL (copy/cut/paste/undo/redo...) not working in Linux Hebrew keyboard layout

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157209

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153829] Crash du programme LibreOffice Calc lors de la personalisation de l'arrière plan d'un Diagramme.

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153829

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] [Bug 153829] Crash du programme LibreOffice Calc lors de la personalisation de l'arrière plan d'un Diagramme.

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153829

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

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] [Bug 153827] Crash à l'ouverture du programme

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153827

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] [Bug 153827] Crash à l'ouverture du programme

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153827

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

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] [Bug 97625] UI: AutoCorrect button on toolbar poorly defined functionality

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97625

--- Comment #17 from QA Administrators  ---
Dear nemzag,

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://web.libera.chat/?settings=#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] [Bug 44453] FILESAVE FILEOPEN .xls: EXCEL Leap year bug has to be mentioned

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=44453

--- Comment #13 from QA Administrators  ---
Dear Matej HALAC,

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://web.libera.chat/?settings=#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] [Bug 111904] Text box is imported as a different type in PPT

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111904

--- Comment #4 from QA Administrators  ---
Dear Aron Budea,

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://web.libera.chat/?settings=#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] [Bug 144454] In versions of LO Writer 6 and higher as tested it is not possible to select and edit, or copy and paste from collected words in the word completion list box at menu: T

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144454

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

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://web.libera.chat/?settings=#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] [Bug 107610] FILEOPEN PPTX: wrong default fonts for non English text

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107610

--- Comment #9 from QA Administrators  ---
Dear Ofir,

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://web.libera.chat/?settings=#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] [Bug 100758] FILEOPEN DOCX Shape in footer results in 2nd and more footnotes being pushed to next page

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100758

--- Comment #9 from QA Administrators  ---
Dear Cor Nouws,

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://web.libera.chat/?settings=#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] [Bug 157386] Writer crash when try to open a DOC file

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157386

--- Comment #9 from wind_wu  ---
(In reply to m.a.riosv from comment #8)
> For both files, MSWord ask for password.
> 
> Meanwhile, LibreOffice open the one without password, and crash for the
> other one.

I don't have any Microsoft Office suite or stand-alone Word application
installed on my computer.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157503] New: Remapping mouse buttons not working

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157503

Bug ID: 157503
   Summary: Remapping mouse buttons not working
   Product: LibreOffice
   Version: 7.4.3.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: davisconsult...@gmail.com

Description:
I have a logitech M720 mouse. I tried remapping some buttons in the logi
options software, and it worked for chrome, but not for libreoffice or
libreoffice calc. 
I tried remapping the left and right wheel push buttons to zoom in and out, but
no luck.

Actual Results:
Remap didnt work in libre office or calc.

Expected Results:
Buttons should have remapped


Reproducible: Always


User Profile Reset: No

Additional Info:
[Information automatically included from LibreOffice]
Locale: en-GB
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] [Bug 118227] XML 2003 Excel import export filter issues

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118227

--- Comment #9 from Kohei Yoshida  ---
The latest version of orcus should improve this quite a bit.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 155878] [LOCALHELP] - IMPRESS - Help pages about dialogs should provide instructions for the Tabbed UI

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155878

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:24.2.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 155876] [LOCALHELP] - Calc - Help pages about dialogs should provide instructions for the Tabbed UI

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155876

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:24.2.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 155876] [LOCALHELP] - Calc - Help pages about dialogs should provide instructions for the Tabbed UI

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155876

--- Comment #2 from Commit Notification 
 ---
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/59e38b61f4aecf25633770d24ac60fc7d3210705

tdf#155876 Calc UI - Tools menu review

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 155875] [LOCALHELP] - Writer - Help pages about dialogs should provide instructions for the Tabbed UI

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155875

--- Comment #75 from Commit Notification 
 ---
Olivier Hallot committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/help/commit/1c93d4ba6e0b516918ff22c8cdcbc9b808a491ad

tdf#155875 UI cmds Writer/Table in Help(47)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157502] FILEOPEN PPTX: transparency missing (both edit and presentation mode)

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157502

Gerald Pfeifer  changed:

   What|Removed |Added

Summary|FILEOPEN FILEOPEN PPTX: |FILEOPEN PPTX: transparency
   |transparency missing (both  |missing (both edit and
   |edit and presentation mode) |presentation mode)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157502] FILEOPEN FILEOPEN PPTX: transparency missing (both edit and presentation mode)

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157502

--- Comment #1 from Gerald Pfeifer  ---
Created attachment 189879
  --> https://bugs.documentfoundation.org/attachment.cgi?id=189879=edit
Visual comparison Impress (left) vs PowerPoint (right)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157502] New: FILEOPEN FILEOPEN PPTX: transparency missing (both edit and presentation mode)

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157502

Bug ID: 157502
   Summary: FILEOPEN FILEOPEN PPTX: transparency missing (both
edit and presentation mode)
   Product: LibreOffice
   Version: 24.2.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: bibisectRequest, regression
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ger...@pfeifer.com

Created attachment 189878
  --> https://bugs.documentfoundation.org/attachment.cgi?id=189878=edit
Sample slide (PPTX)

Opening the document there are two elements where transparency seems to
be completely missing.

This is a regression between

  Version: 7.6.3.0.0+ (X86_64) / LibreOffice Community
  Build ID: 9c8a1994bea590db7436638580231daf31844fd6
  CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3
  Locale: en-US (en_US.UTF-8); UI: en-US

and

  Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
  Build ID: f8e591ab9182e0a61c4ae5b8f77b166fcaeaa877
  CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3
  Locale: en-US (en_US.UTF-8); UI: en-US

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 108254] [META] File format filters (import/export) bugs and enhancements

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108254
Bug 108254 depends on bug 36841, which changed state.

Bug 36841 Summary: FILEOPEN fails on gnumeric spreadsheet files
https://bugs.documentfoundation.org/show_bug.cgi?id=36841

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 36841] FILEOPEN fails on gnumeric spreadsheet files

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36841

Kohei Yoshida  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |ko...@libreoffice.org
   |desktop.org |
 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #14 from Kohei Yoshida  ---
With liborcus version 0.19.0, this should be fixed.

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 113869] [META] MS Office XML formats (pre-OOXML) bugs and enhancements

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113869
Bug 113869 depends on bug 147189, which changed state.

Bug 147189 Summary: FILEOPEN XML2003 Decimal places formatting of numbers in 
cells is missing
https://bugs.documentfoundation.org/show_bug.cgi?id=147189

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147189] FILEOPEN XML2003 Decimal places formatting of numbers in cells is missing

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147189

Kohei Yoshida  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |ko...@libreoffice.org
   |desktop.org |
 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Kohei Yoshida  ---
The upgrade liborcus version 0.19.0 should fix this problem.

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 113869] [META] MS Office XML formats (pre-OOXML) bugs and enhancements

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113869
Bug 113869 depends on bug 147190, which changed state.

Bug 147190 Summary: FILEOPEN XML2003 Date formatting of cells is missing
https://bugs.documentfoundation.org/show_bug.cgi?id=147190

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147190] FILEOPEN XML2003 Date formatting of cells is missing

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147190

Kohei Yoshida  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
   Assignee|libreoffice-b...@lists.free |ko...@libreoffice.org
   |desktop.org |
 Resolution|--- |FIXED

--- Comment #3 from Kohei Yoshida  ---
The latest liborcus version 0.19.0 should fix this problem.

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 113869] [META] MS Office XML formats (pre-OOXML) bugs and enhancements

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113869
Bug 113869 depends on bug 147187, which changed state.

Bug 147187 Summary: FILEOPEN XML2003 Font color and bold setting missing
https://bugs.documentfoundation.org/show_bug.cgi?id=147187

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147187] FILEOPEN XML2003 Font color and bold setting missing

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147187

Kohei Yoshida  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
   Assignee|libreoffice-b...@lists.free |ko...@libreoffice.org
   |desktop.org |
 Resolution|--- |FIXED

--- Comment #3 from Kohei Yoshida  ---
I just upgraded liborcus to 0.19.0.  That version should fix this problem.

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157500] Writer crashes when I move pasted photos around in a document.

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157500

--- Comment #2 from hug...@gmail.com ---
Created attachment 189877
  --> https://bugs.documentfoundation.org/attachment.cgi?id=189877=edit
Scrambled display, instead of complete crash.

Writer did not crash this time, but scrambled some of the video memory?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 107331] [META] Document themes bugs and enhancements

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107331

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||156981


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=156981
[Bug 156981] Theme color is not used for rendering
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156981] Theme color is not used for rendering

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156981

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Blocks||107331
 CC||stephane.guillou@libreoffic
   ||e.org

--- Comment #4 from Stéphane Guillou (stragu) 
 ---
Quikee, Regina: should this be set to "new" until it can be actioned when ODF
integrates theme palettes? Or did I misunderstand?


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107331
[Bug 107331] [META] Document themes bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 109530] [META] File opening issues

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109530

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||157037


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157037
[Bug 157037] Auto detect CTL on plain text files
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 43808] [META] Right-To-Left and Complex Text Layout language issues (RTL/CTL)

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43808

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||157037


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157037
[Bug 157037] Auto detect CTL on plain text files
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157037] Auto detect CTL on plain text files

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157037

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Version|unspecified |Inherited From OOo
   Severity|normal  |enhancement
 CC||stephane.guillou@libreoffic
   ||e.org
 Blocks||109530, 43808
 Ever confirmed|0   |1

--- Comment #4 from Stéphane Guillou (stragu) 
 ---
That makes sense to me.

If gedit displays the sample text RTL, why shouldn't LO do the same, setting
the page style accordingly? Or at least recognise the language properly per
paragraph, and set its direction accordingly.

Weirdly, when importing the sample file, the paragraphs are assigned the Hindi
language instead of Arabic... (same in OOo 3.3)

Tested with recent master build:

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 2902ab24ecc5ffbf4907ea83b2028508b9de6364
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: es-MX (en_AU.UTF-8); UI: en-US
Calc: threaded


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=43808
[Bug 43808] [META] Right-To-Left and Complex Text Layout language issues
(RTL/CTL)
https://bugs.documentfoundation.org/show_bug.cgi?id=109530
[Bug 109530] [META] File opening issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 113354] [META] Impress/Draw feature enhancements

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113354

Olivier Hallot  changed:

   What|Removed |Added

 Depends on||157501


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157501
[Bug 157501] Presentation Minimizer wizard dialog needs Help button
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157501] New: Presentation Minimizer wizard dialog needs Help button

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157501

Bug ID: 157501
   Summary: Presentation Minimizer wizard dialog needs Help button
   Product: LibreOffice
   Version: 24.2.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: needsUXEval
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: olivier.hal...@libreoffice.org
Blocks: 113354

The Presentation Minimizer does not have a Help button.

UNO command is .uno:PresentationMinimizer

Help file: text/simpress/01/PresentationMinimizer.xhp


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113354
[Bug 113354] [META] Impress/Draw feature enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157500] Writer crashes when I move pasted photos around in a document.

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157500

--- Comment #1 from hug...@gmail.com ---
Actually, it might be resizing, rather than moving that causes the crash.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157062] There should be a version of OFFSET() allowing for an offset concerning the sheet index.

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157062

--- Comment #2 from ady  ---
FWIW...

Using relative addresses for worksheets would be a solution for some use-cases
without needing a new function. That would not be the same exact method as
"pointing to the next/prior Nth worksheet" (similar to the offset addressing),
but still.

Regarding cell addresses vs worksheet addresses, the former are always named in
a standard way (A1 or R1C1, and their respective absolute and relative
notations), whereas the later are not; there is not standardized name format
for worksheets). I assume this would be an important factor to consider for
such suggested "offset-like" function, and (probably) it would be one important
reason for the difficulties to precisely define the function and its arguments.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157500] New: Writer crashes when I move pasted photos around in a document.

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157500

Bug ID: 157500
   Summary: Writer crashes when I move pasted photos around in a
document.
   Product: LibreOffice
   Version: 7.5.7.1 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: hug...@gmail.com

Description:
Inserting a number of photos in a document.  I paste the photo, when pasted it
may overlap a previous photo. I then drag it to a new position in the document.
 Writer crashes.  Document is now about 5MB in size.  If I save as soon as I
paste the photo (before moving it) it seems to be a bit safer.  Have to save
after every move.  I am resizing, sometimes cropping the photos in Windows
Paint, then copying them to Writer without saving them.

Steps to Reproduce:
1.Start a new document, type some stuff
2.copy a photo from Paint, paste into document
3.repeat (2.)
4. move new photo in document

Actual Results:
Writer just crashes

Expected Results:
Writer should not crash ;)


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 7.5.7.1 (X86_64) / LibreOffice Community
Build ID: 47eb0cf7efbacdee9b19ae25d6752381ede23126
CPU threads: 4; OS: Windows 10.0 Build 19045; UI render: Skia/Vulkan; VCL: win
Locale: en-AU (en_AU); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 107733] [META] Hyperlink bugs and enhancements

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107733

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||148405


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=148405
[Bug 148405] FILEOPEN: Font direct formatting of a hyperlink disappears after
reload (perhaps document specific)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148405] FILEOPEN: Font direct formatting of a hyperlink disappears after reload (perhaps document specific)

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148405

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Blocks||107733
Summary|FILEOPEN: Font dircect  |FILEOPEN: Font direct
   |formatting of a hyperlink   |formatting of a hyperlink
   |disappears after reload |disappears after reload
   |(perhaps document specific) |(perhaps document specific)


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107733
[Bug 107733] [META] Hyperlink bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 76645] FILESAVE Impress does not preserve hyperlinked letters color on export to .ppt format

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76645

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157236] Images added to list in Page Properties won't delete

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157236

--- Comment #8 from Don Matschull  ---
(In reply to Stéphane Guillou (stragu) from comment #7)
> (In reply to Don Matschull from comment #6)
> > Do you know where the images I added might be stored within the user profile
> > so I can delete just that folder and not lose everything else?
> 
> Does removing user/gallery help?

That's where I was hoping it was located, but no luck.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157499] New: Upgraded 7.5, Calc xls files now open by unknown user

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157499

Bug ID: 157499
   Summary: Upgraded 7.5, Calc xls files now open by unknown user
   Product: LibreOffice
   Version: 7.5.7.1 release
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tkerstet...@aol.com

Description:
Upgraded suite to 7.5, now all of my calc xls files will say that they are in
use and I can copy or open in read only.  WHen I make a copy then delete old
one and replace it with newer, it will end up saying that it is open by unknown
user and can only read only.  I rebooted the system, and repaired the install
but problem is still there.  It appear that a "in use" flag is being set by
default each time.  

Some of these file haven't been accessed in months  

Steps to Reproduce:
1. try to open any existing xls file
2.
3.

Actual Results:
double click to try and open an existing 

Expected Results:
pop up telling me that in use and I can open read only or copy 


Reproducible: Sometimes


User Profile Reset: No

Additional Info:
Open the file

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 135593] FILESAVE PDF Long hyperlink in table gets saved to PDF scrolled to the end

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135593

--- Comment #6 from Gabor Kelemen (allotropia)  ---
Still happens in

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 0c4913e03e8427a576138601958f2dbf13b8c37b
CPU threads: 8; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: hu-HU (hu_HU.UTF-8); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157498] New: Window movement and resizes messed up with macOS Sonoma

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157498

Bug ID: 157498
   Summary: Window movement and resizes messed up with macOS
Sonoma
   Product: LibreOffice
   Version: 7.6.2.1 release
  Hardware: ARM
OS: macOS (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ken.shirr...@gmail.com

I upgraded to macOS Sonomoa and now Libre Office is behaving strangely when
moving or resizing windows. I haven't seen this behavior on other apps, so I
think it is Libre Office.

First, if I drag a corner of the window to resize Libre Office, the cursor
doesn't change to the double-headed resize arrow like other applications, but
stays as the regular pointer. The window resizes correctly, but with a lot of
white flashing.

Second, if I click on the title bar of the window to move it, the window
narrows itself to that point and starts resizing. This isn't the behavior of
other apps. But sometimes clicking on the title bar moves the window as
expected, so it's not always repeatable.

I also had a problem where clicking on the - or + image resize buttons at the
bottom of the window would cause the whole window to shrink to a vertical
stripe, but I can't always reproduce that. It seems to happen after resizing
the window.

These aren't serious issues, but I wanted to let you know in case there was an
API change with Sonoma.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157236] Images added to list in Page Properties won't delete

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157236

--- Comment #7 from Stéphane Guillou (stragu) 
 ---
(In reply to Don Matschull from comment #6)
> Do you know where the images I added might be stored within the user profile
> so I can delete just that folder and not lose everything else?

Does removing user/gallery help?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 141031] Context Menu doesn't update target on right click in Form browser

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141031

--- Comment #4 from Kira Tubo  ---
Created attachment 189876
  --> https://bugs.documentfoundation.org/attachment.cgi?id=189876=edit
replace with context menu missing v6.3

Reproducible exactly as described in the original "actual results" in 7.3.3.2.

Version: 7.3.3.2 (x64) / LibreOffice Community
Build ID: d1d0ea68f081ee2800a922cac8f79445e4603348
CPU threads: 6; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL

However, if you dig back to 6.3 for example, the "actual results" isn't
reproduced as described, however, there is still an issue with the "Replace
with" context menu goes missing for the form controls. See step 5 and
attachment for the results with the issue.

Steps:
1. Open writer
2. Create a form control e.g. Form > Text Box
3. Open Form Navigator e.g. Form > Form Navigator
4. Within the Form Navigator, Left click on form name (above the form control)
5. Right click on form control (e.g. Text Box). The "Replace with" menu goes
missing, which is NOT expected.
6. Left click on form name (above the form control).
7. Left click on form control (e.g. Text Box). 
8. Right click on form control(e.g. Text Box). The "Replace with" menu appears,
which is expected
8. Left click on form control (e.g. Text Box). 
9. Right click on form name (above the form control). The context menu appears
with all the correct options (New, Cut, Delete, Tab Order, Rename, Properties),
as expected. 

Version: 6.3.0.0.alpha1 (x64)
Build ID: 547edd20e527fb02900f6174973770d26306e2e7
CPU threads: 6; OS: Windows 10.0; UI render: GL; VCL: win; 
Locale: en-US (en_US); UI-Language: en-US
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157241] Freeze when removing table

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157241

--- Comment #5 from Stéphane Guillou (stragu) 
 ---
(just stressing that the freeze doesn't happen for me if pages 1 and 2 are
visible side-by-side)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 132261] [META] Table layouting: PrepareMake, MakeAll loops and crashes

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132261

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||157241


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157241
[Bug 157241] Freeze when removing table
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157241] Freeze when removing table

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157241

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Ever confirmed|0   |1
  Regression By||Michael Stahl
 Blocks||132261
Summary|Freeze at undo with a   |Freeze when removing table
   |specific undo/redo/undo |
   |sequence|
   Severity|normal  |major
 CC||michael.st...@allotropia.de
   ||,
   ||stephane.guillou@libreoffic
   ||e.org
 Status|UNCONFIRMED |NEW
   Keywords||bibisected, bisected,
   ||regression

--- Comment #4 from Stéphane Guillou (stragu) 
 ---
Can't repro the first version in Description, but can repro the freeze when
deleting the first green table in comment 2.

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 2902ab24ecc5ffbf4907ea83b2028508b9de6364
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: es-MX (en_AU.UTF-8); UI: en-US
Calc: threaded

Let' start with that.

My bibisect steps, note step 2:

1. open attachment 189615
2. make sure only the first page is visible (by making the window narrow enough
to not have two pages side-by-side)
3. with cursor in first green table, delete the table

Result: freeze.

Bibisected with linux-64-24.2 repo to first bad commit
cb5a1c6ec7db7ee83f6e2b78a3e726a513d4f202 which points to core commit:

commit  c303981cfd95ce1c3881366023d5495ae2edce97
author  Michael Stahl   Wed Aug 23 15:50:59 2023 +0200
committer   Michael Stahl   Thu Aug 24 12:43:25 2023 +0200
tdf#156724 sw: layout: fix tables not splitting due to footnotes differently
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155988

Michael, can you please have a look?


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=132261
[Bug 132261] [META] Table layouting: PrepareMake, MakeAll loops and crashes
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 116885] [META] Privacy and data security issues

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116885

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||157039


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157039
[Bug 157039] Method to clear search text drop down list in Base form
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 122311] Find & Replace dialog could save search history on closing of the application

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122311

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157039] Method to clear search text drop down list in Base form

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157039

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|
 Blocks||108440, 116885
Summary|Method to clear search text |Method to clear search text
   |drop down list in Base  |drop down list in Base form
   |form.   |
 Status|UNCONFIRMED |NEW
   Keywords||needsUXEval
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||2311
 Ever confirmed|0   |1
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||stephane.guillou@libreoffic
   ||e.org

--- Comment #1 from Stéphane Guillou (stragu) 
 ---
That's a good point.
I can confirm that I can see previous searches from a different database in a
form's Record Search dialog.

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 2902ab24ecc5ffbf4907ea83b2028508b9de6364
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: es-MX (en_AU.UTF-8); UI: en-US
Calc: threaded

As a comparison, the Find and Replace dialog in Calc and Writer only saves
searches per session. Close and reopen LO, the list is cleared.

Maybe instead of adding a way to clear the search, it should just do like Calc
and Writer and not save anything between sessions?

Although there is a request to go the opposite way and make Find and Replace
_remember_ searched terms between sessions: Bug 122311

So a design decision should be consistent across these dialogs.
In my opinion, if search terms as saved, there should absolutely be an option
to clear the list. And possibly, a setting to opt into it. (Thinking of shared
computers on which one user might not like discovering that another user is
able to see logged search terms they have used previously.)


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108440
[Bug 108440] [META] Database form bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=116885
[Bug 116885] [META] Privacy and data security issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 108440] [META] Database form bugs and enhancements

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108440

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||157039


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157039
[Bug 157039] Method to clear search text drop down list in Base form
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157497] New: can't open files since updated to 7.5.7.1 (x86_64)

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157497

Bug ID: 157497
   Summary: can't open files since updated to 7.5.7.1 (x86_64)
   Product: LibreOffice
   Version: 7.5.7.1 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: fho...@hotmail.com

Description:
when I click on a file to open get document in use file has been locked by
another user open R/O or open copy. If I open a copy and save it the next time,
I try opening it get same document in use message

Steps to Reproduce:
1.open any file
2.
3.

Actual Results:
try open any file.

Expected Results:
need to open files and be able to save files as needed


Reproducible: Always


User Profile Reset: Yes

Additional Info:
open files without issue

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157236] Images added to list in Page Properties won't delete

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157236

Don Matschull  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157236] Images added to list in Page Properties won't delete

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157236

--- Comment #6 from Don Matschull  ---
(In reply to Stéphane Guillou (stragu) from comment #5)
> Not reproduced in 7.4.7.2 either.
> 
> Version: 7.4.7.2 / LibreOffice Community
> Build ID: 723314e595e8007d3cf785c16538505a1c878ca5
> CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
> Locale: en-AU (en_AU.UTF-8); UI: en-US
> Calc: threaded
> 
> Don, can you please:
> - update to a version that will see further releases, 7.5 or 7.6
> - reset your user profile
> - test again
> - if you can still reproduce, please share the full version information from
> Help > About LibreOffice.
> 
> Thank you!

I updated to:
Version: 7.5.7.1 (X86_64) / LibreOffice Community
Build ID: 47eb0cf7efbacdee9b19ae25d6752381ede23126
CPU threads: 12; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

I named the User profile folder to User_OLD and restarted LibreOffice. The
images I added to the background image list were no longer there, so the
problem is evidently in the user profile.

Loosing all of my personal templates and other customized changes, however, is
a bigger problem that dealing with two additional images in the background
image lists. 

Do you know where the images I added might be stored within the user profile so
I can delete just that folder and not lose everything else?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157340] Calc disfunction with keys numbers on keyboard. It's correct only with keypad numbers. I checked with 2 computers and it's the same problem

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157340

m.a.riosv  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |NOTABUG

--- Comment #7 from m.a.riosv  ---
Thanks for the information.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156146] FILEOPEN ODT Paragraphs have greater indent than in 7.5

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156146

--- Comment #7 from Commit Notification 
 ---
Michael Stahl committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/7cf5faec6fdbc27dd77d2d36fb2ff205322cba0d

tdf#156146 xmloff: ODF import: add backward compatibility hack

It will be available in 24.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] [Bug 156146] FILEOPEN ODT Paragraphs have greater indent than in 7.5

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156146

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:24.2.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148071] change about info Mac OS X to macOS

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148071

--- Comment #13 from Andras Timar  ---
(In reply to Sierk Bornemann from comment #12)
> Could/would you please take
> care of it or initiate it? Thanks in advance.

No, thanks. :) I'm even not sure now that my patch was right in the first
place, see https://gerrit.libreoffice.org/c/core/+/157033 and discussions in
this bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 90497] Implementing document themes

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90497

--- Comment #26 from Stéphane Guillou (stragu) 
 ---
(In reply to Tomaz Vajngerl from comment #23)
> Then again it may make more sense to have individual bugs for
> what still needs to be done.
> For example - chart support for themes.

Theme support for charts requested in bug 157496.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 90497] Implementing document themes

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90497

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 108538] [META] Chart feature enhancements

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108538

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||157496


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157496
[Bug 157496] Support theme colours in charts
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157496] New: Support theme colours in charts

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157496

Bug ID: 157496
   Summary: Support theme colours in charts
   Product: LibreOffice
   Version: 7.6.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Chart
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: stephane.guil...@libreoffice.org
CC: qui...@gmail.com
Blocks: 107331, 108538

Created attachment 189875
  --> https://bugs.documentfoundation.org/attachment.cgi?id=189875=edit
sample ODT

Document theme support started in LO 7.6, but charts do not switch colours when
the document theme is changed.

Steps:
1. Open attached ODT
2. Edit chart: change each of the 3 series's area colour to a colour from the
"Theme colors" palette
3. Exit chart edit mode
4. Change document theme in "Format > Theme"

Result: chart colours don't change, but rest of document does.
Expected: colours change in unison in the whole of the document.

Tested:

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 2902ab24ecc5ffbf4907ea83b2028508b9de6364
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: es-MX (en_AU.UTF-8); UI: en-US
Calc: threaded


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107331
[Bug 107331] [META] Document themes bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=108538
[Bug 108538] [META] Chart feature enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 107331] [META] Document themes bugs and enhancements

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107331

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||157496


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157496
[Bug 157496] Support theme colours in charts
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157456] Libreoffice Writer: Problem in exported pdf file when exporting pdf with password and titles.

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157456

--- Comment #10 from m.a.riosv  ---
Created attachment 189874
  --> https://bugs.documentfoundation.org/attachment.cgi?id=189874=edit
Attached my exported PDF, password: 1

I think looks fine for me.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157422] Wrap cell contents not being retained on libreoffice Calc

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157422

m.a.riosv  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #6 from m.a.riosv  ---
Please test in safe mode, Menu/Help/Restart in Safe Mode

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157386] Writer crash when try to open a DOC file

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157386

--- Comment #8 from m.a.riosv  ---
For both files, MSWord ask for password.

Meanwhile, LibreOffice open the one without password, and crash for the other
one.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157115] crash on inserting chart (gtk3): Assertion `m_pBody != NULL' failed

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157115

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #2 from Stéphane Guillou (stragu) 
 ---
Thanks Noel, all good in:

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 2902ab24ecc5ffbf4907ea83b2028508b9de6364
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: es-MX (en_AU.UTF-8); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157099] Seeing "leftover" changed-numbering indications which disappear on hide/show

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157099

--- Comment #5 from Stéphane Guillou (stragu) 
 ---
(In reply to Eyal Rozenberg from comment #4)
> I'm so glad we have you to take the time and help with triage/bug care.
Much appreciated, Eyal :)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157099] Seeing "leftover" changed-numbering indications which disappear on hide/show

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157099

--- Comment #4 from Eyal Rozenberg  ---
(In reply to Stéphane Guillou (stragu) from comment #3)
> I think this is the same issue as bug 153291. As we're lacking more precise
> / consistent steps, let's mark as duplicate.
> 
> *** This bug has been marked as a duplicate of bug 153291 ***

Thanks for that, Stephane! 

I'm so glad we have you to take the time and help with triage/bug care.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157351] LibreOffice 7.6.1 After install No Apps will open

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157351

m.a.riosv  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

--- Comment #4 from m.a.riosv  ---
No known patch was done, so now works for you.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157464] Cells formatted as percentage no longer function as numbers, and cannot even be reverted to numbers

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157464

m.a.riosv  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #5 from m.a.riosv  ---
I think the issue is that you have formatted those cells with percents as text,
and could be mixed with a wrong decimal separator.
If the decimal separator it's fine, try:
Clear the cells format [Ctrl+M]
Select the range,
do a search and replace:
Search for: .+
Replace with: &
Mark regular expression, then replace all.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157238] Mac(M1)'s Korean Fallback font rendering is wrong on LibreOffice 7.6

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157238

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org
 OS|All |macOS (All)

--- Comment #15 from Stéphane Guillou (stragu) 
 ---
For what it's worth, not reproduce on Linux:

Version: 7.6.2.1 (X86_64) / LibreOffice Community
Build ID: 56f7684011345957bbf33a7ee678afaf4d2ba333
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

(In reply to Dennis Roczek from comment #14)
> I'm going upstairs to the M1 machine.

Did you manage to get upstairs, Dennis? :D

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156993] Snap guides are not visible anymore

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156993

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   Keywords||bibisected, bisected
 CC||armin.le.gr...@me.com,
   ||sophie.sipasseuth.pro@gmail
   ||.com,
   ||stephane.guillou@libreoffic
   ||e.org
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||5362
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
Summary|Snap guides are not visible |Snap guides are not visible
   ||anymore
 Whiteboard| QA:needsComment|
 Blocks||112621
  Regression By||Armin Le Grand

--- Comment #2 from Stéphane Guillou (stragu) 
 ---
I can reproduce in 24.2 but not in 7.6.

Bibisected with linux-64-24.2 repo to first bad commit
e60cc9022aa1b951337b6ebeea701148255f1113 which points to core commit:

commit  3996eed1870ced736d9f4a01550f5c9f0568edfa
author  Armin Le Grand Tue Jul 11 13:57:52 2023 +0200
committer   Armin Le Grand Wed Jul 12 17:59:46 2023 +0200
tdf#105362 better support for transparency in PNG & GIF export
The granularity to decide at the SdrView what to paint was not
fine enough, so I added code to get what we need: Do avoid
page decorations (including PageBackgrund aka 'wiese'), but
do include/process MasterPage content.
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154301

Armin, can you please have a look?

(In reply to Sophie Sipasseuth from comment #1)
> No repro, on my computer, with the oldest and the master version of LO in
> the repository win64-24.2, the guides don't disappear when I drag them in
> the rule and then release the mouse.

Maybe you were looking at something different? Snap guide are dashed lines that
can be created by dragging and dropping from the ruler onto the slide. They
should go over the slide from side to side. Like here:
https://www.linuxtopia.org/online_books/office_guides/openoffice_impress_guide/ImpressGuide3_html_m5ddc8e6.gif


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112621
[Bug 112621] [META] Snap guide and setting issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 112621] [META] Snap guide and setting issues

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112621

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||156993


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=156993
[Bug 156993] Snap guides are not visible anymore
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157340] Calc disfunction with keys numbers on keyboard. It's correct only with keypad numbers. I checked with 2 computers and it's the same problem

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157340

--- Comment #6 from pdura...@hotmail.com ---
After several tests, I found the problem, and it is not at all my computer
keyboards. As I have always worked with a desktop computer for many years, and
being very knowledgeable in computers, I first believed in an incompatibility
in your updates, but the problem is rather the following , because you have to
know it. 

As I have always used the numbers on the pad to the right of the keyboard, it
is missing on the laptop I use. So after several tests, here is the result. On
the desktop computer pad, when I use the period (.) it is rather the comma (,)
which is added to the amount. But this is not the case on my laptop when I use
the top numbers. I ABSOLUTELY must use the comma (,) and not the period (.) as
I did because this caused the problems (bugs) that I sent you. 

Sorry for all this inconvenience, because at the start I should have suspected
it since on accounting software, you should not use the period (.) when it
comes to currency, but use the comma. But I hadn't thought about that. Thank
you for forcing me to discover the problem, and it is in the interest of
helping others that I am informing you of it.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 152627] PDF with hyperlinks: links are lost with import to Draw

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152627

--- Comment #10 from Eyal Rozenberg  ---
(In reply to V Stuart Foote from comment #5)
> LibreOffice is not a PDF viewer or editor.

I have recently given a presentation at LOCon about this very issue:

https://app.box.com/s/9y6aiisdagyavppi4132qakt8fck2gif

bottom line:

LibreOffice is the most popular FOSS application people use to edit PDFs. And
while it is not appropriate for precision edits of a PDF's structure - an
office suite is quite well suited for tasks like editing the exported PDF from
a web page. So that's not a valid argument.

LibreOffice' import filter for PDFs is is simply faulty, and must be improved -
for the benefit of many users and millions of potential users. It's as simple
as that.


Also, on an unrelated note: The hyperlinks are discarded also with the Writer
import filter.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 142500] new 'fat cross' cursor motif for bug 104169, need support for HiDPI screen use.

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142500

--- Comment #8 from V Stuart Foote  ---
Remains an issue

Setting Calc to the Themed pointer (Tools -> Options -> Calc -> View "Pointer"
'Themed' radio button) gives the "FatCross" pointer icon that is too small on
HiDPI displays.

Version: 7.6.2.1 (X86_64) / LibreOffice Community
Build ID: 56f7684011345957bbf33a7ee678afaf4d2ba333
CPU threads: 8; OS: Windows 10.0 Build 19045; 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] [Bug 157074] Program freeze when editing graphics, saving file

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157074

--- Comment #19 from Andreas Zieritz  ---
Tested once again with a clean Windows 10 Pro PC, same results.

- The 7.6. release hangs, already during startup.
- No problems with the 7.5 release.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156881] Background padding is green on 7.6.0.3 with Skia/Metal

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156881

--- Comment #32 from Patrick Luby  ---
(In reply to Hurri39 from comment #31)
> Just tried the new nightly build.
> But without success. Still the same behavior.

At this point, I am guessing that this bug is deep within the Skia
semi-transparent bitmap blending code. I am no expert on Apple's Metal APIs,
but it seems that the latest versions of Skia no longer support Metal for one
or more GPUs when running macOS Catalina.

I see from your original comment that you are running macOS Catalina. Are you
able to reboot into macOS Big Sur on your machine or any other machine that
suffers from this bug?

If yes, do you also see this bug in macOS Big Sur? If no, then I can write a
patch that forces LibreOffice to run Skia/Raster whenever Skia/Metal is
selected.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157040] New Page user experience

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157040

--- Comment #3 from Stéphane Guillou (stragu) 
 ---
(In reply to Stéphane Guillou (stragu) from comment #2)
> The way to "add another page" without content on the first page would be to
> insert a page break (ctrl + enter).

(oh, and for what you are trying to achieve, LibreOffice Draw might be a better
option)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157040] New Page user experience

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157040

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||stephane.guillou@libreoffic
   ||e.org
 Resolution|--- |NOTABUG

--- Comment #2 from Stéphane Guillou (stragu) 
 ---
The way to "add another page" without content on the first page would be to
insert a page break (ctrl + enter).
Related to your question, you might also be interested in bug 146445.
But as m.a.riosv said, better asked on our Question and Answer website.
Thank you!

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157456] Libreoffice Writer: Problem in exported pdf file when exporting pdf with password and titles.

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157456

--- Comment #9 from Uilei  ---
I discovered that it's not the chapter titles that are left blank, but the
bold.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157125] Table bottom border rendered wrong immediately after property change

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157125

--- Comment #10 from Stéphane Guillou (stragu) 
 ---
(In reply to Miklos Vajna from comment #9)
> In the meantime I tried the original problem from the above commit and it
> seems this flicker doesn't happen when I revert it, so it would be probably
> OK to get rid of the change, but I would like to avoid a blind fix.

Hm now I can't reproduce in oldest of linux-64-24.2 bibisect repo, not in a
recent daily build:

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 2902ab24ecc5ffbf4907ea83b2028508b9de6364
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: es-MX (en_AU.UTF-8); UI: en-US
Calc: threaded

But I still can reproduce in 7.6.2.1 and 7.5.7.1 releases.

So difference between the bibisect/daily builds vs release builds? *shrugs*

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 87740] [META] Anchor and text wrapping bugs and enhancements

2023-09-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87740

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||157059


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157059
[Bug 157059] Styles: Space below paragraph not respected when reducing height
of an image anchored as character
-- 
You are receiving this mail because:
You are the assignee for the bug.

  1   2   3   >