[Libreoffice-bugs] [Bug 148681] LO Writer, FILESAVE: automatic chapter numbering disappears in FODT

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148681

--- Comment #3 from dolez...@cvut.cz ---
Hi, did anyone try to dig into what might be the cause?

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

[Libreoffice-bugs] [Bug 154964] Writer: Heading numbering lost when saving to .fodt (works with .odt)

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154964

--- Comment #7 from dolez...@cvut.cz ---
No worries, thank you

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

[Libreoffice-bugs] [Bug 147718] LO(7.2) XML Form Document cannot unlock Read-only / Write-protected via any visible UI option

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147718

--- Comment #22 from sockseight  ---
Created attachment 186859
  --> https://bugs.documentfoundation.org/attachment.cgi?id=186859=edit
bibisecting steps

bibisecting notes:
to locate in which 7.2 commit does swriter crashes while trying to
delete the textbox control in file "TourDeForce.odt".
while deleting textbox control error popup "Readonly content. Write
protected content cannot be changed." appears -> repro -> bibisect mark as bad.
used menu "Form" -> "Design Mode", select textbox control and pressed
"delete" key

bibisecting observations:
a) general - oldest - swriter crashed  - repeated "LibreOfficeDev 7.1
Document Recovery" popup while opening the "TourDeForce.odt" file
b) general - master - repro
c) between steps 6 and 5 - swriter crashed  - repeated "LibreOfficeDev
7.2 Document Recovery" popup while opening the "TourDeForce.odt" file - bisect
marked as bad.
d) between steps 5 and 4 - swriter crashed  - repeated "LibreOfficeDev
7.2 Document Recovery" popup while opening the "TourDeForce.odt" file - bisect
marked as bad.
e) between steps 4 and 3 - swriter crashed  - repeated "LibreOfficeDev
7.2 Document Recovery" popup while opening the "TourDeForce.odt" file - bisect
marked as bad.
f) between steps 3 and 2 - swriter crashed  - repeated "LibreOfficeDev
7.2 Document Recovery" popup while opening the "TourDeForce.odt" file - bisect
marked as bad.
g) between steps 2 and 1 - swriter crashed  - repeated "LibreOfficeDev
7.2 Document Recovery" popup while opening the "TourDeForce.odt" file - bisect
marked as bad.
h) between steps 1 and 0 - swriter crashed  - repeated "LibreOfficeDev
7.2 Document Recovery" popup while opening the "TourDeForce.odt" file - bisect
marked as bad.
i) between steps 0 and first bad commit - swriter crashed  - repeated
"LibreOfficeDev 7.2 Document Recovery" popup while opening the
"TourDeForce.odt" file - bisect marked as bad.

j) confirmation - checkout 64b28ddde27a291801fab8f122dbc2c3a50dbc5c -
swriter crashed  - repeated "LibreOfficeDev 7.2 Document Recovery" popup while
opening the "TourDeForce.odt" file
k) confirmation - HEAD^ - swriter crashed  - repeated "LibreOfficeDev
7.2 Document Recovery" popup while opening the "TourDeForce.odt" file

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

[Libreoffice-bugs] [Bug 147718] LO(7.2) XML Form Document cannot unlock Read-only / Write-protected via any visible UI option

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147718

sockseight  changed:

   What|Removed |Added

 CC||cl...@documentfoundation.or
   ||g, lohma...@gmx.de
   Keywords|bibisectRequest |bibisected, bisected

--- Comment #21 from sockseight  ---

bibisected by executing steps mentioned in comment #17

bibisected in version:

Version: 7.2.0.0.alpha1+ / LibreOffice Community
Build ID: 556243467a0ac3f647de75bf3fb6c9f3b72466a4
CPU threads: 3; OS: Linux 5.10; UI render: default; VCL: gtk3
Locale: en-IN (en_IN); UI: en-US
Calc: threaded


repo: https://bibisect.libreoffice.org/linux-64-7.2.git-bundle


commit 64b28ddde27a291801fab8f122dbc2c3a50dbc5c
Author: Jenkins Build User 
Date:   Thu Nov 26 15:53:26 2020 +0100

source sha:38372ccbfd1c6380d8655364c39c55b99459ad34

source sha:38372ccbfd1c6380d8655364c39c55b99459ad34

instdir/program/setuprc | 2 +-
instdir/program/versionrc   | 2 +-
instdir/share/registry/main.xcd | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)


Addint CC: Christian Lohmaier (there were 2 matches, added both of them as i
was not sure)

author  Christian Lohmaier
Sun Nov 22 14:57:49 2020 +0100
committer   Christian Lohmaier
Sun Nov 22 14:57:49 2020 +0100


attached: bibisecting done in command line

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

[Libreoffice-commits] core.git: 2 commits - include/sfx2 sfx2/source

2023-04-22 Thread Michael Weghorn (via logerrit)
 include/sfx2/charwin.hxx|4 ++--
 sfx2/source/control/charwin.cxx |   31 ++-
 2 files changed, 20 insertions(+), 15 deletions(-)

New commits:
commit 20c86bd1059b54915190ce2e3dd39206d293aced
Author: Michael Weghorn 
AuthorDate: Sat Apr 22 23:33:57 2023 +0300
Commit: Michael Weghorn 
CommitDate: Sun Apr 23 06:20:06 2023 +0200

tdf#153806 a11y Allow opening context menu of fav/recent char w/ keyboard

This is similar to

commit 1f437264084fd173116965fa4d856aeafdfe7a98
Date:   Sun Apr 2 00:36:44 2023 +0300

tdf#153806 a11y: Allow opening context menu in special char dlg 
using keyboard

, but now for the character views in the "Recent Characters"
and "Favorite Characters" sections in the special character dialog,
and thus addresses this comment from the commit message of the
above-mentioned commit:

> Adding support for opening the context menu for the
> recently used and favorite characters further down
> in the special characters dialog is independent of this
> and would have to be added separately.

Turns out that the position returned by `CommandEvent::GetMousePosPixel`
is good for the keyboard case as well, is right in the middle of the
char view widget.

Change-Id: I9f55b99398d557b19263bf531f6a857d274d3d9f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150815
Tested-by: Jenkins
Reviewed-by: Michael Weghorn 

diff --git a/include/sfx2/charwin.hxx b/include/sfx2/charwin.hxx
index 405af4bd53ad..a2beabc5b2df 100644
--- a/include/sfx2/charwin.hxx
+++ b/include/sfx2/charwin.hxx
@@ -44,6 +44,7 @@ private:
 virtual void GetFocus() override;
 virtual void LoseFocus() override;
 virtual bool KeyInput(const KeyEvent&) override;
+virtual bool Command(const CommandEvent&) override;
 virtual void SetDrawingArea(weld::DrawingArea* pDrawingArea) override;
 public:
 SvxCharView(const VclPtr& rVirDev);
diff --git a/sfx2/source/control/charwin.cxx b/sfx2/source/control/charwin.cxx
index f80bd30b684d..b94d2bcd1e82 100644
--- a/sfx2/source/control/charwin.cxx
+++ b/sfx2/source/control/charwin.cxx
@@ -19,6 +19,7 @@
 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
@@ -65,16 +66,10 @@ bool SvxCharView::MouseButtonDown(const MouseEvent& rMEvt)
 }
 
 maMouseClickHdl.Call(this);
+return true;
 }
 
-if (rMEvt.IsRight())
-{
-GrabFocus();
-Invalidate();
-createContextMenu(rMEvt.GetPosPixel());
-}
-
-return true;
+return CustomWidgetController::MouseButtonDown(rMEvt);
 }
 
 bool SvxCharView::KeyInput(const KeyEvent& rKEvt)
@@ -92,6 +87,19 @@ bool SvxCharView::KeyInput(const KeyEvent& rKEvt)
 return bRet;
 }
 
+bool SvxCharView::Command(const CommandEvent& rCommandEvent)
+{
+if (rCommandEvent.GetCommand() == CommandEventId::ContextMenu)
+{
+GrabFocus();
+Invalidate();
+createContextMenu(rCommandEvent.GetMousePosPixel());
+return true;
+}
+
+return weld::CustomWidgetController::Command(rCommandEvent);
+}
+
 void SvxCharView::InsertCharToDoc()
 {
 if (GetText().isEmpty())
commit da4c97968080707c91a15f53d07e6d062977b19a
Author: Michael Weghorn 
AuthorDate: Sat Apr 22 23:28:58 2023 +0300
Commit: Michael Weghorn 
CommitDate: Sun Apr 23 06:19:58 2023 +0200

sfx2: Pass SvxCharView context menu pos as param

... and drop the `maPosition` member that was used for that
purpose only.

Change-Id: If449a12e6e8e37c28d7b2b139e20c4c307d41eb8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150814
Tested-by: Jenkins
Reviewed-by: Michael Weghorn 

diff --git a/include/sfx2/charwin.hxx b/include/sfx2/charwin.hxx
index bc482af2514f..405af4bd53ad 100644
--- a/include/sfx2/charwin.hxx
+++ b/include/sfx2/charwin.hxx
@@ -30,7 +30,6 @@ class SFX2_DLLPUBLIC SvxCharView final : public 
weld::CustomWidgetController
 private:
 VclPtr mxVirDev;
 tools::LongmnY;
-Point   maPosition;
 vcl::Font   maFont;
 boolmaHasInsert;
 OUStringm_sText;
@@ -56,7 +55,7 @@ public:
 voidSetHasInsert( bool bInsert );
 voidInsertCharToDoc();
 
-voidcreateContextMenu();
+voidcreateContextMenu(const Point& rPosition);
 
 Sizeget_preferred_size() const { return 
GetDrawingArea()->get_preferred_size(); }
 
diff --git a/sfx2/source/control/charwin.cxx b/sfx2/source/control/charwin.cxx
index f0c687082c9a..f80bd30b684d 100644
--- a/sfx2/source/control/charwin.cxx
+++ b/sfx2/source/control/charwin.cxx
@@ -33,7 +33,6 @@ using namespace com::sun::star;
 SvxCharView::SvxCharView(const VclPtr& rVirDev)
 : mxVirDev(rVirDev)
 , mnY(0)
-, maPosition(0, 0)
 , maHasInsert(true)
 {
 }
@@ -70,11 +69,9 @@ bool SvxCharView::MouseButtonDown(const 

[Libreoffice-bugs] [Bug 154958] Why does Format | Paragraph | Proportional default to 6% ?

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154958

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 151717] Text color assigned in conditional format displays only in edit mode

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151717

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

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 151725] Calc "Leave Gap" setting not being saved

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151725

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

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 154958] Why does Format | Paragraph | Proportional default to 6% ?

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154958

--- 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 151716] libre will not open any documents or allow any access

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151716

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

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 145188] New line when typing á é í ó ú characters

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145188

--- Comment #8 from QA Administrators  ---
Dear Artur Correia,

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 151671] Calc: Freeze Rows and Columns is freez the first rows or columns only

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151671

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

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 145179] The scope of auto-filter (Ctrl+Shift+L) is not limited to the rows which were selected

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145179

--- Comment #5 from QA Administrators  ---
Dear 123devang,

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 144901] printing to PDF creates spaces before superscripted and subscripted characters (CUPS problem?)

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144901

--- Comment #3 from QA Administrators  ---
Dear marcos.antezana,

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 144979] Function XSystemChildFactory::createSystemChild() hangs

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144979

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

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 74693] Footnotes text appearing above footnote separator line after repagination

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74693

--- Comment #44 from QA Administrators  ---
Dear Rodrigo Nuno Bragança da Cunha,

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 137344] Freeze while scrolling because LibreOffice is constantly attempting to connect to the internet (OLE object)

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137344

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

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 108813] FILEOPEN pdf import creates unwanted rectangles

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108813

--- Comment #11 from QA Administrators  ---
Dear georg.weickelt,

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 100297] API, Calc sheets, Inconsistency concerning changes of cell properties by a user function.

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100297

--- Comment #5 from QA Administrators  ---
Dear Wolfgang Jäger,

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 154967] New: Inserting a manual line break forces ridiculous margin justification

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154967

Bug ID: 154967
   Summary: Inserting a manual line break forces ridiculous margin
justification
   Product: LibreOffice
   Version: 7.0.4.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: neal.p.mur...@alum.wpi.edu

Description:
When typing a paragraph, there are times when I want to enter a line break
without starting a new paragraph. For example, suppose I am entering a list
item and I want the first line of the item to be its 'title'. I type
 to start a new line in the same paragraph. The previous line is
justified even if it contains *two* words. I seem to recall that previous
versions did not force this justification.

Steps to Reproduce:
1. Open a new writer doc.
2. Click the 'justified' icon in the toolbar.
3. Type "Lorem ipsumdolor sit amet, consectetur adipiscing
elit".

Actual Results:
The word 'Lorem' is left-justified. The word 'ipsum' is right-justified. The
remaining text is left justified as expected.

Expected Results:
The software should treat the 'short' line the same as the last line of a
paragraph: probably left-justified for LTR text or right-justified for RTL
text.


Reproducible: Always


User Profile Reset: No

Additional Info:
This is on Debian Bullseye; yes, it's an older version of LO.

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

[Libreoffice-bugs] [Bug 148681] LO Writer, FILESAVE: automatic chapter numbering disappears in FODT

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148681

m.a.riosv  changed:

   What|Removed |Added

 CC||dolez...@cvut.cz

--- Comment #2 from m.a.riosv  ---
*** Bug 154964 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 154964] Writer: Heading numbering lost when saving to .fodt (works with .odt)

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154964

--- Comment #6 from m.a.riosv  ---
Sorry for the error again, tdf#148681

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

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

[Libreoffice-bugs] [Bug 146681] Group shapes with "contour wrap" in DOCX worse and split since LO 7.3

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146681

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #8 from m.a.riosv  ---
Still
Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 5cd9de202765e243e41416802f3e4486b8a96f16
CPU threads: 16; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: en-US
Calc: CL threaded Jumbo

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

[Libreoffice-bugs] [Bug 146681] Group shapes with "contour wrap" in DOCX worse and split since LO 7.3

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146681

m.a.riosv  changed:

   What|Removed |Added

 CC||dolez...@cvut.cz

--- Comment #7 from m.a.riosv  ---
*** Bug 154964 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 154964] Writer: Heading numbering lost when saving to .fodt (works with .odt)

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154964

--- Comment #5 from m.a.riosv  ---
Sorry for the error dup of 146681

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

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

[Libreoffice-bugs] [Bug 146861] Crash when Undo Clone formatting with Jumbo sheets active

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146861

m.a.riosv  changed:

   What|Removed |Added

 CC||dolez...@cvut.cz

--- Comment #10 from m.a.riosv  ---
*** Bug 154964 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 154964] Writer: Heading numbering lost when saving to .fodt (works with .odt)

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154964

m.a.riosv  changed:

   What|Removed |Added

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

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


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

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

[Libreoffice-bugs] [Bug 146769] Reopen documents from previous session on start

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146769

m.a.riosv  changed:

   What|Removed |Added

 CC||j...@cspv.hu

--- Comment #15 from m.a.riosv  ---
*** Bug 154962 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 154962] work session files, opening and re-opening working sessions with all documents

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154962

m.a.riosv  changed:

   What|Removed |Added

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

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


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

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

[Libreoffice-bugs] [Bug 154961] Enhancement needed: option to preserve recent Find targets at FileSave dialog box to be available at next session reopening same document in Writer

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154961

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from m.a.riosv  ---
I think the tool for what you like it's the navigator.
https://help.libreoffice.org/latest/en-US/text/shared/guide/navigator.html?=WRITER=WIN
Please take a look on it.

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

[Libreoffice-bugs] [Bug 97128] FILEOPEN: landscape frame not properly shown in DOC DOCX

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97128

--- Comment #24 from Justin L  ---
I think this bug is probably fixed for DOCX now. The DOCXs can round-trip.

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

[Libreoffice-bugs] [Bug 154703] META Export DOCX flies with framePr instead of DrawingDML

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154703

--- Comment #20 from Commit Notification 
 ---
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

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

tdf#97128 tdf#154703 docx export framePr: export frame textDirection

It will be available in 7.6.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 97128] FILEOPEN: landscape frame not properly shown in DOC DOCX

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97128

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

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

tdf#97128 tdf#154703 docx export framePr: export frame textDirection

It will be available in 7.6.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-commits] core.git: sw/qa sw/source

2023-04-22 Thread Justin Luth (via logerrit)
 sw/qa/extras/ooxmlexport/data/tdf154703_framePrTextDirection.docx |binary
 sw/qa/extras/ooxmlexport/ooxmlexport18.cxx|   10 
 sw/source/filter/ww8/docxattributeoutput.cxx  |   25 
++
 sw/source/filter/ww8/docxattributeoutput.hxx  |4 +
 4 files changed, 39 insertions(+)

New commits:
commit deb1a14adb115710b5e40dd305dc5da4a4e3b065
Author: Justin Luth 
AuthorDate: Sat Apr 22 15:54:35 2023 -0400
Commit: Justin Luth 
CommitDate: Sun Apr 23 02:56:50 2023 +0200

tdf#97128 tdf#154703 docx export framePr: export frame textDirection

textDirection attributes were lost on framePr round-tripping

No existing unit tests were affected by/matched the change.

make CppunitTest_sw_ooxmlexport18 \
CPPUNIT_TEST_NAME=testTdf154703_framePrTextDirection

Change-Id: I2184b9350391f510c7a2e77096b080e05d3d62da
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150820
Tested-by: Jenkins
Reviewed-by: Justin Luth 

diff --git a/sw/qa/extras/ooxmlexport/data/tdf154703_framePrTextDirection.docx 
b/sw/qa/extras/ooxmlexport/data/tdf154703_framePrTextDirection.docx
new file mode 100644
index ..e01c2cf9f495
Binary files /dev/null and 
b/sw/qa/extras/ooxmlexport/data/tdf154703_framePrTextDirection.docx differ
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport18.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport18.cxx
index 72cfe1723870..22e1f21f5707 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport18.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport18.cxx
@@ -244,6 +244,16 @@ DECLARE_OOXMLEXPORT_TEST(testTdf154703_framePrWrapSpacing, 
"tdf154703_framePrWra
 assertXPath(pXmlDoc, "//w:body/w:p/w:pPr/w:framePr", "hSpace", "2552");
 }
 
+DECLARE_OOXMLEXPORT_TEST(testTdf154703_framePrTextDirection, 
"tdf154703_framePrTextDirection.docx")
+{
+CPPUNIT_ASSERT_EQUAL(sal_Int16(text::WritingMode2::TB_RL), 
getProperty(getShape(1), "WritingMode"));
+if (!isExported())
+return;
+
+xmlDocUniquePtr pXmlDoc = parseExport("word/document.xml");
+assertXPath(pXmlDoc, "//w:body/w:p/w:pPr/w:textDirection", "val", "tbRl");
+}
+
 DECLARE_OOXMLEXPORT_TEST(testTdf153613_anchoredAfterPgBreak, 
"tdf153613_anchoredAfterPgBreak.docx")
 {
 const auto& pLayout = parseLayoutDump();
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx 
b/sw/source/filter/ww8/docxattributeoutput.cxx
index 94ed8bac2ba9..87446d03c786 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -584,6 +584,7 @@ void FramePrHelper::SetFrame(ww8::Frame* pFrame, sal_Int32 
nTableDepth)
 {
 m_bUseFrameBorders = true;
 m_bUseFrameBackground = true;
+m_bUseFrameTextDirection = true;
 }
 }
 
@@ -603,6 +604,14 @@ bool FramePrHelper::UseFrameBackground()
 return m_bUseFrameBackground;
 }
 
+bool FramePrHelper::UseFrameTextDirection(sal_Int32 nTableDepth)
+{
+if (!m_pFrame || m_nTableDepth < nTableDepth)
+return false;
+
+return m_bUseFrameTextDirection;
+}
+
 void SdtBlockHelper::DeleteAndResetTheLists()
 {
 if (m_pTokenChildren.is() )
@@ -1571,9 +1580,24 @@ void DocxAttributeOutput::EndParagraphProperties(const 
SfxItemSet& rParagraphMar
 }
 }
 
+if (m_aFramePr.UseFrameTextDirection(!m_xTableWrt ? -1 : 
m_tableReference.m_nTableDepth))
+{
+const SvxFrameDirectionItem& rFrameDir = 
rFrameFormat.GetFrameDir();
+if (rFrameDir.GetValue() != SvxFrameDirection::Environment)
+{
+assert(!m_rExport.m_bOutPageDescs);
+// hack: use existing variable to write out the full 
TextDirection attribute.
+// This is valid for paragraphs/styles - just not native in 
LO, so hack for now.
+m_rExport.m_bOutPageDescs = true;
+FormatFrameDirection(rFrameDir);
+m_rExport.m_bOutPageDescs = false;
+}
+}
+
 // reset to true in preparation for the next paragraph in the frame
 m_aFramePr.SetUseFrameBorders(true);
 m_aFramePr.SetUseFrameBackground(true);
+m_aFramePr.SetUseFrameTextDirection(true);
 }
 
 m_pSerializer->endElementNS( XML_w, XML_pPr );
@@ -9775,6 +9799,7 @@ void DocxAttributeOutput::FormatFrameDirection( const 
SvxFrameDirectionItem& rDi
 m_pSerializer->singleElementNS(XML_w, XML_bidi, FSNS(XML_w, 
XML_val), "1");
 else
 m_pSerializer->singleElementNS(XML_w, XML_bidi, FSNS(XML_w, 
XML_val), "0");
+m_aFramePr.SetUseFrameTextDirection(false);
 }
 }
 
diff --git a/sw/source/filter/ww8/docxattributeoutput.hxx 
b/sw/source/filter/ww8/docxattributeoutput.hxx
index 5b4708936605..35171507cd38 100644
--- a/sw/source/filter/ww8/docxattributeoutput.hxx
+++ b/sw/source/filter/ww8/docxattributeoutput.hxx
@@ -133,6 +133,7 @@ class FramePrHelper
 sal_Int32 m_nTableDepth;
 

[Libreoffice-bugs] [Bug 131023] Preinstalled 3000px theme graphics not extending full width of UI elements, affects 2K, 4K, 5K and multi-head systems

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131023

Tex2002ans  changed:

   What|Removed |Added

 CC||jediguitar...@yahoo.com

--- Comment #36 from Tex2002ans  ---
*** Bug 147046 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 147046] Tool Bar Appearance Customization in 4k res

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147046

Tex2002ans  changed:

   What|Removed |Added

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

--- Comment #5 from Tex2002ans  ---


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

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

[Libreoffice-bugs] [Bug 61967] FILEOPEN: Freeze when trying to open DOC with complex header

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=61967

Justin L  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 154703] META Export DOCX flies with framePr instead of DrawingDML

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154703

Justin L  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 137334] Fileopen DOCX: missing frame with paragraph level border set

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137334

Justin L  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED
   See Also|https://bugs.documentfounda |https://bugs.documentfounda
   |tion.org/show_bug.cgi?id=61 |tion.org/show_bug.cgi?id=15
   |967 |4703

--- Comment #7 from Justin L  ---
fixed in LO 7.6 with commit 31ea6305b6a763ee48f639562313d9bd109a2923
Author: Justin Luth on Sat Apr 8 08:22:45 2023 -0400
tdf#154703 writerfilter framePr: avoid exception with hasValue

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

[Libreoffice-bugs] [Bug 104461] [META] DOCX (OOXML) frame-related issues

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104461
Bug 104461 depends on bug 137334, which changed state.

Bug 137334 Summary: Fileopen DOCX: missing frame with paragraph level border set
https://bugs.documentfoundation.org/show_bug.cgi?id=137334

   What|Removed |Added

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

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

bash script for downloading and installation of libreoffice

2023-04-22 Thread Richard Demattio

I would like to provide my script to the community,
but don't know how to do it and over what channel I can do it.

Where and how can I provide it to the interested community?

The script runs on linux and was developed and tested on Linux Mint
but prepared to run on "rpm based" systems too.

short description :
download the installation files from one of the following sites
#* http://download.documentfoundation.org/libreoffice/stable
#* http://download.documentfoundation.org/libreoffice/testing
#* http://downloadarchive.documentfoundation.org/libreoffice/old/
#* https://dev-builds.libreoffice.org/daily
#*   and generate an installation script

--> the first dialog lets you select the desired version
--> the second dialog lets you select additional languages.

Based on these selections the base package, sdk as well es help and 
language packs are downloaded.


#* calling parameters:
#* --help shows the function"downloadEcho" below
#*    --interactive={yes | no} enables/disables popup of dialog boxes
#*    --maturity={stable | testing | archive | daily} source of LO 
packages
#*    --download="/path/to/destination/" for 
packages to be downloaded
#*   "/maturity-string/version-string"   are appended 
automatically

#* to build the final download destination
#*    defaults to (if called without parameters):
#*  installLO.sh --maturity=stable --interactive=no --download="./"

If you run the script "installLO.sh" without parameters,
there will be no dialog and preselected packages are
--> from the youngest stable version
  --> base package
  --> sdk
  --> depending on the Linux system locales
    --> help packs
    --> language packs

Finally the installation script will be created and will be called 
immediately and stored so, that you can run it at any time later.


I am looking forward to receiving your hints.

--
best regards
Richard Demattio

[Libreoffice-bugs] [Bug 154966] New: Base is unable to manage firebird databases.

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154966

Bug ID: 154966
   Summary: Base is unable to manage firebird databases.
   Product: LibreOffice
   Version: 7.5.2.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: i3jmz+lemy7...@outlook.com

Created attachment 186858
  --> https://bugs.documentfoundation.org/attachment.cgi?id=186858=edit
Images depicting the bug. Identical to ask.libreoffice.org/t/90783

https://ask.libreoffice.org/t/how-to-remediate-database-failing-to-register/90783?u=rokejulianlockhart

Version: 7.5.2.2 (X86_64) / LibreOffice Community
Build ID: 50(Build:2)
CPU threads: 12; OS: Linux 6.2; UI render: default; VCL: kf5 (cairo+xcb)
Locale: en-GB (en_GB.UTF-8); UI: en-GB
Calc: threaded

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

[Libreoffice-bugs] [Bug 154937] The strings "Print from top" and "Print from bottom" are confusing

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154937

V Stuart Foote  changed:

   What|Removed |Added

 CC||vsfo...@libreoffice.org

--- Comment #2 from V Stuart Foote  ---
(In reply to Tuomas Hietala from comment #0)
> ...
> "From top" would usually mean "starting from the uppermost part"  while
> "from bottom"  would usually mean "starting from the lowermost part". Using
> "from top" and "from bottom" to mean choosing the front side or the back
> side of an envelope is somewhat confusing.
> ...

Beleive it has nothing to do with the front or the back of the envelope, rather
is dependent on the stacking and feed of envelopes of any particular printer
(something LO will not have any sense of).  It is the path that a properly
loaded  envelope takes through the feed (from printer's tray or feeder).

It will always print on the front of the envelope unless you don't load it
correctly and invert the stack from the direction indicated on the printer.

You'll see similar "guides" on the document feeders for MFP and copiers with
scanners as to which direction to load.

This is what you have to do with LO to orient the address onto the envelop as
the top left of the envelope shifts with from top or from bottom feed.

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

[Libreoffice-ux-advise] [Bug 154937] The strings "Print from top" and "Print from bottom" are confusing

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154937

V Stuart Foote  changed:

   What|Removed |Added

 CC||vsfo...@libreoffice.org

--- Comment #2 from V Stuart Foote  ---
(In reply to Tuomas Hietala from comment #0)
> ...
> "From top" would usually mean "starting from the uppermost part"  while
> "from bottom"  would usually mean "starting from the lowermost part". Using
> "from top" and "from bottom" to mean choosing the front side or the back
> side of an envelope is somewhat confusing.
> ...

Beleive it has nothing to do with the front or the back of the envelope, rather
is dependent on the stacking and feed of envelopes of any particular printer
(something LO will not have any sense of).  It is the path that a properly
loaded  envelope takes through the feed (from printer's tray or feeder).

It will always print on the front of the envelope unless you don't load it
correctly and invert the stack from the direction indicated on the printer.

You'll see similar "guides" on the document feeders for MFP and copiers with
scanners as to which direction to load.

This is what you have to do with LO to orient the address onto the envelop as
the top left of the envelope shifts with from top or from bottom feed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Libreoffice-bugs] [Bug 154958] Why does Format | Paragraph | Proportional default to 6% ?

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154958

Dieter  changed:

   What|Removed |Added

Version|unspecified |7.5.2.2 release

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

[Libreoffice-bugs] [Bug 154904] Tabulators defined for a paragraph are not displayed in the horizontal ruler

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154904

stefan_lange...@t-online.de  changed:

   What|Removed |Added

   Keywords||bibisected

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

[Libreoffice-bugs] [Bug 154904] Tabulators defined for a paragraph are not displayed in the horizontal ruler

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154904

--- Comment #1 from stefan_lange...@t-online.de  
---
Bisected:

6806c1b1e87f4595570667206fbf21eddb89ec79 is the first bad commit
commit 6806c1b1e87f4595570667206fbf21eddb89ec79
Author: Norbert Thiebaud 
Date:   Fri Feb 24 03:12:18 2023 -0800

source sha:db115bec9254417ef7a3faf687478fe5424ab378

source sha:db115bec9254417ef7a3faf687478fe5424ab378

 instdir/program/cuilo.dll  | Bin 4487680 -> 4491264 bytes
 instdir/program/mswordlo.dll   | Bin 2622976 -> 2638336 bytes
 instdir/program/setup.ini  |   2 +-
 instdir/program/swlo.dll   | Bin 17256448 -> 1728 bytes
 instdir/program/swuilo.dll | Bin 2526720 -> 2526720 bytes
 instdir/program/vbaswobjlo.dll | Bin 1505792 -> 1505792 bytes
 instdir/program/version.ini|   2 +-
 7 files changed, 2 insertions(+), 2 deletions(-)

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

[Libreoffice-bugs] [Bug 154386] [META] XML Form

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154386
Bug 154386 depends on bug 154535, which changed state.

Bug 154535 Summary: XML Form Document: Useless Binding created for Root Instance
https://bugs.documentfoundation.org/show_bug.cgi?id=154535

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 154881] I would like to have a thai distributed feature for handling Thai text.

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154881

--- Comment #3 from not-6...@hotmail.com ---
If you have thai distributed feature
will attract a lot of Thai people Because in official documents such as
projects or college projects The thai distributed feature is required.

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

[Libreoffice-bugs] [Bug 114534] [META] Paragraph alignment bugs and enhancements

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114534

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||154881


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=154881
[Bug 154881] I would like to have a thai distributed feature for handling Thai
text.
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 154881] I would like to have a thai distributed feature for handling Thai text.

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154881

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||114534


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 108280] [META] Image crop bugs and enhancements

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108280
Bug 108280 depends on bug 154957, which changed state.

Bug 154957 Summary: Cropped area transparency lost on right of image
https://bugs.documentfoundation.org/show_bug.cgi?id=154957

   What|Removed |Added

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

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

[Libreoffice-commits] core.git: drawinglayer/source

2023-04-22 Thread Caolán McNamara (via logerrit)
 drawinglayer/source/processor2d/vclprocessor2d.cxx |   13 +
 1 file changed, 1 insertion(+), 12 deletions(-)

New commits:
commit 0ad8d64478759abce42b0c11024e7460f6eb
Author: Caolán McNamara 
AuthorDate: Fri Apr 21 20:22:12 2023 +0100
Commit: Caolán McNamara 
CommitDate: Sat Apr 22 22:34:17 2023 +0200

tdf#154957 Revert "use OutputDevice clipping if its just a set of 
rectangles"

it was an attempt at an optimization, but if it doesn't work just revert it.

The non-antialias case also doesn't work so the reverted commit
wasn't itself the problem but the existing path has some flaw I'm not
going to invest in figuring out.

This reverts commit ee0d5e7bb8614c50e71dd074b8440f412eb62ff3.

Change-Id: I8d4f126e3bfe135d39a085f28cea6708ae8f833f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150773
Tested-by: Jenkins
Reviewed-by: Caolán McNamara 

diff --git a/drawinglayer/source/processor2d/vclprocessor2d.cxx 
b/drawinglayer/source/processor2d/vclprocessor2d.cxx
index ecfbf31f7ec4..ad680803438d 100644
--- a/drawinglayer/source/processor2d/vclprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclprocessor2d.cxx
@@ -845,17 +845,6 @@ void VclProcessor2D::RenderPolyPolygonGraphicPrimitive2D(
 }
 }
 
-namespace
-{
-bool isRectangles(const basegfx::B2DPolyPolygon& rPolyPoly)
-{
-for (sal_uInt32 i = 0, nCount = rPolyPoly.count(); i < nCount; ++i)
-if (!basegfx::utils::isRectangle(rPolyPoly.getB2DPolygon(i)))
-return false;
-return true;
-}
-}
-
 // mask group
 void VclProcessor2D::RenderMaskPrimitive2DPixel(const 
primitive2d::MaskPrimitive2D& rMaskCandidate)
 {
@@ -870,7 +859,7 @@ void VclProcessor2D::RenderMaskPrimitive2DPixel(const 
primitive2d::MaskPrimitive
 aMask.transform(maCurrentTransformation);
 
 // Unless smooth edges are needed, simply use clipping.
-if (isRectangles(aMask) || !getViewInformation2D().getUseAntiAliasing())
+if (basegfx::utils::isRectangle(aMask) || 
!getViewInformation2D().getUseAntiAliasing())
 {
 mpOutputDevice->Push(vcl::PushFlags::CLIPREGION);
 mpOutputDevice->IntersectClipRegion(vcl::Region(aMask));


[Libreoffice-bugs] [Bug 153111] Terrible performance when scrolling on Wayland

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153111

--- Comment #3 from Corentin Fleury  ---
Version: 7.4.6.2
Build ID: 40(Build:2)
CPU threads: 12; OS: Linux 6.2; UI render: default; VCL: kf5 (cairo+wayland)
Locale: fr-FR (fr_FR.UTF-8); UI: fr-FR
Calc: threaded

I can also reproduce this bug in writer and it is very annoying as the larger
the documents gets, the more laggy the scroll becomes.

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

[Libreoffice-bugs] [Bug 154881] I would like to have a thai distributed feature for handling Thai text.

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154881

خالد حسني  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #2 from خالد حسني  ---
It seems to be a Thai-specific justification mode. It seems to be in scope for
LibreOffice, but more research is needed to understand how it works.

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

[Libreoffice-bugs] [Bug 154489] Error in libsclo.so impedes opening any spreadsheet file

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154489

--- Comment #10 from weztec...@gmail.com ---
I have the same issue on Artix Linux, I am trying to install a plugin thorugh
an ods file and get this error.

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

[Libreoffice-bugs] [Bug 154489] Error in libsclo.so impedes opening any spreadsheet file

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154489

--- Comment #9 from weztec...@gmail.com ---
Created attachment 186857
  --> https://bugs.documentfoundation.org/attachment.cgi?id=186857=edit
Screenshot of error

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

[Libreoffice-bugs] [Bug 107833] [META] Writer paragraph style bugs and enhancements

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107833

BogdanB  changed:

   What|Removed |Added

 Depends on||148922


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=148922
[Bug 148922] Allow to make non-conditional style conditional, and show
Condition tab permanently
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148922] Allow to make non-conditional style conditional, and show Condition tab permanently

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148922

BogdanB  changed:

   What|Removed |Added

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


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 107332] [META] Calc cell and page styles bugs and enhancements

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107332

BogdanB  changed:

   What|Removed |Added

 Depends on||149227


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=149227
[Bug 149227] duplicate style in styles tab of sidebar
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149227] duplicate style in styles tab of sidebar

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149227

BogdanB  changed:

   What|Removed |Added

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


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 147749] calc issuing X11 activate hint when "Find" bottom tab is opened

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147749

BogdanB  changed:

   What|Removed |Added

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


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102847
[Bug 102847] [META] Quick Find, Search and Replace
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 102847] [META] Quick Find, Search and Replace

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102847

BogdanB  changed:

   What|Removed |Added

 Depends on||147749


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=147749
[Bug 147749] calc issuing X11 activate hint when "Find" bottom tab is opened
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149265] LibreCalc displays white lines over a background image

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149265

BogdanB  changed:

   What|Removed |Added

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


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 105584] [META] Calc image bugs and enhancements

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105584

BogdanB  changed:

   What|Removed |Added

 Depends on||149265


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=149265
[Bug 149265] LibreCalc displays white lines over a background image
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 107575] [META] Number format bugs and enhancements

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107575

BogdanB  changed:

   What|Removed |Added

 Depends on||149898


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=149898
[Bug 149898] Calculating datetime differences - different results depending on
number format
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149898] Calculating datetime differences - different results depending on number format

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149898

BogdanB  changed:

   What|Removed |Added

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


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 122987] Cell movement by ALT + drag on multiple selected sheets

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122987

BogdanB  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 108364] [META] Table/Row/Column/Cell management function bugs and enhancements

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108364

BogdanB  changed:

   What|Removed |Added

 Depends on||148619


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=148619
[Bug 148619] Cell reference in formula don't update on all sheets when moving
cells on multiple sheets in specific ODS
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148619] Cell reference in formula don't update on all sheets when moving cells on multiple sheets in specific ODS

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148619

BogdanB  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||2987
 Blocks||108364
 CC||buzea.bog...@libreoffice.or
   ||g

--- Comment #3 from BogdanB  ---
https://bugs.documentfoundation.org/show_bug.cgi?id=122987 seems similar


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108364
[Bug 108364] [META] Table/Row/Column/Cell management function bugs and
enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 124438] [META] Presenter console bugs and enhancements

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124438
Bug 124438 depends on bug 154546, which changed state.

Bug 154546 Summary: Crash when using presentation mode on macOS
https://bugs.documentfoundation.org/show_bug.cgi?id=154546

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 141001] 4 digits year in dates by default or user defined default date format in calc

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141001

BogdanB  changed:

   What|Removed |Added

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


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 108253] [META] Calc cell formula bugs and enhancements

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108253

BogdanB  changed:

   What|Removed |Added

 Depends on||141001


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=141001
[Bug 141001] 4 digits year in dates by default or user defined default date
format in calc
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150996] [XLSX] Cell colors and number formats are not imported by LibreOffice

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150996

BogdanB  changed:

   What|Removed |Added

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


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=88175
[Bug 88175] [META] XLSX (OOXML) format limitations
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 88175] [META] XLSX (OOXML) format limitations

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88175

BogdanB  changed:

   What|Removed |Added

 Depends on||150996


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=150996
[Bug 150996] [XLSX] Cell colors and number formats are not imported by
LibreOffice
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 108253] [META] Calc cell formula bugs and enhancements

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108253

BogdanB  changed:

   What|Removed |Added

 Depends on||92075


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=92075
[Bug 92075] FORMATTING: When using =cell in a cell the number formatting
becomes set but shows wrong
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 92075] FORMATTING: When using =cell in a cell the number formatting becomes set but shows wrong

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92075

BogdanB  changed:

   What|Removed |Added

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


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 154958] Why does Format | Paragraph | Proportional default to 6% ?

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154958

--- Comment #5 from Coburn Ingram  ---
Thanks for spending the time on this.

I am using the development version on Ubuntu 23.04.

I tried resetting my user profile.

I can't remember a time in the last 5 years or so when I have NOT seen that
number "6%" in the paragraph format window. This is over multiple installs of
the entire OS, for example, multiple live USB's.

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

[Libreoffice-bugs] [Bug 154874] Crash in LibreOffice Writer when typing real fast

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154874

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 CC||79045_79...@mail.ru

--- Comment #4 from Roman Kuznetsov <79045_79...@mail.ru> ---
Please check if you have enabled "Use Skia for all rendering" feature in
Tools-Options-LibreOffice-View dialog. Try enable "Forse Skia software
rendering" options if it's disabled

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

[Libreoffice-bugs] [Bug 107575] [META] Number format bugs and enhancements

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107575

BogdanB  changed:

   What|Removed |Added

 Depends on||139517


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=139517
[Bug 139517] Calc: Date values toggle between date and text when changed
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 139517] Calc: Date values toggle between date and text when changed

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139517

BogdanB  changed:

   What|Removed |Added

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


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 153451] LO Input line switched from white to gray (as rest of the toolbar) making it harder to find

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153451

--- Comment #10 from steve  ---
Main builds use a separate profile.

Use the architecture that matches your mac chip (aarch64 for Apple Silicon,
x86_64 for Intel).

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

BogdanB  changed:

   What|Removed |Added

 Depends on||123657


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=123657
[Bug 123657] Fr: Month item predictive input when  stretch border selection is
running provides abbreviated month
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 123657] Fr: Month item predictive input when stretch border selection is running provides abbreviated month

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123657

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 154958] Why does Format | Paragraph | Proportional default to 6% ?

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154958

--- Comment #4 from Coburn Ingram  ---
Created attachment 186856
  --> https://bugs.documentfoundation.org/attachment.cgi?id=186856=edit
Version information

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

[Libreoffice-bugs] [Bug 154958] Why does Format | Paragraph | Proportional default to 6% ?

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154958

--- Comment #3 from Coburn Ingram  ---
Created attachment 186855
  --> https://bugs.documentfoundation.org/attachment.cgi?id=186855=edit
User profile reset showing 6%

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

[Libreoffice-bugs] [Bug 135541] Dates are entered inconsistently, switching between day and month.

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135541

BogdanB  changed:

   What|Removed |Added

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


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 107575] [META] Number format bugs and enhancements

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107575

BogdanB  changed:

   What|Removed |Added

 Depends on||135541


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=135541
[Bug 135541] Dates are entered inconsistently, switching between day and month.
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 152686] UI: Hamburger menu looks like gray square in start center with macOS dark mode

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152686

--- Comment #8 from steve  ---
By now it does. There were different fixes made to follow system settings as
best as possible - automatically switching light | dark icon theme was one of
those. However this is only applied if you select Settings > View > Icon Theme
> Automatic.

Your last screenshot shows a different dropdown. Maybe we should keep this
issue here limited to the start center dropdown?

Reading your initial report, the issue is specifically the lines in the start
center hamburger menu.

The visibility of those is fine in the screenshot with breeze dark (2023-04-19
main build with breeze):
https://bug-attachments.documentfoundation.org/attachment.cgi?id=186795

When testing keep in mind, Start Center is not instantly updated so make sure
to restart LibreOffice.

Since for breeze the lines have great visibility in both dark and light icon
theme, I was wondering if adapting that dropdown style to other icon themes,
which may still have poor visibility (like the very thin lines of your initial
screenshot.

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

[Libreoffice-bugs] [Bug 154881] I would like to have a thai distributed feature for handling Thai text.

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154881

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 CC||79045_79...@mail.ru,
   ||kha...@aliftype.com

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
Khaled, may be you have some opinion about this feature? Should it be in
LibreOffice?

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

[Libreoffice-bugs] [Bug 107575] [META] Number format bugs and enhancements

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107575

BogdanB  changed:

   What|Removed |Added

 Depends on||150028


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=150028
[Bug 150028] Err:502 on formats with absolute seconds and millis
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150028] Err:502 on formats with absolute seconds and millis

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150028

BogdanB  changed:

   What|Removed |Added

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


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 107575] [META] Number format bugs and enhancements

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107575

BogdanB  changed:

   What|Removed |Added

 Depends on||154286


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=154286
[Bug 154286] Changing value of date fields fails as MM/DD/ format is not
recognized as date after last LibreOffice update
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 154286] Changing value of date fields fails as MM/DD/YYYY format is not recognized as date after last LibreOffice update

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154286

BogdanB  changed:

   What|Removed |Added

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


Referenced Bugs:

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

[Libreoffice-ux-advise] [Bug 154937] The strings "Print from top" and "Print from bottom" are confusing

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154937

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
   Keywords||needsUXEval

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
UX-team, we need your advice here

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Libreoffice-bugs] [Bug 154937] The strings "Print from top" and "Print from bottom" are confusing

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154937

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
   Keywords||needsUXEval

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
UX-team, we need your advice here

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

[Libreoffice-bugs] [Bug 154916] Switching Dark | Light or vice versa in View > Appearance and Applying results in wrong colors in Preferences Dialog

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154916

--- Comment #5 from steve  ---
Correct, following system and switching Light | Dark in macOS System Settings
does not expose the problematic behavior.

To me this indicates that there is something off with how updating the UI is
handled when switching inside of LibreOffice.

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

[Libreoffice-bugs] [Bug 113108] [META] Dialog UI/UX bugs and enhancements

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113108

BogdanB  changed:

   What|Removed |Added

 Depends on||148088


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=148088
[Bug 148088] UI: Dialog "Load Master Slide" should name "Load Master Page"
(alongside several other similar labels)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 148088] UI: Dialog "Load Master Slide" should name "Load Master Page" (alongside several other similar labels)

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148088

BogdanB  changed:

   What|Removed |Added

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


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 138474] When image is anchored to page in Writer, cannot interact with anchor

2023-04-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138474

BogdanB  changed:

   What|Removed |Added

Summary|When image is anchored to   |When image is anchored to
   |page in Writer, cannot  |page in Writer, cannot
   |interact with anchor.   |interact with anchor

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

  1   2   3   >