[Bug 159234] Format - Align text - Align Left/Center/Right Align does not always work

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159234

--- Comment #4 from Patrick  ---
Hello,

strange, for the moment it works perfect! When the problem returns, i'll get
back to you with print screen.
Thanks for the investigation,
Patrick

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

[Bug 141005] Bottom and descent values ignored for vertical writing

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141005

--- Comment #10 from Y. Kawara  ---
Fixed in last public release. Thanks!

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

[Bug 144018] Character transparency is reset to 0% when set to 100%

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144018

--- Comment #8 from Noel Grandin  ---
(In reply to Julien Nabet from comment #7)
> Trying to understand a bit alpha and transparency (the "T" that we encounter
> in Color definition), I read in include/tools/color.hxx that T = 255 - alpha
> 
> 

So there are a couple of different issues at play here.

(1) The old libreoffice code mostly worked in terms of transparency, but modern
graphics APIs all use alpha, so we have been slowly moving things to use alpha,
so that less conversion is necessary.

> 448 inline constexpr ::Color COL_AUTO
> ( ColorTransparency, 0xFF, 0xFF, 0xFF, 0xFF );
> 

(2) Some parts of the system unfortunately use a magic color (COL_AUTO) to mean
"pick the correct color magically", which is very unfortunate, because
sometimes a valid color is confused as COL_AUTO.

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

[Bug 159671] Vertical metrics not loaded properly from .ttc files

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159671

--- Comment #2 from Y. Kawara  ---
Probably more a FontForge bug. Heading there.

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

[Bug 159671] Vertical metrics not loaded properly from .ttc files

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159671

Y. Kawara  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Blocks|71732   |
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Y. Kawara  ---
Sorry everyone,  ) is U+FE36, and it looks like the metrics ARE wrong in the
.ttc


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=71732
[Bug 71732] [META] Bugs related to text rendering, typography and font features
in LO
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 71732] [META] Bugs related to text rendering, typography and font features in LO

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71732

Y. Kawara  changed:

   What|Removed |Added

 Depends on|159671  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=159671
[Bug 159671] Vertical metrics not loaded properly from .ttc files
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159671] Vertical metrics not loaded properly from .ttc files

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159671

Y. Kawara  changed:

   What|Removed |Added

 Blocks||71732


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=71732
[Bug 71732] [META] Bugs related to text rendering, typography and font features
in LO
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 71732] [META] Bugs related to text rendering, typography and font features in LO

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71732

Y. Kawara  changed:

   What|Removed |Added

 Depends on||159671


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=159671
[Bug 159671] Vertical metrics not loaded properly from .ttc files
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159671] New: Vertical metrics not loaded properly from .ttc files

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159671

Bug ID: 159671
   Summary: Vertical metrics not loaded properly from .ttc files
   Product: LibreOffice
   Version: 7.6.4.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: suteteco...@mutsuba.info

Description:
I have five fonts, in which some vertical alternates are identical across all
fonts but have different vertical metrics in one of them (proportional font).
I have generated them as one .ttc file with the most recent version of
FontForge.

When typing those vertical alternates with the proportional font, LibreOffice
uses the vertical metrics of the other fonts. This only happens if the vector
data is the same (see below for details), and only for vertical metrics (not
horizontal ones).

Steps to Reproduce:
1.Set writing to vertical.
2.Change font to that in which vertical metrics is different.
2.Type () (CJK double-byte punctuation)

Actual Results:
( displays as intended, but ) does not.
 )gets displayed with the metrics of the other fonts (fixed width) of the ttc.

Expected Results:
The correct vertical metrics should be loaded.


Reproducible: Always


User Profile Reset: No

Additional Info:
Why these two characters behave differently is I think LO checks the vector
data to decide if it needs to load the different vertical metrics.
( has different vector data and different metrics,
 ) has the same vector data and different metrics.

Inkscape and GIMP are not affected by this bug.

I used the ttx command from fonttools to inspect the .ttc file, and in the
vertical metrics table (vmtx) there are two entries:




In the character map table (cmap) of the different font, U+FE37 is properly
linked to the alternate vertical metrics:





So the problem is not the ttc.

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

[Bug 128787] UI: menu path Format - Styles - New style from selection does not work

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128787

--- Comment #10 from Jim Raykowski  ---
Hi all,

Here is a patch that adds missing stuff needed to make 'New Style from
Selection' (uno:StyleNewByExample) and 'Update Selected Style'
(.uno:StyleUpdateByExample) work in Draw/Impress:

https://gerrit.libreoffice.org/c/core/+/163208

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

[Bug 141776] Application shortcuts not working in Start Center after closing document (see comment 4)

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141776

--- Comment #17 from Mike Kaganski  ---
And the bug 157649 also demonstrates the fact that underline and active state
of the accelerators are absolutely orthogonal (at least on Windows, which is
the focus here): in dialogs, no underline and still accelerators are active.

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

[Bug 141776] Application shortcuts not working in Start Center after closing document (see comment 4)

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141776

--- Comment #16 from Mike Kaganski  ---
(In reply to skagon from comment #15)
> Again, if the underline is visible, it automatically denotes (should denote
> anyway) that the underlined accelerators are *active*. No [ALT], no nothing!

Wrong. As bug 54169 was linked here, you should be aware that there is a
*setting* for that. So it is perfectly valid, that the underline is *visible*,
but still require the Alt. Indeed, but 54169 must be properly fixed. But not
this.

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

[Bug 159670] New: SISTEM SEDANG EROR

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159670

Bug ID: 159670
   Summary: SISTEM SEDANG EROR
   Product: cppunit
   Version: 1.14
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: elangstore...@gmail.com
CC: markus.mohrh...@googlemail.com

Created attachment 192492
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192492=edit
SISTEM SEDANG EROR

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

[Bug 159316] Really help assigning alternating formats to table rows and columns

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159316

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Bug 159666] Crash when table and line object are selected at the same time

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159666

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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

[Bug 159320] Add support for first / other page paper tray selection

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159320

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Bug 159286] Single click inside text field should select full field if it has the placeholder text

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159286

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Bug 159269] malformed columns

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159269

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Bug 156259] LibreOffice Writer sometimes creates blank pages at the end of a file

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156259

QA Administrators  changed:

   What|Removed |Added

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

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

[Bug 159390] when a comment box is made very wide, then it does not print properly,

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159390

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 156259] LibreOffice Writer sometimes creates blank pages at the end of a file

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156259

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

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.

[Bug 156753] Dutch LibreOffice Writer lacks window handles for dialog box Extra --> Aanpassen...

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156753

--- Comment #2 from QA Administrators  ---
Dear Ron ter Borg,

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.

[Bug 156752] LibreOffice is crashed, when make and typing document and force close it self

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156752

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

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.

[Bug 156749] I have a libreoffice writer document that WILL NOT CLOSE

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156749

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

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.

[Bug 99267] [UI] pages preview on the left show incorrect image ratio

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99267

--- Comment #8 from QA Administrators  ---
Dear Gérald Maruccia,

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.

[Bug 89828] Image Export crops based on margins instead of page boundaries when Save transparency checked, ignores transparency settings

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89828

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

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.

[Bug 146993] Keyboad Shortcuts: Modification of "enter" key is accepted in dialog, but doesn't work

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146993

--- Comment #13 from QA Administrators  ---
Dear Karl,

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.

[Bug 128796] PPTX: File with formulas is set to modified without doing any change

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128796

--- Comment #5 from QA Administrators  ---
Dear Xisco Faulí,

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.

[Bug 123848] "Compare Document": Changes misrepresented as new document sections

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123848

--- Comment #12 from QA Administrators  ---
Dear Smith Kennedy,

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.

[Bug 127460] Scale QR Code as perfect square

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127460

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

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.

[Bug 114916] FILESAVE: Incorrect fontwork size after RT

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114916

--- Comment #7 from QA Administrators  ---
Dear Xisco Faulí,

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.

[Bug 115280] [META] Grave (QUOTELEFT) shortcut bugs and enhancements

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115280
Bug 115280 depends on bug 159655, which changed state.

Bug 159655 Summary: command ` to swap documents and the program hangs
https://bugs.documentfoundation.org/show_bug.cgi?id=159655

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

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

[Bug 42082] [META] Make LibreOffice shine and glow on macOS

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42082
Bug 42082 depends on bug 159655, which changed state.

Bug 159655 Summary: command ` to swap documents and the program hangs
https://bugs.documentfoundation.org/show_bug.cgi?id=159655

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

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

[Bug 159655] command ` to swap documents and the program hangs

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159655

Jim Henderson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC|jim.henderso...@gmail.com   |
 Resolution|--- |FIXED

--- Comment #2 from Jim Henderson  ---
(In reply to Jim Henderson from comment #0)
> I like to open two similar documents in a word processor and pop back and
> forth between them, to compare and copy bits from one document to the other.
> Many macos programs provide command-` to swap from one window to another
> (chrome, Safari and Brave browsers for example.)
> Libre Office also does this, but after going back and forth two or three
> times, it hangs, with the "busy" coloured disc going round and round.
> I can command-tab to other running programs, but can't command-tab back to
> Libre Office.
> I have to go to Activity Monitor, and there I see "not responding" beside
> Libre Office. It doesn't respond to Quit, but Forced Quit does.
> My macos version is Sonoma 14.2.1 with 64G of memory.
> 
> Hoping you can help,
> Jim

Oops!
Sorry everyone, that I wasted your time.
My version of LO was very old (7.3.4.2) as I reported.
I have updated to the current one (24.2.0) and I can't make the problem happen
any more. I should have thought to update first.
We can close this issue now, so I have marked it RESOLVED, FIXED.

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

[Bug 159669] New: WEBSITE SEDANG DI SERANG

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159669

Bug ID: 159669
   Summary: WEBSITE SEDANG DI SERANG
   Product: cppunit
   Version: 1.14
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: elangstore...@gmail.com
CC: markus.mohrh...@googlemail.com

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

[Bug 159668] New: WEBSITE SEDANG DI SERANG

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159668

Bug ID: 159668
   Summary: WEBSITE SEDANG DI SERANG
   Product: cppunit
   Version: 1.14
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: elangstore...@gmail.com
CC: markus.mohrh...@googlemail.com

Created attachment 192491
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192491=edit
WEBSITE SEDANG DI SERANG

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

[Bug 159667] SISTEM WEBSITE SEDANG DI SERANG

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159667

BogdanB  changed:

   What|Removed |Added

  Component|General |deletionRequest
Product|cppunit |LibreOffice
Version|1.14|unspecified

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

[Bug 159667] SISTEM WEBSITE SEDANG DI SERANG

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159667

BogdanB  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 CC||buzea.bog...@libreoffice.or
   ||g
 Status|UNCONFIRMED |RESOLVED

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

[Bug 159667] New: SISTEM WEBSITE SEDANG DI SERANG

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159667

Bug ID: 159667
   Summary: SISTEM WEBSITE SEDANG DI SERANG
   Product: cppunit
   Version: 1.14
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: elangstore...@gmail.com
CC: markus.mohrh...@googlemail.com

Created attachment 192490
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192490=edit
SISTEM WEBSITE SEDANG DI SERANG

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

[Bug 122245] [META] Icon theme issues that need coding

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122245
Bug 122245 depends on bug 88477, which changed state.

Bug 88477 Summary: UI: No Different Icons for Selection Mode in Status Bar
https://bugs.documentfoundation.org/show_bug.cgi?id=88477

   What|Removed |Added

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

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

[Bug 86066] [META] Bugs and improvements to the statusbar

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86066
Bug 86066 depends on bug 88477, which changed state.

Bug 88477 Summary: UI: No Different Icons for Selection Mode in Status Bar
https://bugs.documentfoundation.org/show_bug.cgi?id=88477

   What|Removed |Added

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

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

[Bug 88477] UI: No Different Icons for Selection Mode in Status Bar

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88477

Jim Raykowski  changed:

   What|Removed |Added

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

--- Comment #9 from Jim Raykowski  ---
The fix for bug 140936 ended up being a duplicate of this request. So I have
marked this as a duplicate of that.

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

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

[Bug 159666] Crash when table and line object are selected at the same time

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159666

m_a_riosv  changed:

   What|Removed |Added

   Keywords||regression
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
Crash report or||afdf2376-4da8-4c86-95e8-7c1
crash signature||b4ee69da6
 CC||miguelangelrv@libreoffice.o
   ||rg
 OS|Linux (All) |All

--- Comment #2 from m_a_riosv  ---
Reproducible:
Version: 7.4.7.2 (x64) / LibreOffice Community
Build ID: 723314e595e8007d3cf785c16538505a1c878ca5
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: es-ES
Calc: CL
+
Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 3d2134c0116bc563d366f8cf23aae51de1e53938
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Vulkan; VCL: win
Locale: es-ES (es_ES); UI: en-US
Calc: CL threaded

Last version working for me:
Version: 7.2.7.2 (x64) / LibreOffice Community
Build ID: 8d71d29d553c0f7dcbfa38fbfda25ee34cce99a2
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: es-ES
Calc: CL

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

[Bug 159658] Image Transparency could not be changed

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159658

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #2 from m_a_riosv  ---
Please attach a sample file, reduce the size as much as possible without
private information, and paste the information in Menu/Help/About LibreOffice,
there is a copy icon.

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

[Bug 158650] Scrolling is lagging/freezing everywhere

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158650

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #22 from Stéphane Guillou (stragu) 
 ---
(In reply to DoodleGarbage from comment #21)
>  Apologies if this isn't the correct place to put this, but this bug is
> present on Fedora 39 with a KDE display manager.
Indeed, this is not the right place. This issue is macOS-specific. Yours is
likely KDE+Wayland in bug 153111 or bug 152911.

(In reply to dhina from comment #19)
> (In reply to steve from comment #13)
> > Skia/Metal is known to work.
> > 
> > Can affected users please test and see if Skia/Raster works when running a
> > master build from
> > https://dev-builds.libreoffice.org/daily/master/current.html
> 
> I confirm that the scroll smoothing issue is not present anymore in :
> 
> Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
> Build ID: 4f09826f731d5ecfc1ed094e2f9e720071b1e58d
Thanks dhina.
Patrick, I'm not following if this can be considered fixed or not.

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

[Bug 132132] Memory spike from 200MB to 4 GB with some content on the clipboard

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132132

Tex2002ans  changed:

   What|Removed |Added

 CC||Tex2002ans+LibreOffice@gmai
   ||l.com

--- Comment #10 from Tex2002ans  ---
Can still verify in:

Version: 24.2.0.3 (X86_64) / LibreOffice Community
Build ID: da48488a73ddd66ea24cf16bbc4f7b9c08e9bea1
CPU threads: 8; OS: Windows 10.0 Build 22631; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

- - -

The document took:

236 MB = On load

After Step 4, quitting, it took:

- ~39 seconds of constant CPU usage

with the RAM usage wildly jumping between all numbers:

- 4.4 GB
- 3.3 GB
- + it even jumped up to 7 GB (!!!) at one point.

At the end of the 39 seconds, LO finally disappeared from Task Manager.

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

[Bug 117507] With the table limit of 75 rows, 75 columns LibreOffice gets unresponsive

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117507

--- Comment #6 from Tex2002ans  ---
Yep, I see the same issue as:

(In reply to Thomas Woltjer from comment #1)
> It doesn't crash LO, but causes one of the threads to max out for periods of
> time, decreasing responsiveness by several seconds. [...]

Took about:

- 5 seconds for the 75x75 table to insert.
- ~15 seconds of huge CPU usage if you clicked in the table and tried to type
something.
   - After that, trying to click/type in other cells took ~5-15 seconds each.

- - -

This was tested in:

Version: 24.2.0.3 (X86_64) / LibreOffice Community
Build ID: da48488a73ddd66ea24cf16bbc4f7b9c08e9bea1
CPU threads: 8; OS: Windows 10.0 Build 22631; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

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

[Bug 91483] Writer freezes when removing sections with subsection and sub-subsection

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91483

--- Comment #15 from Tex2002ans  ---
I followed comment 9 using document in comment 8.

After Step 4, it took ~12 seconds.

No crash or anything else besides just an oddly long slowdown on deletion.

- - -

This was in:

Version: 24.2.0.3 (X86_64) / LibreOffice Community
Build ID: da48488a73ddd66ea24cf16bbc4f7b9c08e9bea1
CPU threads: 8; OS: Windows 10.0 Build 22631; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

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

[Bug 137299] WRITER TABLE: Cell has no background color, if you copy & paste cell with background color into existing table (steps in comment 4)

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137299

--- Comment #6 from Tex2002ans  ---
Followed comment 4 exactly.

Still the same in:

Version: 24.2.0.3 (X86_64) / LibreOffice Community
Build ID: da48488a73ddd66ea24cf16bbc4f7b9c08e9bea1
CPU threads: 8; OS: Windows 10.0 Build 22631; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

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

[Bug 137940] FILEOPEN ODT: Number of pages keeps increasing (page loop)

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137940

--- Comment #5 from Tex2002ans  ---
Loaded "fine" + no crash in:

Version: 24.2.0.3 (X86_64) / LibreOffice Community
Build ID: da48488a73ddd66ea24cf16bbc4f7b9c08e9bea1
CPU threads: 8; OS: Windows 10.0 Build 22631; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

- - -

511/512 pages = On load.
~540 pages = While waiting/generating (or scrolling).
   - I even saw it go up to ~670 during one try!

And after about a few minutes of letting everything settle:

511 pages = End

- - -

The layout was a little wonky and there were some very strange things going on
while it was loading/laying things out... but no crashes for me.

Tried:

- Comment 0 + scrolling.
- Comment 3 + scrolling.
   - Used the scrollbar + mouse wheel.
- Comment 4.
   - Ctrl+End = NO CRASH.
   - I even tried immediately after load, plus a few tests in the middle of it
computing.

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

[Bug 120531] A table gets pasted on the next line, even when paragraph is empty

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120531

--- Comment #5 from Tex2002ans  ---
Can't reproduce in:

Version: 24.2.0.3 (X86_64) / LibreOffice Community
Build ID: da48488a73ddd66ea24cf16bbc4f7b9c08e9bea1
CPU threads: 8; OS: Windows 10.0 Build 22631; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

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

[Bug 159665] Saving and opening files takes too long.

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159665

ady  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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

[Bug 133489] swlo.dll crashes when manipulating a table in bad state reached with Alt+Enter & Ctrl+Enter

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133489

Tex2002ans  changed:

   What|Removed |Added

 CC||Tex2002ans+LibreOffice@gmai
   ||l.com

--- Comment #16 from Tex2002ans  ---
I can't reproduce this in:

Version: 24.2.0.3 (X86_64) / LibreOffice Community
Build ID: da48488a73ddd66ea24cf16bbc4f7b9c08e9bea1
CPU threads: 8; OS: Windows 10.0 Build 22631; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

- - -

I followed comment 15 + comment 6 + comment 0. I even tried to select
cells/rows or add a row above (using Right-Click / buttons too).

Still able to:

- Click around, select, or type in cells fine.

No crash or weird anything.

- - -

Maybe someone can retest on Linux (gtk3?) and see if they get the same results.

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

[Bug 141776] Application shortcuts not working in Start Center after closing document (see comment 4)

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141776

--- Comment #15 from ska...@yahoo.co.uk ---
And… here we go again! Same people, same arguments.

To cut to the important point here, if the underlines are visible, the
accelerators should work WITHOUT any other key, i.e. [ALT].
It really is as simple as that.

Moreover, since the Start Centre is all about user *convenience*, the
accelerators should actually be *accelerating*.
My muscle memory of decades is that we press [ALT] to get to the menu bar.
That's how it works. If it's visible and has a letter underlined, you just
press that key. Like "Save". It's [ALT]+[F], [S]. It is not [ALT]+[F],
[ALT]+[S], simply because you're already at a point in the navigation where
you've left the main window (where keys are meant for typing), so you can use
all 26 characters for selecting options without having to move the mouse or the
arrow keys.

Again, if the underline is visible, it automatically denotes (should denote
anyway) that the underlined accelerators are *active*. No [ALT], no nothing!
If [ALT] is required, they should become underlined IF and WHEN the user
presses [ALT].

This is plain UI logic.

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

[Bug 151630] LibreOffice crashes when saving this file as .docx

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151630

--- Comment #7 from Tex2002ans  ---
Followed comment 0 exactly.

CRASH:

-
https://crashreport.libreoffice.org/stats/crash_details/fc32bdd8-2e54-4c43-82bb-a63a096ace5f

in:

Version: 24.2.0.3 (X86_64) / LibreOffice Community
Build ID: da48488a73ddd66ea24cf16bbc4f7b9c08e9bea1
CPU threads: 8; OS: Windows 10.0 Build 22631; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

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

[Bug 159557] Have stopped responding! (LO v24.2)

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159557

--- Comment #14 from Tex2002ans  ---
(In reply to Telesto from comment #12)
> bug 159604 describes the same issue, IMHO. Both have the same locale and UI
> language (Locale: nb-NO (nb_NO); UI: nb-NO): coincidence?

Maybe this might be a SEE ALSO:

"LibreOffice 7.6 stalls/crashes under Windows 11 with Norwegian (Bokmål) locale
when opening file dialog"

https://bugs.documentfoundation.org/show_bug.cgi?id=157135

The second I saw "nb-NO", that made me think of that one.

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

[Bug 139552] Crash with button "Add more galleries via extension"

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139552

--- Comment #2 from Tex2002ans  ---
NO CRASH in:

Version: 24.2.0.3 (X86_64) / LibreOffice Community
Build ID: da48488a73ddd66ea24cf16bbc4f7b9c08e9bea1
CPU threads: 8; OS: Windows 10.0 Build 22631; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

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

[Bug 152306] Windows: Crash on Quit LibreOffice after Copy

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152306

--- Comment #8 from Tex2002ans  ---
I followed the steps in comment 0 exactly.

CRASH:

-
https://crashreport.libreoffice.org/stats/crash_details/14d40f44-e0aa-4f0c-9905-5720e0d77c9f

Happened in:

Version: 24.2.0.3 (X86_64) / LibreOffice Community
Build ID: da48488a73ddd66ea24cf16bbc4f7b9c08e9bea1
CPU threads: 8; OS: Windows 10.0 Build 22631; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

- - -

I see the crash has a different signature than Comment 4.

Comment 4's crash report:

- SfxObjectShell::IsLoading()

My crash report:

- ScPoolHelper::GetFormTable()

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

[Bug 159665] Saving and opening files takes too long.

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159665

--- Comment #3 from mizif...@proton.me ---
I saw the thread for bug 125619 as pointed out by Buovjaga san.
But I don't think it should be integrated with threads for bug 125619.
As far as I can confirm on my PC, the cause is not an abnormal load on the CPU.
This is because while saving and opening files, the CPU load displayed in the
task manager only reaches about 10% at most.
However, I would like to report that the CPU clock is boosted to 4GHz during
the save process.
It also doesn't seem like there's a memory shortage.
This is because there is more than 8GB of free area out of the 16GB of
installed memory.
The situation is different from bug 125619, although they share the same
problem: problems with saving and opening files that contain a large number of
cells with comments inserted.

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

[Bug 144018] Character transparency is reset to 0% when set to 100%

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144018

Julien Nabet  changed:

   What|Removed |Added

 CC||noelgran...@gmail.com,
   ||serval2...@yahoo.fr

--- Comment #7 from Julien Nabet  ---
Trying to understand a bit alpha and transparency (the "T" that we encounter in
Color definition), I read in include/tools/color.hxx that T = 255 - alpha

Full transparency means T=255 so alpha = 0

I'm not sure but this location seems a good start:
https://opengrok.libreoffice.org/xref/core/cui/source/tabpages/chardlg.cxx?r=52ba1fea#1548
Noticing "&& aColor != COL_AUTO" in 2 conditions, I searched about COL_AUTO
definition and found 2 constants for a same color:
447 inline constexpr ::Color COL_TRANSPARENT
( ColorTransparency, 0xFF, 0xFF, 0xFF, 0xFF );

448 inline constexpr ::Color COL_AUTO
( ColorTransparency, 0xFF, 0xFF, 0xFF, 0xFF );

See
https://opengrok.libreoffice.org/xref/core/include/tools/color.hxx?r=925c05ee#456

what's the point?


Reading include/tools/color.hxx, why to put:
169  /** Is the color transparent?
170   */
171  bool IsTransparent() const
172  {
173  return GetAlpha() != 255;
174  }

instead of:
169  /** Is the color transparent?
170   */
171  bool IsTransparent() const
172  {
173  return T != 0;
174  }

https://opengrok.libreoffice.org/xref/core/include/tools/color.hxx?r=925c05ee#169

Is it because we prefer thinking with alpha notion instead of transparency
notion?


Noel: considering all the work you did about transparency, put you in cc if
you've got some opinion here. Of course don't hesitate to uncc yourself if not
interested.

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

[Bug 103920] Writer slow and not responding when you delete columns from XLSX with 28101 lines

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103920

--- Comment #27 from Tex2002ans  ---
Got a crash report:

-
https://crashreport.libreoffice.org/stats/crash_details/61d41f26-7607-48b6-87d5-fcab2dbc0f6d

All I did was:

0. Open "Crash file" = attachment 128738.
1. Select column B.
2. Right-Click > Delete Columns.

LibreOffice sat there for a ~15 seconds, using a full CPU, then just closed
itself.

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

[Bug 103097] Adding new row to a big ODT table causes procdump with 5.5+ (crash "No RTTI Data" before or with less memory)

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103097

--- Comment #10 from Tex2002ans  ---
NO CRASH on:

Version: 24.2.0.3 (X86_64) / LibreOffice Community
Build ID: da48488a73ddd66ea24cf16bbc4f7b9c08e9bea1
CPU threads: 8; OS: Windows 10.0 Build 22631; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

It also opened very fast.

- - -

I also didn't have any issues when I:

- Added/Deleted a row

in the table on Page 2 or 3.

- - -

But, there was major slowdown/"CPU stuck at 100%" when I:

- Added/Deleted a column

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

[Bug 159626] FILEOPEN DOCX: VML pattern image needs to be inverted

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159626

--- Comment #4 from Justin L  ---
(In reply to Justin L from comment #2)
> Current theory:  it is the image itself that is the problem.
> black is meant to represent where the background color is applied,
> and white represents what should be the foreground color. 
Correct. LO does it totally different internally.

https://gerrit.libreoffice.org/c/core/+/163106 takes care of import.

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

[Bug 156562] Source unknown when pasting with ctrl+shift in Wayland (Linux)

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156562

Michael Weghorn  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |m.wegh...@posteo.de
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #3 from Michael Weghorn  ---
I've started looking into this issue.

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

[Bug 159664] Table not visible in after paste but shown in navigator

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159664

--- Comment #2 from Telesto  ---
Created attachment 192489
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192489=edit
Screencast

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

[Bug 159666] Crash when table and line object are selected at the same time

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159666

--- Comment #1 from senduntome+bugzi...@live.com ---
Created attachment 192488
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192488=edit
An example document exhibiting the issue.

To trigger the bug, open the file and press ctrl+A to select all.

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

[Bug 159666] New: Crash when table and line object are selected at the same time

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159666

Bug ID: 159666
   Summary: Crash when table and line object are selected at the
same time
   Product: LibreOffice
   Version: 7.6.4.1 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: senduntome+bugzi...@live.com

Description:
In a draw document containing a small number of tables, rectangles, and
connectors, the draw application will crash whenever a table and a line object
are selected together.  

For example:
Selecting all items with ctrl+A crashes Draw.
Selecting a table and then a line with shift+click crashes Draw.
Clicking and dragging to select both items crashes Draw.

Steps to Reproduce:
1. Select a connector line and a table at the same time

Actual Results:
Crash to desktop

Expected Results:
The line and table are selected


Reproducible: Always


User Profile Reset: No

Additional Info:

This GDB supports auto-downloading debuginfo from the following URLs:
  
Enable debuginfod for this session? (y or [n]) [answered N; input not from
terminal]
Debuginfod has been disabled.
To make this setting permanent, add 'set debuginfod enabled off' to .gdbinit.
[New LWP 29722]
[New LWP 29723]
[New LWP 29724]
[New LWP 29775]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
0x7f0a42999bed in poll () from /lib64/libc.so.6
[Current thread is 1 (Thread 0x7f0a39751100 (LWP 29721))]

Thread 5 (Thread 0x7f0a18a006c0 (LWP 29775) "soffice.bin"):
#0  0x7f0a429a43ef in pselect () at /lib64/libc.so.6
#1  0x7f0a29b01eac in usbmuxd_listen_inotify () at
/lib64/libusbmuxd-2.0.so.6
#2  0x7f0a29b02312 in device_monitor () at /lib64/libusbmuxd-2.0.so.6
#3  0x7f0a42920897 in start_thread () at /lib64/libc.so.6
#4  0x7f0a429a780c in clone3 () at /lib64/libc.so.6

Thread 4 (Thread 0x7f0a234006c0 (LWP 29724) "WaylandEventThr"):
#0  0x7f0a42999bed in poll () at /lib64/libc.so.6
#1  0x7f0a29c4c0bc in QtWaylandClient::EventThread::run() () at
/lib64/libQt5WaylandClient.so.5
#2  0x7f0a2baf5cad in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#3  0x7f0a42920897 in start_thread () at /lib64/libc.so.6
#4  0x7f0a429a780c in clone3 () at /lib64/libc.so.6

Thread 3 (Thread 0x7f0a23e006c0 (LWP 29723) "WaylandEventThr"):
#0  0x7f0a4291d169 in __futex_abstimed_wait_common () at /lib64/libc.so.6
#1  0x7f0a4291fb09 in pthread_cond_wait@@GLIBC_2.3.2 () at /lib64/libc.so.6
#2  0x7f0a2bafb967 in QWaitCondition::wait(QMutex*, QDeadlineTimer) () at
/lib64/libQt5Core.so.5
#3  0x7f0a29c4c069 in QtWaylandClient::EventThread::run() () at
/lib64/libQt5WaylandClient.so.5
#4  0x7f0a2baf5cad in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#5  0x7f0a42920897 in start_thread () at /lib64/libc.so.6
#6  0x7f0a429a780c in clone3 () at /lib64/libc.so.6

Thread 2 (Thread 0x7f0a298006c0 (LWP 29722) "QDBusConnection"):
#0  0x7f0a42999bed in poll () at /lib64/libc.so.6
#1  0x7f0a3b651eb4 in g_main_context_iterate_unlocked.isra () at
/lib64/libglib-2.0.so.0
#2  0x7f0a3b5f4ad3 in g_main_context_iteration () at
/lib64/libglib-2.0.so.0
#3  0x7f0a2bd073d6 in
QEventDispatcherGlib::processEvents(QFlags) ()
at /lib64/libQt5Core.so.5
#4  0x7f0a2bcb383b in
QEventLoop::exec(QFlags) () at
/lib64/libQt5Core.so.5
#5  0x7f0a2baf48a0 in QThread::exec() () at /lib64/libQt5Core.so.5
#6  0x7f0a29f62dab in QDBusConnectionManager::run() () at
/lib64/libQt5DBus.so.5
#7  0x7f0a2baf5cad in QThreadPrivate::start(void*) () at
/lib64/libQt5Core.so.5
#8  0x7f0a42920897 in start_thread () at /lib64/libc.so.6
#9  0x7f0a429a780c in clone3 () at /lib64/libc.so.6

Thread 1 (Thread 0x7f0a39751100 (LWP 29721) "soffice.bin"):
#0  0x7f0a42999bed in poll () at /lib64/libc.so.6
#1  0x7f0a2a841108 in KCrash::startProcess(int, char const**, bool) [clone
.isra.0] () at /lib64/libKF5Crash.so.5
#2  0x7f0a2a841d4f in KCrash::defaultCrashHandler(int) () at
/lib64/libKF5Crash.so.5
#3  0x7f0a42bc3fb5 in (anonymous namespace)::signalHandlerFunction(int,
siginfo_t*, void*) () at /usr/lib64/libreoffice/program/libuno_sal.so.3
#4  0x7f0a428d09a0 in  () at /lib64/libc.so.6
#5  0x7f0a40526c24 in SdrObject::getParentSdrObjListFromSdrObject() const
() at /usr/lib64/libreoffice/program/libsvxcorelo.so
#6  0x7f0a40526c3d in SdrObject::getSdrPageFromSdrObject() const () at
/usr/lib64/libreoffice/program/libsvxcorelo.so
#7  0x7f0a4053d1aa in SdrEdgeObj::GetConnectedNode(bool) const () at
/usr/lib64/libreoffice/program/libsvxcorelo.so
#8  0x7f0a404ecdae in ImpEdgeHdl::CreateB2dIAObject() () at
/usr/lib64/libreoffice/program/libsvxcorelo.so
#9  

[Bug 158947] Pasting clipboard contents is not possible under certain circumstances with Wayland

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158947

Michael Weghorn  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |m.wegh...@posteo.de
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #2 from Michael Weghorn  ---
Thanks a lot for the excellent bug description that allows to reproduce this
reliably.

Pending Gerrit change:
https://gerrit.libreoffice.org/c/core/+/163202

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

[Bug 159664] Table not visible in after paste but shown in navigator

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159664

gladys  changed:

   What|Removed |Added

 CC||gladys7da...@gmail.com

--- Comment #1 from gladys  ---
Hi Telesto,

Unfortunetly i haven't been able to reproduce the bug with:

Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 4d381b54d1c598c181b4a21a8bf0db86eb4668d1
CPU threads: 4; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; 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.

[Bug 159665] Saving and opening files takes too long.

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159665

--- Comment #2 from ady  ---
(In reply to Buovjaga from comment #1)
> If this is not new behaviour in 24.2

The problem is probably not a new one – not that I have tested it – but I
assume that the behavior is now seen more promptly because the automatic backup
save was re-enabled with LO 24.2.

>From the Release Notes for 24.2 (Core / General):
* "Save AutoRecovery information"
* "Always create backup copies"
* Fixed many AutoRecovery limitations and re-enabled AutoSave UI

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

[Bug 159634] 'This file has been locked by another user'

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159634

--- Comment #3 from gladys  ---
Hello  C A,

Could you please try to reproduce it with the latest version of LibreOffice
from https://www.libreoffice.org/download/libreoffice-fresh/ ?
to see if the bug persist.

Here is aw well a link that might help:
https://ask.libreoffice.org/t/all-libreoffice-files-are-read-only-locked-by-unknown-user-how-cani-unlock-them/62335

 I will set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the bug is still present in the latest version.

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

[Bug 159647] CSV import detect $ numbers

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159647

--- Comment #8 from ady  ---
(In reply to Jonny Grant from comment #7)

> Yes, indeed I can change to English(US) and it loads, although oddly it
> swaps the $ USD to be a £ GBP symbol! that's a bug -- but depends if anyone
> wants to fix it?


Your reports are not reproduced by anyone ATM. Please go to ask.libreoffice.org
and try with other users to either replicate your problem, or search for
workarounds, or both.

As for this report being closed, if you can prove that there is really a bug as
you described in comment 0 that can be replicated by others, please feel free
to re-set this as unconfirmed. But, please, be sure that you have clear steps,
clear actual results, clear expected results, and that others can reproduce the
same problem.

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

[Bug 159649] Slow scrolling with highlighting in Calc with Skia disabled

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159649

Luca Evangelisti  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #2 from Luca Evangelisti  ---
Hello Mr Gabor Kelemen,
I followed the steps described in detail by you and I had the same problem too. 
I used a laptop with Windows 11 Home OS and in both versions 7.6.4.1 and 24.2.0
of LibreOffice I had this problem but with longer times than those you
reported. 
For version 7.6.4.1 the arrival time to row 635 was 69 seconds, while for
version 24.2.0 it was 60 seconds

Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
CPU threads: 8; OS: Windows 10.0 Build 22631; UI render: default; VCL: win
Locale: it-IT (it_IT); UI: en-GB
Calc: CL threaded

Version: 24.2.0.3 (X86_64) / LibreOffice Community
Build ID: da48488a73ddd66ea24cf16bbc4f7b9c08e9bea1
CPU threads: 8; OS: Windows 10.0 Build 22631; UI render: default; VCL: win
Locale: it-IT (it_IT); UI: en-GB
Calc: CL threaded

Kind Regards, Luca Evangelisti

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

[Bug 134377] Unoperating Help buttons in File/Open|Save|Save As|Save Remote libO dialogs

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134377

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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

[Bug 159611] Explain the weird version jump in the release notes

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159611

--- Comment #9 from Dan Dascalescu  ---
(In reply to V Stuart Foote from comment #6)
> (In reply to Dan Dascalescu from comment #5)
> > I meant to tag @V Stuart Foote, not Italo.
> 
> Hmm, that is already in the Release Notes:
> 
> Core/General --> "A new calendar-based numbering scheme (YY.M) is introduced
> since this release."

I hadn't read that far. I only use Calc, so I only read the top of the release
notes page, and the Calc section.

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

[Bug 113067] undo/delete consumes much cpu power and is slow in large documents

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113067

--- Comment #13 from Tex2002ans  ---
Opening + testing Comment #8's document, I pretty much got the same exact
symptoms as Comment #7's video using:

Version: 24.2.0.3 (X86_64) / LibreOffice Community
Build ID: da48488a73ddd66ea24cf16bbc4f7b9c08e9bea1
CPU threads: 8; OS: Windows 10.0 Build 22631; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

- - -

0. Open attachment 144322.
1. Click at the end of a line.
2. Hold down BACKSPACE.

And you could see LO chugging/stuttering.

I also tested:

- Holding down the DELETE key.
   - Same exact symptoms.

- - -

Comparing between a few different programs...

Deleting one whole line of text with backspace:

~11 seconds = LibreOffice 24.2
~3 seconds = Word 365 (Version 2401, Build 17231.20194)
~3 seconds = Notepad++ v.8.6.2

In LibreOffice, it was:

- stuttering/jerking around.
   - Some characters deleted fast, others stalled/slow.

In Word/Notepad++, there was:

- absolutely 0 slowdown.

It seemed to delete that amount of text at the same exact speed whether it was
in a really short paragraph or the super long/"slow" one.

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

[Bug 158249] Document with one landscape page doesn't switch back to portrait when PRINTING.

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158249

--- Comment #9 from B. Antonio Fernández  ---
Reproducible in Letter pages, not in A4

Version: 24.2.0.3 (X86_64) / LibreOffice Community
Build ID: da48488a73ddd66ea24cf16bbc4f7b9c08e9bea1
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: es-ES
Calc: CL threaded

Version: 7.5.9.2 (X86_64) / LibreOffice Community
Build ID: cdeefe45c17511d326101eed8008ac4092f278a9
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: en-US
Calc: CL threaded

Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: en-US (es_ES); UI: es-ES
Calc: CL threaded

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

[Bug 159663] Update of LO always rewrites the Registry entry in Windows pointing to default template

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159663

--- Comment #3 from Mike Kaganski  ---
(In reply to Orwel from comment #2)
> The own created template is not used if you create a new document in Windows
> Explorer as described, as it opens the default one because of the registry
> entry. What are you describing works, if you open a new document within LO
> (File/New).

I'm afraid you are wrong, and you likely didn't read / understand the links.

The fixes that I referred to did exactly this:

1. The omitted bug 123476 made sure that, when you try to open a *zero-byte*
file named "foo.odt", then LibreOffice does not try to check its content (which
is none), and instead, only uses the extension (ODT) to define which file it
is;
2. Bug 139991 made these files to use the default template configured in
LibreOffice;
3. Bug 139962 converted the LibreOffice own "template" files for the Shell/New
functionality to be these 0-byte.

I made a test just now, that it indeed works *exactly using Explorer's New
menu*. Yes it does work. If it doesn't for you, this is the problem that needs
resolving. But this your bug is NOTABUG, and won't be implemented.

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

[Bug 159665] Saving and opening files takes too long.

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159665

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #1 from Buovjaga  ---
If this is not new behaviour in 24.2, I would close this as a duplicate of bug
125619. Do you agree?

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

[Bug 159663] Update of LO always rewrites the Registry entry in Windows pointing to default template

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159663

--- Comment #2 from Orwel  ---
The own created template is not used if you create a new document in Windows
Explorer as described, as it opens the default one because of the registry
entry. What are you describing works, if you open a new document within LO
(File/New). But I always create a document through Windows Explorer, as it is
much easier to find the correct path (I can use other programs to navigate
easily there).
I have templates for all my programs in specific directory different from
C:\Program Files\LibreOffice\share\template\shellnew to be sure, not to be
overwritten.

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

[Bug 159647] CSV import detect $ numbers

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159647

--- Comment #7 from Jonny Grant  ---
Thank you for the replies.

Note, this works without any clicking or changes in Gnumeric
Note, it does not work in Google Sheets
Does anyone have a copy of Excel to try with?


When I consider as a Software Engineer, yes, I can try all these ways to do it
myself on load.

When I consider from the point of view as user, we just expect it works. Yes,
indeed I can change to English(US) and it loads, although oddly it swaps the $
USD to be a £ GBP symbol! that's a bug -- but depends if anyone wants to fix
it?

I see it is already closed, so feels like no one agrees to match Gnumeric
behaviour

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

[Bug 147257] The property of an object is found by the getPropertyValue method and is not found in Basic directly.

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147257

--- Comment #6 from Vladimir Sokolinskiy  ---
Hello Eike!
We often use the following function to determine the range of cells included in
a worksheet's autofilter. We would like to legitimize it. :)

' Returns the DataBaseRange for the worksheet autofilter or Nothing.
' - oDoc document Calc.
' - oSheet document sheet.
Function GetSheetFilterDBRange(oDoc, oSheet) as Object
  Dim i as Long
  GetSheetFilterDBRange=Nothing
  i=oSheet.RangeAddress.Sheet
  With oDoc.getPropertyValue("UnnamedDatabaseRanges")
If .hasByTable(i) Then GetSheetFilterDBRange=.getByTable(i)
  End With
End Function

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

[Bug 116206] Calc has very high memory consumption when dealing with lots of data on multiple worksheets

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116206

--- Comment #6 from Tex2002ans  ---
And for comparison, I tested same spreadsheet in:

Excel 365:

- ~350 MB peak while loading
- ~346 MB on final load

This was Version 2401 (Build 17231.20194).

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

[Bug 141776] Application shortcuts not working in Start Center after closing document (see comment 4)

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141776

--- Comment #14 from Mike Kaganski  ---
Created attachment 192487
  --> https://bugs.documentfoundation.org/attachment.cgi?id=192487=edit
"Start Center" in MS Word 2016

I'm against it. As a Windows user, I can say that this is *not* an expected /
established behavior here - to use accelerator keys without Alt **in main
program windows** (as opposed to dialogs). It may be seen e.g. in MS Word:
starting it without a file opens their "start center", with a list of recent
documents, and a "sidebar" with items named "Home", "New", "Open", "Account",
"Feedback", "Options" (see screenshot). None of these items work without Alt.

The point that it used to work is IMO not really important. Now it's
consistent, and I see no reason to change it here.

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

[Bug 159665] New: Saving and opening files takes too long.

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159665

Bug ID: 159665
   Summary: Saving and opening files takes too long.
   Product: LibreOffice
   Version: 24.2.0.3 release
  Hardware: x86-64 (AMD64)
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mizif...@proton.me

Description:
When I open a file(3,028KB) with 5500 rows and A to O columns using calc, it
takes 30 seconds. Saving the file will take 35 seconds. This file has comments
inserted into many cells. Due to the automatic save function added in
Ver.24.2.0.3, I am often forced to interrupt my work for long periods of time.
This phenomenon does not occur in files without comments in cells.
Bug 76324 is similar, but the status is marked as fixed.
But I think the fix is not enough.
Please continue to make corrections.
This experiment was performed on AMD Ryzen 7 5800H + NVMe SSD

best regards.

Steps to Reproduce:
1.Using Calc,make new ods file.
2.Insert comment to A1 cell,and input character 'a' to this comment. 
3.Copy A1 cell to ALL cell A1 to O5500.
4.Save this file.

Actual Results:
The save process will not end until 30 seconds have passed. During this time,
no work will be possible.

Expected Results:
I want the save process to finish within ten seconds.


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 24.2.0.3 (X86_64) / LibreOffice Community
Build ID: da48488a73ddd66ea24cf16bbc4f7b9c08e9bea1
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: ja-JP (ja_JP); UI: ja-JP
Calc: CL threaded

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

[Bug 103309] [META] Print dialog bugs and enhancements

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103309
Bug 103309 depends on bug 155218, which changed state.

Bug 155218 Summary: Printing: selecting different page orientation does not 
relayout printed content
https://bugs.documentfoundation.org/show_bug.cgi?id=155218

   What|Removed |Added

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

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

[Bug 54169] LibO doesn’t obey Windows OS setting “only show the accelerator underline when the Alt key is being pressed”

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54169

V Stuart Foote  changed:

   What|Removed |Added

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

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

[Bug 141776] Application shortcuts not working in Start Center after closing document (see comment 4)

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141776

V Stuart Foote  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=54
   ||169
   Keywords||needsUXEval

--- Comment #13 from V Stuart Foote  ---
As reopened for Start Center handling

See comment #59 in see also bug 54169 which doesn't address what should be done
for the SC in Windows.  Case could be made that the SC accelerators are like
entries on the main menu, so should require use of the  as currently. 
Equally, case can be made that the entire SC is like a dialog and the
accelerators should not require the  key.

I'm actually OK either way, as with menu or as with dialog. Just need the SC
accelerators to be consistent. 

Maybe give a nod to what is now legacy since about the 4.2 release of SC, and
leave it as is.

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

[Bug 159663] Update of LO always rewrites the Registry entry in Windows pointing to default template

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159663

--- Comment #1 from Mike Kaganski  ---
This is not a bug. Indeed, the program rectifies its per-machine registry
settings on setup.

However, what is the reason for changing the path in registry? bug 139991 and
bug 139962 were resolved to make sure that LibreOffice's default templates
there use the default template that you configure *inside* LibreOffice. So -
just create a proper template (say, an OTT) in LibreOffice; set it there as
default; and use the normal automatically configured Shell/New.

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

[Bug 159664] New: Table not visible in after paste but shown in navigator

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159664

Bug ID: 159664
   Summary: Table not visible in after paste but shown in
navigator
   Product: LibreOffice
   Version: 24.8.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
Table not visible in after paste but shown in navigator

Steps to Reproduce:
1. Open attachment 191950
2. Type X at the top of the table
3. Press CTRL+A
4. CTRL+X -> empty page (expected)
5. CTRL+N
6. CTRL+V -> No table (but does shown navigator)
7. CTRL+V again -> Table pasts

Actual Results:
No table at paste

Expected Results:
Table should be visible


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 4d381b54d1c598c181b4a21a8bf0db86eb4668d1
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL threaded

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

[Bug 141776] Application shortcuts not working in Start Center after closing document (see comment 4)

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141776

--- Comment #12 from V Stuart Foote  ---
Oh, and toggling from Templates backing window to Recent documents--like the
the +e accelerator for Templates the +r accelerator only will focus
onto the SB button and requires the  to complete the toggle.

So that seems consistent UI for change/toggle of the SC backing window, though
kind of seems like just the +accelerator alone should be sufficient to be
the same as the other widgets.

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

[Bug 159663] Update of LO always rewrites the Registry entry in Windows pointing to default template

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159663

Orwel  changed:

   What|Removed |Added

Summary|Update of LO always |Update of LO always
   |rewrites the Registry entry |rewrites the Registry entry
   |in Windows pointing to  |in Windows pointing to
   ||default template

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

[Bug 159663] New: Update of LO always rewrites the Registry entry in Windows pointing to

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159663

Bug ID: 159663
   Summary: Update of LO always rewrites the Registry entry in
Windows pointing to
   Product: LibreOffice
   Version: 7.6.4.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Installation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: orwe...@gmail.com

Description:
If you create your own template in Writer and put it somewhere other than the
default path (C:\Program Files\LibreOffice\share\template\shellnew\soffice.odt)
and make it the default to use for creating a new text document directly from
Win Explorer (Right click - New - Text document), you need to change the value
of the registry key
Computer\HKEY_CLASSES_ROOT\.odt\LibreOffice.WriterDocument.1\ShellNew -
FileName. There are 2 problems:
1. I think LO should make the registry change, not the user,
2. Although if you make this registry change, after each upgrade of LO the
registry key is rewritten to the default pat C:\Program
Files\LibreOffice\share\template\shellnew\soffice.odt, causing you not to use
your default template for creating a blank document in Win Explorer.

Steps to Reproduce:
1. Create your own template in Writer, saved outside the default directory
(which is (C:\Program Files\LibreOffice\share\template\shellnew\soffice.odt)
2. Make it default
3. Check the registry value FileName in
Computer\HKEY_CLASSES_ROOT\.odt\LibreOffice.WriterDocument.1\ShellNew - the
default path is kept. Try to create a new document in WinExplorer (Right click
- New - Text document) 
3a. Change the path in Filename to the stored default template you have created
in Step 1. Now
3b. Update LO or run the same installation by using Repair function.

Actual Results:
Ad 3/ it will not be created from the new (own) default template located in
different directory than the default one.
Ad 3b/ original FileName value in registry key rewrites your own default
template path, youa have changed.

Expected Results:
Ad 3/- should be created from the new (own) default template.
Ad 3b/ she changed path of your default template should be kept. 


Reproducible: Always


User Profile Reset: No

Additional Info:
This was marked in Bug 139962 as resolved, but is not.

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

[Bug 141776] Application shortcuts not working in Start Center after closing document (see comment 4)

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141776

V Stuart Foote  changed:

   What|Removed |Added

 CC||vsfo...@libreoffice.org

--- Comment #11 from V Stuart Foote  ---
Hmm, can not confirm with no document open and at the Start Center with default
Recent documents thumbnails showing in the backing window.  

Clean user profile, *ALL* the Start Center accelerators work, though each
*requiring* press and hold of the +accelerator. Which I know some folks
see as an issue, but the UI is consistent.

+o -- Opens the File dialog
+s -- Opens the Remote Files dialog
+e -- moves focus to the Templates button, then requires  for
change to templates backing window (a bit out of sync with that)
+w -- Opens a new Writer document
+c -- Opens a new Calc sheet
+i -- Opens a new Impress presentation
+d -- Opens a new Drawing document
+m -- Opens a new StarMath Formula
+b -- Opens a new Base database wizard
+l -- Opens the LO help in a browser
+x -- Opens the extensions.libreoffice.org web page in a browser

Version: 24.2.0.3 (X86_64) / LibreOffice Community
Build ID: da48488a73ddd66ea24cf16bbc4f7b9c08e9bea1
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

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

[Bug 147257] The property of an object is found by the getPropertyValue method and is not found in Basic directly.

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147257

--- Comment #5 from Eike Rathke  ---
Got this on sight again due to the new ping..

(In reply to Mike Kaganski from comment #3)
> However, the
> question is: do we also publish XUnnamedDatabaseRanges interface, or do we
> expose the property as 'any'? Or maybe there is a reason to not publish the
> property at all? Eike, could you please help?
XUnnamedDatabaseRanges probably wasn't marked as published because we refrain
from publishing internal interfaces (and those unnamed ranges are internal
features) as that would freeze the interface to not be modifiable.

Comment 0 Test1 using the property UnnamedDatabaseRanges is working (and
displays True if there actually is such range). Adding it as an optional
read-only property to the service might do, though I don't see much benefit.
What is actually expected here?

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

[Bug 159662] Add table sidebar controls to change table alignment and

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159662

Gabor Kelemen (allotropia)  changed:

   What|Removed |Added

 Ever confirmed|0   |1
   Assignee|libreoffice-b...@lists.free |oliver.spe...@cib.de
   |desktop.org |
 Status|UNCONFIRMED |ASSIGNED

--- Comment #1 from Gabor Kelemen (allotropia)  ---
In progress: https://gerrit.libreoffice.org/c/core/+/162769

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

[Bug 42082] [META] Make LibreOffice shine and glow on macOS

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42082

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||159655


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=159655
[Bug 159655] command ` to swap documents and the program hangs
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159655] command ` to swap documents and the program hangs

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159655

V Stuart Foote  changed:

   What|Removed |Added

 Blocks||42082


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=42082
[Bug 42082] [META] Make LibreOffice shine and glow on macOS
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 148435] LibreOffice on macOS hangs on using window snapping / window manager (BetterTouchTool, Rectangle, Raycast, Amethyst, ...) or any other redraw, context switch, etc, from idle thread

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148435

V Stuart Foote  changed:

   What|Removed |Added

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

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

[Bug 115280] [META] Grave (QUOTELEFT) shortcut bugs and enhancements

2024-02-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115280

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||159655


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=159655
[Bug 159655] command ` to swap documents and the program hangs
-- 
You are receiving this mail because:
You are the assignee for the bug.

  1   2   >