[Libreoffice-bugs] [Bug 157822] BASIC: Strings are not limited to 64 000 characters, nor to ASCII, as declared in help

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157822

--- Comment #1 from Mike Kaganski  ---
Oh, and I learned now, that since commit
a44c9d023041c881f7858ddd9d93809dc1861313, on 64-bit systems, strings may safely
contain exactly 2^31 - 1 = 2 147 483 647 characters. Not a huge difference,
just getting more pedant points into karma :)

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

[Libreoffice-bugs] [Bug 157590] HANG: opening file with floating table

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157590

Miklos Vajna  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |vmik...@collabora.com
   |desktop.org |

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

[Libreoffice-bugs] [Bug 145186] Base Form can not access hidden filtered table when 'Content type' is a table and form is set "Analyze SQL" → 'yes'

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145186

--- Comment #13 from Robert Großkopf  ---
Buggy behavior still exists in LO 7.6.2.1 on OpenSUSE 15.4 64bit rpm Linux.

1. If a table is hidden by Tools → Tablefilter a form couldn't connect directly
to the table. But a query could connect and a form connecting to a query or
SQL-code could connect also. This different behavior is a bug.

2. What do we expect? I expect: Hiding a table should be only hide the table
and nothing else. It shouldn't write protect the table, it shouldn't report
this table doesn't exist.

With this expected behavior there are 2 bugs: 
1. Every contact to the table should give the same behavior.
2. Hidden tables are only hidden and no other "feature" (like "not exists" or
"write protected") has to be added.

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

[Libreoffice-bugs] [Bug 157822] New: BASIC: Strings are not limited to 64 000 characters, nor to ASCII, as declared in help

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157822

Bug ID: 157822
   Summary: BASIC: Strings are not limited to 64 000 characters,
nor to ASCII, as declared in help
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Documentation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mikekagan...@hotmail.com
CC: olivier.hal...@libreoffice.org

Dim Statement help page [1] tells:

> String: String variable consisting of a maximum of 64,000 ASCII characters.

This is not true: the strings can have up to almost 2^31 Unicode characters
(strictly speaking, the current implementation, based on rtl::OUString, can
hold up to 2 147 483 642 UTF-16 code units exactly).

[1]
https://help.libreoffice.org/latest/en-US/text/sbasic/shared/03102100.html?DbPAR=BASIC

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

[Libreoffice-bugs] [Bug 144256] Missing destruction of FirebirdDriver::~FirebirdDriver, OSDBCDriverManager::~OSDBCDriverManager, OPoolCollection::~OPoolCollection opening and closing an ODB

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144256

--- Comment #8 from Commit Notification 
 ---
Julien Nabet committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/1c15934170341bbcfb4671fdbb01c2259265b3e1

Related tdf#144256: remove m_pSharedConnectionManager

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 144256] Missing destruction of FirebirdDriver::~FirebirdDriver, OSDBCDriverManager::~OSDBCDriverManager, OPoolCollection::~OPoolCollection opening and closing an ODB

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144256

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 157818] Background color not visible in sidebar-styles-preview

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157818

--- Comment #7 from fed...@gmail.com ---
Created attachment 190289
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190289&action=edit
version 7.6 - the same problem

version 7.6 the same problem

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

[Libreoffice-bugs] [Bug 157818] Background color not visible in sidebar-styles-preview

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157818

--- Comment #6 from fed...@gmail.com ---
(In reply to Dieter from comment #1)
> fedfue, could you please retest with LO 7.6 and in SafeMode?
> Thank you.
> => NEEDINFO

Version 7.6.2_Win_x86-64, the same problem.

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

[Libreoffice-bugs] [Bug 157820] Command line argument does not accept Windows \\?\ path prefix

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157820

--- Comment #6 from Federico Gallo  ---
I actually don't know if Libreoffice provide the dialog or just call the file
explorer (that seems to be the right thing to do nowadays at least on linux).
I'm not even using Windows. 
You don't have to provide that information if you don't want to, I'm not the
person that will work on this

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

[Libreoffice-bugs] [Bug 143148] Use pragma once instead of include guards (Episode 2: Endgame)

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143148

--- Comment #106 from Commit Notification 
 ---
Aml-Hassan-Abd-El-hamid committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/e0fd924cb3446f2c707ea173adc5b1aa81ac81c5

tdf#143148 Use pragma once instead of include guards

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 157820] Command line argument does not accept Windows \\?\ path prefix

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157820

--- Comment #5 from Federico Gallo  ---
I see. But again it was just a suggestion. That's all (I might be wrong).

Can you reproduce this also using the Open File dialog provided by Libreoffice?

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

[Libreoffice-bugs] [Bug 157818] Background color not visible in sidebar-styles-preview

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157818

Dieter  changed:

   What|Removed |Added

 Status|REOPENED|NEEDINFO

--- Comment #5 from Dieter  ---
So there is still the question, if it works with 7.6.? Could you please test
and provide Feedback?
=> NEEDINFO

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

[Libreoffice-bugs] [Bug 157802] Extra heading number when recording changes and copying headings

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157802

--- 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] [Bug 157605] Table rows are split into several lines when copying the table from Writer to another program

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157605

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 157600] Feature request: Ability to selectively show and hide keys in legend

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157600

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 157802] Extra heading number when recording changes and copying headings

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157802

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 153149] LibreOffice Writer and Calc buttons group is mixed in taskbar of Debian 11.6 KDE

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153149

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 154291] I'm editing a doc. then sudenly the pgm freeze, then quit, no saving of the work pending

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154291

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 154291] I'm editing a doc. then sudenly the pgm freeze, then quit, no saving of the work pending

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154291

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

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 153149] LibreOffice Writer and Calc buttons group is mixed in taskbar of Debian 11.6 KDE

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153149

--- Comment #6 from QA Administrators  ---
Dear dragospacher,

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 153139] Incorrect calculation of times

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153139

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 152856] Problem in editing Hindi Text in Writer.

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152856

--- Comment #10 from QA Administrators  ---
Dear Premdayal Gupta,

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 152856] Problem in editing Hindi Text in Writer.

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152856

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 153139] Incorrect calculation of times

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153139

--- Comment #8 from QA Administrators  ---
Dear apprendista.programmatore+Bugzilla,

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 154948] The color gradation in objects does not function.

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154948

--- Comment #2 from QA Administrators  ---
Dear Ito,

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] [Bug 154944] [ feature request ] please improve the tabbed interface

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154944

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

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] [Bug 151304] Cursor position error.

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151304

--- Comment #15 from QA Administrators  ---
Dear Frants,

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] [Bug 96672] Outgoing mail server password in clear text inside the registrymodifications.xcu file

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96672

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

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 46959] PRINTING: Combination of Narrow Coloured Cell Border and Grid does not print correctly

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=46959

--- Comment #13 from QA Administrators  ---
Dear Jeff Evans,

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 142749] Animation effect settings don't default to/persist the last chosen values

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142749

--- Comment #4 from QA Administrators  ---
Dear Eyal Rozenberg,

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 145186] Base Form can not access hidden filtered table when 'Content type' is a table and form is set "Analyze SQL" → 'yes'

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145186

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

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 130704] Auto-correct punctuation change alters character style to its left

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130704

--- Comment #2 from QA Administrators  ---
Dear Luke Kendall,

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 111949] MAILMERGE: Wizards 3rd step page should change title according to the document type selected in 2nd step

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=111949

--- Comment #6 from QA Administrators  ---
Dear Gabor Kelemen (allotropia),

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 157820] Command line argument does not accept Windows \\?\ path prefix

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157820

--- Comment #4 from Bernd Wechner  ---
But it can be replicated.  Create a path longer than 256 chars, drop a CSV file
there. Right-click in Windows explorer and click Open With and from there click
wherever you need to, to browse for an exe, and find LibreOfficeCalc.exe,
select that. 

You will find on Windows 11 (and probably older versions too) LibreOffice Calc
will not open the CSV.

Move the CSV file to a path less than 255 chars long, and repeat. You will find
it does open CSV.

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

[Libreoffice-bugs] [Bug 140202] [META] Issues with files in MS Office formats created by external producers (not MS Office)

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140202
Bug 140202 depends on bug 140910, which changed state.

Bug 140910 Summary: Blank XLSX file generated with OpenXML SDK
https://bugs.documentfoundation.org/show_bug.cgi?id=140910

   What|Removed |Added

 Status|RESOLVED|NEW
 Resolution|NOTOURBUG   |---

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

[Libreoffice-bugs] [Bug 140910] Blank XLSX file generated with OpenXML SDK

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140910

Aron Budea  changed:

   What|Removed |Added

 Ever confirmed|0   |1
   Priority|medium  |low
 OS|Windows (All)   |All
 Resolution|NOTOURBUG   |---
 Status|RESOLVED|NEW

--- Comment #17 from Aron Budea  ---
Excel opens the file and shows it as expected, and since that is the reference
for OOXML files, Calc should do the same, regardless whether the file conforms
to the standard or not.

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

[Libreoffice-bugs] [Bug 157821] New: Non-continous lines are not right rendered in SVG(Z) files

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157821

Bug ID: 157821
   Summary: Non-continous lines are not right rendered in SVG(Z)
files
   Product: LibreOffice
   Version: 7.6.2.1 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: adonis...@gmail.com

Created attachment 190288
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190288&action=edit
Here, three lines shouldn't be continuous, but pointed/discontinuous

When I try to export some draw(s) made in LibreOffice Draw, non-continous lines
are rendered as continous lines. This was tested with SVG and SVGZ formats. The
problem doesn't affect EPS, PDF neither EMF formats.

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

[Libreoffice-bugs] [Bug 157820] Command line argument does not accept Windows \\?\ path prefix

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157820

--- Comment #3 from Federico Gallo  ---
If this issue cannot be replicated, I would suggest to highlight it's not a
standard installation. Just a suggestion

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

[Libreoffice-bugs] [Bug 157818] Background color not visible in sidebar-styles-preview

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157818

--- Comment #4 from fed...@gmail.com ---
Created attachment 190287
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190287&action=edit
Example on version 7472 (ok) and 7571 (error)

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

[Libreoffice-bugs] [Bug 157820] Command line argument does not accept Windows \\?\ path prefix

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157820

--- Comment #2 from Bernd Wechner  ---
I should add this prefix and its meaning is discussed here, with references to
MS source docs:

https://stackoverflow.com/questions/21194530/what-does-mean-when-prepended-to-a-file-path

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

[Libreoffice-bugs] [Bug 157820] Command line argument does not accept Windows \\?\ path prefix

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157820

Bernd Wechner  changed:

   What|Removed |Added

Version|7.3.4.2 release |7.6.2.1 release

--- Comment #1 from Bernd Wechner  ---
Confirmed the bug exists in 7.6.2.1 as well. No surprise.

It reports as:

LibreOffice 7.6.2.1 56f7684011345957bbf33a7ee678afaf4d2ba333

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

[Libreoffice-bugs] [Bug 157820] New: Command line argument does not accept Windows \\?\ path prefix

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157820

Bug ID: 157820
   Summary: Command line argument does not accept Windows \\?\
path prefix
   Product: LibreOffice
   Version: 7.3.4.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bwech...@yahoo.com

Description:
I have used Libre Calc on Windows 11 as the default app for opening .csv files
for some while. Out of the blue, it stopped working. 

I looked the command up in the Windows registry and tried to duplicate it in a
PowerShell using the path that a right-click>Copy as path gets me from the
Windows explorer. Turns out, the file path was prepended with \\?\. Running
Calc with that as an argument sees Calc end silently and do nothing. If I
remove this prefix, Calc opens the CSV file and all is good. 

Turns out this prefix is used (as is \\?\UNC\) by the Windows API when paths
are longer than some erstwhile path length limit to flag to users that it's a
long one.

Alas, LibreOffice is unaware of the convention. No surprise there. But given
any cross-platform app has to accommodate filesystem idiosyncrasies across
those systems. And it seems this is any easy thing to accommodate and arguably
should for smooth cross-platform functioning (i.e helping me overcome internal
resistance to using LibreOffice here - but alas it is simply way better than
excel in so many subtle ways I am always drawn to it).

Steps to Reproduce:
1. Try top open a file in LibreOffice from the command line by using a long
path that Windows Copy as path provides with a \\?\ prefix.
2. Try again, removing that prefix.


Actual Results:
The file is not opened. 

Expected Results:
The file opens.


Reproducible: Always


User Profile Reset: No

Additional Info:
I clearly don't have the latest version, but am constrained to use portable
versions (thanks to PortableApps). I will see if they have a later one and be
back and close this if it happens to be fixed of course. Opted for file first
as I searched Bugzilla for "\\?\" and found nothing so I doubt this has ever
been spotted to be honest. It arises only with very long paths. I don't know
the exact length, but the one I'm using has 278 chars so I imagine this prefix
kicks in at 256 and longer.

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

[Libreoffice-bugs] [Bug 157818] Background color not visible in sidebar-styles-preview

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157818

fed...@gmail.com changed:

   What|Removed |Added

 Resolution|DUPLICATE   |---
 Status|RESOLVED|REOPENED

--- Comment #3 from fed...@gmail.com ---
(In reply to m.a.riosv from comment #2)
> 
> *** This bug has been marked as a duplicate of bug 119729 ***

Bug 119729 seems to talk about "drawing styles", I mean 'styles' [Ctrl Alt 2]
-> 'a' icon ('Character styles') (similar to CSS class styles).
It works in version 7.4.7.2, it stopped working in 7.5.7.1 (and I think it
happened a few years ago too, and then they fixed it).

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

[Libreoffice-bugs] [Bug 119729] Drawing styles at the sidebar lack of background and border color

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119729

m.a.riosv  changed:

   What|Removed |Added

 CC||fed...@gmail.com

--- Comment #7 from m.a.riosv  ---
*** Bug 157818 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 157818] Background color not visible in sidebar-styles-preview

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157818

m.a.riosv  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||miguelangelrv@libreoffice.o
   ||rg
 Status|NEEDINFO|RESOLVED

--- Comment #2 from m.a.riosv  ---


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

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

[Libreoffice-bugs] [Bug 157301] Writer: repeat first column of a table on subsequent pages

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157301

--- Comment #3 from Eyal Rozenberg  ---
(In reply to Stéphane Guillou (stragu) from comment #1)
> I understand such a feature would depend on the ability of a table splitting
> columns across pages as opposed to splitting rows

Well, not necessarily. One could image a user doing the column-splitting
themselves, apriori, but wanting the first column repeated.

Example: A daily itinerary table, with different days on different pages. First
column(s) should an hour range.


Also, if this is implemented, remember the directions:

* Of the table
* Of the page
* Of the paragraph

and decide which of these should affect which column gets repeated. Probably
the table direction.

Also remember that, currently, the direction property of the table is labeled
"Text direction" - even though it's not just the text direction (bug 157819).

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

[Libreoffice-bugs] [Bug 157819] New: Table direction labeled "text direction", even though it's not just that

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157819

Bug ID: 157819
   Summary: Table direction labeled "text direction", even though
it's not just that
   Product: LibreOffice
   Version: 6.0.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: eyalr...@gmx.com

The Table pane of the Table | Properties... dialog has a "Properties" section,
with the control:

Text Direction: [  ...   ]


That control doesn't only control the superordinate-object direction for table
cells. It is the _table_ direction, controlling for example which side of the
table the first column is placed at, and in which direction the columns
progress. If you flip the direction - the entire table flips, i.e. the first
column is exchanged with the last etc.

So, it's a mis-labeling.

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

[Libreoffice-bugs] [Bug 157608] FORMATTING: In the Table of Contents, style switches to italic after an accentuated character.

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157608

Dieter  changed:

   What|Removed |Added

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

--- Comment #2 from Dieter  ---
Tjank you for reporting the bug. It seems you are using an old Version of LO.
Could you please retest with LO 7.6?
=> NEEDINFO

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

[Libreoffice-bugs] [Bug 157818] Background color not visible in sidebar-styles-preview

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157818

Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

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

[Libreoffice-bugs] [Bug 157818] Background color not visible in sidebar-styles-preview

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157818

Dieter  changed:

   What|Removed |Added

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

--- Comment #1 from Dieter  ---
fedfue, could you please retest with LO 7.6 and in SafeMode?
Thank you.
=> NEEDINFO

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

[Libreoffice-bugs] [Bug 151514] Sounds attached to Impress slides are shortened during presentation if MP3 audio quality is low

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151514

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #12 from Stéphane Guillou (stragu) 
 ---
David, were you able to test again with version 7.5 or 7.6, and with the codecs
recommended by Buovjaga?

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

[Libreoffice-bugs] [Bug 157818] New: Background color not visible in sidebar-styles-preview

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157818

Bug ID: 157818
   Summary: Background color not visible in sidebar-styles-preview
   Product: LibreOffice
   Version: 7.5.7.1 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: fed...@gmail.com

Description:
In 'sidebar > Syles > Character styles', with 'Show previews' checked, the
styles with a background color do not show it in the preview of this sidebar
(in 'Paragraph style' it works fine) (in previous versions it worked fine). 

Steps to Reproduce:
1.Open LibreOffice Writer.
2.open the sidebar.
3.go to the 'Character style' tab.
4.check 'show previews' at the bottom of the sidebar.
5.Create a style and assign it a background color. 
6. apply that style to a text.

Actual Results:
On the page, the text will be displayed with background color, but in the
sidebar it will not.

Expected Results:
You should see the background color in the (as in previous versions) 


Reproducible: Always


User Profile Reset: No

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

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

[Libreoffice-bugs] [Bug 157746] Multi-column text frame in footnote at end of document will not wrap or break text to the second column

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157746

--- Comment #6 from bianca.chior...@altom.com ---
Hello William, I was able to reproduce the bug using the steps you described,
also on MacOS: 

Version: 7.6.2.1 (X86_64) / LibreOffice Community
Build ID: 56f7684011345957bbf33a7ee678afaf4d2ba333
CPU threads: 8; OS: Mac OS X 14.0; UI render: Skia/Metal; VCL: osx
Locale: en-US (en_RO.UTF-8); UI: en-US
Calc: threaded


Besides your steps I did some further investigations that might be helpful for
having a better overview of this bug.  (The following tests except the last
one, were executed on the configurations listed above)

1. Instead of ‘Relative to Entire paragraph area’ width (step 3)
   a. I did set it to ‘Relative to Entire page with an 80% percentage  ->  The 
  behavior was the same 
   b. I also left the ‘Relative to’ unchecked -> the result was the same  
   c. And I also checked the AutoSize checkbox and created the Frame in that
way - 
  > The behavior was the same —> Which means that these variables(‘Relative 
  to’ and ‘AutoSize’) are not influencing the results nor does the value of 
  the width. 

2. I did try to reproduce the bug with a Frame that has 3 columns instead of
two -> The behavior was the same -> Any number of columns greater than one
returns the same result 

3. I added data in both columns before changing the Position of the Footbar
from ‘End of the Page’ to ‘End of the Document’ and what I observed was that
the data from column2 is transferred on a new row to the colum1, and even if
the cursor is able to go to column 2 area, once the user types some characters,
the characters are displayed in column 1 so the column 2 becomes unusable and
the frame acts like it has just one column even if 2 columns can be seen.
Please check the screenshot attached. ('Before', 'After')

4. Regarding the documentation, I read the Footnote & Endnote chapter but I
couldn’t find anything related to the Footnotes having any limitations on
Frames. The documentation that I read can be found at this link:
https://documentation.libreoffice.org/assets/Uploads/Documentation/en/WG7.6/WG76-WriterGuide.pdf

5. Tried to reproduce the bug on other types of documents in LibreOffice (Calc
Spreadsheet, Impress Presentation, Draw Drawing, Math Formula and Base
Database) but none of them offers the possibility of adding a footnote or a
frame so the bug is Writer Document specific

6. I wanted to see if this issue is a new one or it can be found also on older
versions of the app and it seems like it can be reproduced also on version:
6.4.5.2  - 2020 —--> So it doesn’t seem to be a new issue. I also tried older
versions (4.0.0.1, 5.0.0.1 and 6.0.0.1 but they are not compatible with my OS
and the app didn’t open so I can’t say if the issue is not older than 6.0.0.1)


Hope my additions are helpful and let me know if something is unclear and needs
clarification.

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

[Libreoffice-bugs] [Bug 157746] Multi-column text frame in footnote at end of document will not wrap or break text to the second column

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157746

--- Comment #5 from bianca.chior...@altom.com ---
Created attachment 190286
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190286&action=edit
After

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

[Libreoffice-bugs] [Bug 157746] Multi-column text frame in footnote at end of document will not wrap or break text to the second column

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157746

--- Comment #4 from bianca.chior...@altom.com ---
Created attachment 190285
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190285&action=edit
Before

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

[Libreoffice-bugs] [Bug 143602] Read only from DropBox

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143602

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #6 from Stéphane Guillou (stragu) 
 ---
Josef, do you use AVG or Avast? Does the issue resolve if you deactivate it?
Have you tried a recent version of LibreOffice?

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

[Libreoffice-bugs] [Bug 157817] PAC gives "Invalid use of a "P" structure element" with title of multi page TOC

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157817

Gabor Kelemen (allotropia)  changed:

   What|Removed |Added

  Regression By||Michael Stahl
 CC||michael.st...@allotropia.de

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

[Libreoffice-bugs] [Bug 157817] PAC gives "Invalid use of a "P" structure element" with title of multi page TOC

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157817

--- Comment #1 from Gabor Kelemen (allotropia)  ---
Created attachment 190284
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190284&action=edit
Screenshot of the PAC error message and the example file in Writer

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

[Libreoffice-bugs] [Bug 139007] [META] PDF accessibility

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139007

Gabor Kelemen (allotropia)  changed:

   What|Removed |Added

 Depends on||157817


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157817
[Bug 157817] PAC gives "Invalid use of a "P" structure element" with title of
multi page TOC
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157817] New: PAC gives "Invalid use of a "P" structure element" with title of multi page TOC

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157817

Bug ID: 157817
   Summary: PAC gives "Invalid use of a "P" structure element"
with title of multi page TOC
   Product: LibreOffice
   Version: 24.2.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: bibisected, bisected, regression
  Severity: normal
  Priority: medium
 Component: Printing and PDF export
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kelem...@ubuntu.com
Blocks: 139007

Created attachment 190283
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190283&action=edit
Example file from Writer

Attached example document has a simple TOC that spans two pages.

When exported as a PDF/UA document the PAC tool gives the Logical Structure -
Structure Tree - "P" structure elements - Invalid use of a "P" structure
element
error message. Not if all of the TOC is displayed on the same page.

1. Open attached file
2. Save as PDF, make sure to check the PDF/UA option
3. Open it in the PAC 2021 tool
-> error message

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: e9374f74385d7dfe77d1902d3d82af20143bc775
CPU threads: 15; OS: Windows 10.0 Build 19045; UI render: default; VCL: win
Locale: en-US (hu_HU); UI: en-US
Calc: threaded

Seems to have started with

https://git.libreoffice.org/core/+/033e37b49b5712df19dbfd2c307a102bce620de1

author  Michael Stahl  Thu Aug 31 19:50:55
2023 +0200
committer   Caolán McNamara  Tue Sep 26
21:13:18 2023 +0200
tree1abc64b331189c3cadb29faa1c930f731a47d569
parent  8c94442fab9588dd0793a1792979f50a600c4c65 [diff]

sw: PDF/UA export: produce nested Sect SEs for nested sections


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=139007
[Bug 139007] [META] PDF accessibility
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 142863] Complete reset of the program to initial default settings, no history

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142863

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

--- Comment #4 from Stéphane Guillou (stragu) 
 ---
Given the difficulty to reproduce the issue (depending on Windows refusing to
unlock) and the lack of simpler steps, I think we have to close the report as
"insufficient data".
However, if you encounter the issue again in a recent version of LibreOffice
(updating preferably to 7.6) and can provide more information / more precise
steps, please set the report back to "unconfirmed".
Thank you!

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

[Libreoffice-bugs] [Bug 157816] PAC gives >"Link" annotation is not nested inside a "Link" structure element< error with references and caption frame

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157816

--- Comment #1 from Gabor Kelemen (allotropia)  ---
Created attachment 190282
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190282&action=edit
The example file in Writer and its PDF version in PAC tool

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

[Libreoffice-bugs] [Bug 157816] New: PAC gives >"Link" annotation is not nested inside a "Link" structure element< error with references and caption frame

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157816

Bug ID: 157816
   Summary: PAC gives >"Link" annotation is not nested inside a
"Link" structure element< error with references and
caption frame
   Product: LibreOffice
   Version: 24.2.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: bibisected, bisected, regression
  Severity: normal
  Priority: medium
 Component: Printing and PDF export
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kelem...@ubuntu.com
Blocks: 139007

Created attachment 190281
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190281&action=edit
Example file from Writer 7.6

Attached minimized document contains some text, an image in caption frame and
some cross-references.

When exported as PDF/UA, and checked in PAC 2021 tool there is a "Structure
elements - Annotations" error reported: 
"Link" annotation is not nested inside a "Link" structure element

1. Open attached file 
2. Export as PDF, make sure to enable the PDF/UA option
3. Verify the resulting file in the PAC 2021 tool
-> Error message

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: e9374f74385d7dfe77d1902d3d82af20143bc775
CPU threads: 15; OS: Windows 10.0 Build 19045; UI render: default; VCL: win
Locale: en-US (hu_HU); UI: en-US
Calc: threaded

Seems to have started with:

https://git.libreoffice.org/core/+/8497b2f5837bcd7a047d0bd2de842d4b2ef1101b

author  Khaled HosnyThu Sep 07 07:59:49 2023 +0300
committer   Michael Stahl  Thu Sep 14
18:33:51 2023 +0200
treeeba17f106af6642b21e17c813d901b7f08aff4fa
parent  5623a25541925b7389ac8203eb35e3d68485b064 [diff]

tdf#157112: fix off-by-one error in /LastChar of PDF Type 3 fonts


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=139007
[Bug 139007] [META] PDF accessibility
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 139007] [META] PDF accessibility

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139007

Gabor Kelemen (allotropia)  changed:

   What|Removed |Added

 Depends on||157816


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157816
[Bug 157816] PAC gives >"Link" annotation is not nested inside a "Link"
structure element< error with references and caption frame
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157748] Macros are not executed.

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157748

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO
 CC||stephane.guillou@libreoffic
   ||e.org

--- Comment #1 from Stéphane Guillou (stragu) 
 ---
Do you execute any action between starting the recording and ending it?
Or do you end it right after starting it?

Please also paste here the full version info copied from Help > About
LibreOffice.

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

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

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107659

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||135628


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=135628
[Bug 135628] SendSimpleMailMessage bodytext ends up as multiple recipients
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 154755] [META] Thunderbird interoperability and integration

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154755

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||135628


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=135628
[Bug 135628] SendSimpleMailMessage bodytext ends up as multiple recipients
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 135628] SendSimpleMailMessage bodytext ends up as multiple recipients

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135628

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

  Alias|vancedapp   |
   Keywords||bibisectRequest, regression
 Status|UNCONFIRMED |NEW
 Blocks||154755, 107659
 Ever confirmed|0   |1
 CC||stephane.guillou@libreoffic
   ||e.org
Version|5.4.7.2 release |5.2.7.2 release
URL|https://vancedapp.net/  |

--- Comment #18 from Stéphane Guillou (stragu) 
 ---
Setting to new as per comment 10.
Version and regression keywords as per comment 6.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107659
[Bug 107659] [META] Macro bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=154755
[Bug 154755] [META] Thunderbird interoperability and integration
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157815] New: LibreOffice becomes an unkillable process after loading a file with embedded fonts.

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157815

Bug ID: 157815
   Summary: LibreOffice becomes an unkillable process after
loading a file with embedded fonts.
   Product: LibreOffice
   Version: 6.4.0.3 release
  Hardware: x86-64 (AMD64)
OS: other
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: constantini...@infopreserve.com

This problem only seems to occur when LibreOffice is started from a service on
Windows Server 2016.

Steps to reproduce:
1. Create a new .odt file with embedded fonts by going to File -> Properties ->
checking "Embed fonts in the document"
2. Create a new .NET Windows service.  (It might apply to non-.NET services as
well, I haven't tried)
3. In the OnStart() method of the service, start the LibreOffice process with
the "--convert-to pdf" argument and passing in the file path of the embedded
fonts document from step 1.  I'm using .NET 4.6.1 and have included sample code
below.

Expected Result: LibreOffice converts the ODT file to a PDF file.
Actual Result: LibreOffice doesn't create the PDF file and hangs.  Any attempts
to kill the process fail, even with admin rights.

Other Notes:
1. This bug was introduced with version 6.4.0.1.  Version 6.3.6.2 works fine.
2. This also happens when trying to convert from .docx to .odt, so it doesn't
seem to be related to the file formats.
3. The code below works fine when run from a normal program (not a service), or
when run from a service on Windows Server 2019.

---
-- C# code in the Windows service OnStart() method
---

const string inputFilePath =
@"C:\Temp\FileConverterTest\Files_Input\TestEmbeddedFonts.odt";
const string outputFolderPath = @"C:\Temp\FileConverterTest\Files_Output";

ProcessStartInfo info = new ProcessStartInfo(
@"C:\Program Files\LibreOffice\program\soffice.exe", 
"--convert-to pdf \"" + inputFilePath + "\" --outdir \"" +
outputFolderPath + "\"");
info.WindowStyle = ProcessWindowStyle.Hidden;
info.CreateNoWindow = false;
info.UseShellExecute = false;
Process.Start(info);

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

[Libreoffice-bugs] [Bug 152571] Very slow save (macOS, ARM)

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152571

--- Comment #11 from Alex Thurgood  ---
(In reply to Stéphane Guillou (stragu) from comment #10)
> Hm, wondering now if there are two issues here.
> 
> - Jeff, have things improved in 7.5.7?
> - Alex, do you think you are seeing the same in 7.6.2 as in bug 157582?

@Stéphane: for me, the problem isn't on first save. Every save operation causes
the spinning beach all, even after minor changes to a Draw file.

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

[Libreoffice-bugs] [Bug 114912] [META] Clone formatting (aka Format Paintbrush) bugs and enhancements

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114912

BogdanB  changed:

   What|Removed |Added

 Depends on||157796


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157796
[Bug 157796] Clone Formatting gets disabled in Single Toolbar UI
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157796] Clone Formatting gets disabled in Single Toolbar UI

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157796

BogdanB  changed:

   What|Removed |Added

 Blocks||114912
 CC||buzea.bog...@libreoffice.or
   ||g


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=114912
[Bug 114912] [META] Clone formatting (aka Format Paintbrush) bugs and
enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157801] Direct formatting is applied opening Character properties dialog (Highlighting tab) and pressing OK

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157801

BogdanB  changed:

   What|Removed |Added

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

--- Comment #3 from BogdanB  ---
This is Character highlight. So, if you select first some characters, and
choose Highlight, the selected characters changes.

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

[Libreoffice-bugs] [Bug 103100] [META] Writer table bugs

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103100

BogdanB  changed:

   What|Removed |Added

 Depends on||155673


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=155673
[Bug 155673] Unbordered table cells become bordered when changing their border
style via toolbar (see comment 11)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 155673] Unbordered table cells become bordered when changing their border style via toolbar (see comment 11)

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155673

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g
 Blocks||103100


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103100
[Bug 103100] [META] Writer table bugs
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 103341] [META] AutoCorrect and Word Completion bugs and enhancements

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103341

BogdanB  changed:

   What|Removed |Added

 Depends on||156949


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=156949
[Bug 156949] Incorrect capitalization after number
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156949] Incorrect capitalization after number

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156949

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g
 Blocks||103341


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 156949] Incorrect capitalization after number

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156949

--- Comment #8 from frances.med...@orangeandbronze.com ---
Created attachment 190280
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190280&action=edit
document test data for incorrect capitalization after a number

document test data for incorrect capitalization after a number

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

[Libreoffice-bugs] [Bug 156949] Incorrect capitalization after number

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156949

--- Comment #7 from frances.med...@orangeandbronze.com ---
Able to replicate the issue based on the recent repro steps/comment by steveja
2023-09-16 19, 

I am using Mac OS
Version: 7.6.2.1 (X86_64) / LibreOffice Community
Build ID: 56f7684011345957bbf33a7ee678afaf4d2ba333
CPU threads: 8; OS: Mac OS X 13.5.2; UI render: Skia/Metal; VCL: osx
Locale: en-PH (en_PH.UTF-8); UI: en-US
Calc: threaded

I dont have the lightproof grammar checker – but i can still replicate the
issue. 

The letter beside the number is  capitalized when enter key or space key is
pressed after the letters/word input.

- First attempt was successful using the specified data - Hey. 8Am 
- Created a document to test all data wherein the bug could appear.

1. Tested if all the letters after the number will be capitalized. (For the
sake of checking if this only happens to the time format.)
Data range from Hey. 8Am to Hey. 8Zm 

2. Replicated in data with End of sentence punctuations -  exclamation point
and question mark
ex: hoy! 12Am, hello. 09Abc 

3. Replicated on data with more than 3 character words before the End of
sentence punctuations (. ! ?)
ex:
- qwertyuiop! 12345Pm 
- asdfghjklzxcvbnm,qwertyuiop? 12Zz

4. Replicated on data with more than 2 digit number after the  End of sentence
punctuations (. ! ?)
ex:
- hey! 12345678909876543256As
- qwertyu? 1234567890987654321234567890987654323456789Bd

5. Replicated on data with more than 2letters at the end of the number
ex:
- hoy! 12Qwerty
- hoy? 45Asdfghhjkl
- pop. 12Xcvbnmasdfghjklqwertyuiop

6. Combination of conditions mentioned above
ex: 
- qwerty! 123456Asdfghjkl
- asdfghjk? 0987654321234567890Asdfghjklqwertyuiopzxcvbnm
- thequickbrownfoxjumpedoverthelazydog.
1234567890Thequickbrownfoxjumpsoverthelazydog 

Also tried replicating on Microsoft Word Version 16.78 and Google Documents but
wasnt able to reproduce it there.

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

[Libreoffice-bugs] [Bug 157814] New: Word track changes makes the erasing to the end of the paragraph after saving

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157814

Bug ID: 157814
   Summary: Word track changes makes the erasing to the end of the
paragraph after saving
   Product: LibreOffice
   Version: 7.6.2.1 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: documentfoundat...@jvm.mozmail.com

Description:
I have some documents (doc and rtf) most likely created with MS Office (they
were given to me). In one, there were changes already tracked, while in the
other, I started tracking changes. After saving and opening again, I see that
when there was some text removal in a tracked change, now the text removal has
extended to the end of the paragraph. For instance (I will mark the removal of
text with ~~ characters, and added text with ++).

Before saving and reopening the document I had:

In ++this++~~that~~ case, I can remember that blah blah blah blah.

Next paragraph bla bla bla.

After saving and reopening the document I have:

In ++this++~~that case, I can remember that blah blah blah blah.~~

Next paragraph bla bla bla.

So the removal has "extended" to the end of the paragraph.

My version is 7.6.2.1 x86_64 / Libreoffice Community on Linux (Opensuse
Tumbleweed).

Steps to Reproduce:
1.Get a document (rtf or doc, maybe created with MS Office) with tracked
changes (particularly some removal of text).
2. Change something and save the document.
3. Open again and you will see the difference in tracked changes

Actual Results:
You get the tracked changes that are removal of text "extended" to the end of
the paragraph where they belonged.

Expected Results:
The tracked changes should be the same all the time


Reproducible: Didn't try


User Profile Reset: Yes

Additional Info:
With the save mode, I saved it and it worked correctly (once), but I should try
several times to see if resetting the userprofile solves the problem

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

[Libreoffice-bugs] [Bug 144626] Borders of Writer tables are not correctly aligned

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144626

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||ko...@libreoffice.org,
   ||stephane.guillou@libreoffic
   ||e.org
Version|7.0.0.3 release |4.2.1.1 release
   Keywords||bibisectRequest, regression

--- Comment #14 from Stéphane Guillou (stragu) 
 ---
Testing with the linux-64-releases bibisect repo, this started in
libreoffice-4.2.1.1. Not reproduced in libreoffice-4.2.0.4.

So culprit should be in: https://wiki.documentfoundation.org/Releases/4.2.1/RC1

Wondering if it has to do with Kohei's border work for that release.

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

[Libreoffice-bugs] [Bug 103152] [META] Writer image bugs and enhancements

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103152

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||77388


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=77388
[Bug 77388] Images, inserted in a table cell, go out of cell borders when the
document (and thus the table) is zoomed.
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 77388] Images, inserted in a table cell, go out of cell borders when the document (and thus the table) is zoomed.

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77388

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

  Component|LibreOffice |Writer Web
 Blocks||103152
Version|4.2.1.1 release |Inherited From OOo
 CC||stephane.guillou@libreoffic
   ||e.org

--- Comment #13 from Stéphane Guillou (stragu) 
 ---
Same in OOo 3.3, so inherited.

Still reproduced in recent master build:

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


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 108479] [META] Paste special bugs and enhancements

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108479

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||105297


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105297
[Bug 105297] A small border / extra shadow appears around the page when pasting
as RTF or DDE Link
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 105297] A small border / extra shadow appears around the page when pasting as RTF or DDE Link

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105297

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
Summary|A small border appears  |A small border / extra
   |around the page when|shadow appears around the
   |pasting as RTF  |page when pasting as RTF or
   ||DDE Link
 Status|NEW |RESOLVED
 Blocks|81234   |108479

--- Comment #10 from Stéphane Guillou (stragu) 
 ---
... works for me since 6.0:

Version: 6.0.0.3
Build ID: 64a0f66915f38c6217de274f0aa8e15618924765
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk2; 
Locale: en-AU (en_AU.UTF-8); Calc: group

(note it would also happen with Paste Special > DDE Link)


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=81234
[Bug 81234] [META] RTF filter issues
https://bugs.documentfoundation.org/show_bug.cgi?id=108479
[Bug 108479] [META] Paste special bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 81234] [META] RTF filter issues

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81234

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on|105297  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105297
[Bug 105297] A small border / extra shadow appears around the page when pasting
as RTF or DDE Link
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 108479] [META] Paste special bugs and enhancements

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108479
Bug 108479 depends on bug 105297, which changed state.

Bug 105297 Summary: A small border / extra shadow appears around the page when 
pasting as RTF or DDE Link
https://bugs.documentfoundation.org/show_bug.cgi?id=105297

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 105297] A small border appears around the page when pasting as RTF

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105297

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

--- Comment #9 from Stéphane Guillou (stragu) 
 ---
Created attachment 190279
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190279&action=edit
screenshot of issue in 5.4 (after some scrolling, to see the difference)

Reproduced in 5.4.0.3:

Version: 5.4.0.3
Build ID: 92c2794a7c181ba4c1c5053618179937228ed1fb
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk2; 
Locale: en-AU (en_AU.UTF-8); Calc: group

See in screenshot the arrows pointing at the limit were the extra shadow was
"cleaned up" after some scrolling.

However...

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

[Libreoffice-bugs] [Bug 157703] FILESAVE PDF: Since LO 7.6.0 Beta1, Numbered headings result to a Acrobat / PAC2021 "Lbl / LBody" errors

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157703

Michael Stahl (allotropia)  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |michael.st...@allotropia.de
   |desktop.org |
 Status|NEW |ASSIGNED
 CC|qui...@gmail.com|
  Regression By|Tomaž Vajngerl  |Michael Stahl

--- Comment #6 from Michael Stahl (allotropia)  ---
obviously my fault, from commit 

commit 9b38beadf9eaf027b201cdf0ecb2bce5611014dd
Author: Michael Stahl 
AuthorDate: Wed Mar 8 14:25:26 2023 +0100
Commit: Michael Stahl 
CommitDate: Fri Mar 10 10:59:26 2023 +

sw: PDF/UA export: produce Lbl tagged element

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

[Libreoffice-bugs] [Bug 154816] Can't refresh control after selecting it with mouse click

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154816

--- Comment #6 from Buovjaga  ---
(In reply to Buovjaga from comment #5)
> (In reply to lowell_friesen from comment #4)
> > Thanks for following up.  I would forward my files, except they contain
> > information about myself and others that I would not feel comfortable
> > sharing.  
> 
> When you have time, you could create a minimal reproducer that does not
> contain any meaningful information.

Sorry, I accidentally added this comment in silent mode, so there was no email
notification sent.

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

[Libreoffice-bugs] [Bug 139007] [META] PDF accessibility

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139007
Bug 139007 depends on bug 157517, which changed state.

Bug 157517 Summary: possible regression in PDF/UA export: PDF/UA identifier 
missing when PDF/A also used
https://bugs.documentfoundation.org/show_bug.cgi?id=157517

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

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

[Libreoffice-bugs] [Bug 99953] Misaligned cell background color when inserting Calc table in Writer document, depending on zoom level

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99953

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

  Regression By||Krisztian Pinter
Version|5.1.2.2 release |5.1.0.3 release
 CC||stephane.guillou@libreoffic
   ||e.org

--- Comment #20 from Stéphane Guillou (stragu) 
 ---
updating the fields according to raal's bibisect.
I can confirm that it started in 5.1.
However, to confirm the "good" behaviour before 5.1, make sure to double-click
into the embedded table to refresh it.

Still reproduced in recent trunk build:

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: e9374f74385d7dfe77d1902d3d82af20143bc775
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (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 71732] [META] Bugs related to text rendering, typography and font features in LO

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71732
Bug 71732 depends on bug 97261, which changed state.

Bug 97261 Summary: Colored font char, alignment changes depending on zoom level
https://bugs.documentfoundation.org/show_bug.cgi?id=97261

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 145962] [META] Bugs related to kerning/font spacing (cramped/to width/wiggling)

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145962
Bug 145962 depends on bug 97261, which changed state.

Bug 97261 Summary: Colored font char, alignment changes depending on zoom level
https://bugs.documentfoundation.org/show_bug.cgi?id=97261

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 97261] Colored font char, alignment changes depending on zoom level

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97261

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 OS|macOS (All) |All
 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME
   Hardware|x86 (IA32)  |All

--- Comment #19 from Stéphane Guillou (stragu) 
 ---
Please test in version 7.4, I see the issue is now fixed.

Reproduced with attachment 122093 in:

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

Not reproduced in:

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

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

[Libreoffice-bugs] [Bug 157813] The option to change icon size don’t woks properly

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157813

BogdanB  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 157813] The option to change icon size don’t woks properly

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157813

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

--- Comment #2 from Stéphane Guillou (stragu) 
 ---
Thanks jucasaca!
Should already be fixed in 7.6.3, please test a pre-release or daily build to
confirm. See bug 156756.

Thank you!

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

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

[Libreoffice-bugs] [Bug 156756] Icon sizes for the toolbar don't correspond to the actual sizes of icons

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156756

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||jcs...@libreoffice.org

--- Comment #16 from Stéphane Guillou (stragu) 
 ---
*** Bug 157813 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 157042] Calc crashes when closed

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157042

--- Comment #16 from Eric  ---
I just did last night. So now lets see if this crash still happens on close.

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

[Libreoffice-bugs] [Bug 157813] The option to change icon size don’t woks properly

2023-10-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157813

jcs...@libreoffice.org changed:

   What|Removed |Added

   Keywords||regression

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

  1   2   >