[Bug 154044] Undoing the first applied cell formatting only works for column A

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154044

Xisco Faulí  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr,
   ||xiscofa...@libreoffice.org

--- Comment #9 from Xisco Faulí  ---
Still reproducible in

Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: dcd46a0ff9e3e78fc53ce21e7adf314f6e4a033b
CPU threads: 8; OS: Linux 6.1; UI render: default; VCL: gtk3
Locale: es-ES (es_ES.UTF-8); UI: en-US
Calc: threaded

@Julien, since you fixed bug 158551 I thought you might be interested in this
one as well...

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

[Bug 158551] Crash in: mdds::mtv::soa::multi_type_vector::cbegin() const on Paste Special with Operation

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158551

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org

--- Comment #7 from Xisco Faulí  ---
Hello Julien,
Should this issue be closed as RESOLVED FIXED ?

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

[Bug 158703] Crash if I use the space bar several times and then punctuation

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158703

Xisco Faulí  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO
 CC||xiscofa...@libreoffice.org

--- Comment #3 from Xisco Faulí  ---
I can't reproduce it in

Version: 24.2.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 0f82e9d42822e627edd1fb3b3c87e1f8a22136a4
CPU threads: 8; OS: Linux 6.1; UI render: default; VCL: gtk3
Locale: es-ES (es_ES.UTF-8); UI: en-US
Calc: threaded

Thank you for reporting the bug. To be certain the reported issue is not
related to corruption in the user profile, could you please reset your
Libreoffice profile ( https://wiki.documentfoundation.org/UserProfile ) and
re-test?

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the issue is still present

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

[Bug 158674] Pasting formulas in Writer tables does not dynamically adjust cell references

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158674

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||xiscofa...@libreoffice.org
 Resolution|--- |DUPLICATE

--- Comment #1 from Xisco Faulí  ---
This looks like a duplicate of bug 157132.
Please update your Libreoffice version to the latest 7.6.4.1

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

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

[Bug 158709] Formula involving Writer table cell with character does not recalculate immediately

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158709

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Xisco Faulí  ---
This looks like a duplicate of bug 157132.
Please update your Libreoffice version to the latest 7.6.4.1

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

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

[Bug 158716] Cutting and pasting columns in Writer tables breaks formulas

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158716

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Xisco Faulí  ---
This looks like a duplicate of bug 157132.
Please update your Libreoffice version to the latest 7.6.4.1

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

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

[Bug 158686] FILEOPEN RTF Crash when changing to print preview

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158686

--- Comment #5 from Miklos Vajna  ---
The backtrace I see is:

#0  std::__uniq_ptr_impl >::_M_ptr() const
(this=0x0278) at /usr/include/c++/12/bits/unique_ptr.h:191
#1  0x71813a2a in std::unique_ptr >::get() const
(this=0x0278)
at /usr/include/c++/12/bits/unique_ptr.h:462
#2  0x7180c038 in std::unique_ptr >::operator->() const
(this=0x0278)
at /usr/include/c++/12/bits/unique_ptr.h:455
#3  0x71806cb4 in FmXFormShell::IsActiveControl_Lock(bool) const
(this=0x, _bCountRichTextOnly=false)
at /home/vmiklos/git/libreoffice/core/svx/source/form/fmshimp.cxx:3840
#4  0x717e0047 in FmFormShell::IsActiveControl() const (this=0x5166ee0)
at /home/vmiklos/git/libreoffice/core/svx/source/form/fmshell.cxx:1227
#5  0x7fffd276a5c4 in SwView::SelectShell() (this=0x4e282e0) at
/home/vmiklos/git/libreoffice/core/sw/source/uibase/uiview/view.cxx:296

I.e. SwView::SelectShell() dereferences its m_pFormShell pointer, but
sanitizers say that it's already deleted earlier in SfxDispatcher::FlushImpl().
Need to find a way so that the dying FmFormShell notifies SwView, so the view
cal clear its form shell pointer before it becomes invalid.

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

[Bug 158703] Crash if I use the space bar several times and then punctuation

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158703

--- Comment #2 from rose.thib...@albertdemun.fr ---
You must click at least 6 times on the space bar and then put a :

Then libreoffice crash

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

[Bug 109316] [META] Drop caps bugs and enhancements

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109316
Bug 109316 depends on bug 158673, which changed state.

Bug 158673 Summary: Drop Cap Style disappears
https://bugs.documentfoundation.org/show_bug.cgi?id=158673

   What|Removed |Added

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

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

[Bug 109308] FILESAVE: DOCX - Drop caps is lost when saving

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109308

BogdanB  changed:

   What|Removed |Added

 CC||chrisham...@gmail.com

--- Comment #12 from BogdanB  ---
*** Bug 158673 has been marked as a duplicate of this bug. ***

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

[Bug 158673] Drop Cap Style disappears

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158673

BogdanB  changed:

   What|Removed |Added

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

--- Comment #8 from BogdanB  ---


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

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

[Bug 158673] Drop Cap Style disappears

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158673

BogdanB  changed:

   What|Removed |Added

 Blocks||109316
   Hardware|x86 (IA32)  |All


Referenced Bugs:

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

[Bug 109316] [META] Drop caps bugs and enhancements

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109316

BogdanB  changed:

   What|Removed |Added

 Depends on||158673


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=158673
[Bug 158673] Drop Cap Style disappears
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 158717] bug report in libreoffice

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158717

BogdanB  changed:

   What|Removed |Added

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

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

[Bug 158717] New: bug report in libreoffice

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158717

Bug ID: 158717
   Summary: bug report in libreoffice
   Product: LibreOffice
   Version: 3.3.0 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: BASIC
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: halya...@gmail.com

Description:
bugs in libreoffice

Actual Results:
trt

Expected Results:
56565


Reproducible: Always


User Profile Reset: No

Additional Info:
7788

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

[Bug 97438] URLs are not escaped by Punycode and are susceptible to IDN attacks

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97438

--- Comment #6 from Matt K  ---
When I try to click the link for the incorrect "ask.com" in doc given in
comment 0, it opens the Microsoft Edge web browser and tries to connect to
http://xn--as-3pa.com/, which is the puny code translation.  So, it seems like
it's up to the browser to handle these types of links, not LO.  Can you confirm
this, or be more specific about how an attack scenario would look like?

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

[Bug 158699] Graphs

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158699

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Bug 158453] Form with nested query can not find column

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158453

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 158463] MAILMERGE: LibreOffice n'a pas pu se connecter au serveur de courriel sortant

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158463

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 158342] applications launched at user session startup : quick start appears several times

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158342

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 158096] Selection of lighter Preinstalled Themes under Personalization (Options) leaves menu ribbon icons white and unreadable

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158096

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.

[Bug 155355] When saving a new file, The save window pops up and highlights the default file name. I begin to type a new name and a search window opens and captures the text. Why? I can't say that

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155355

--- Comment #3 from QA Administrators  ---
Dear Dave Conley,

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 158699] Graphs

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158699

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

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

[Bug 109530] [META] File opening issues

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109530
Bug 109530 depends on bug 153563, which changed state.

Bug 153563 Summary: 7.5.0.3 sometimes opens a document in tens of seconds
https://bugs.documentfoundation.org/show_bug.cgi?id=153563

   What|Removed |Added

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

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

[Bug 155370] Sluggish!

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155370

QA Administrators  changed:

   What|Removed |Added

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

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

[Bug 158096] Selection of lighter Preinstalled Themes under Personalization (Options) leaves menu ribbon icons white and unreadable

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158096

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

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

[Bug 155355] When saving a new file, The save window pops up and highlights the default file name. I begin to type a new name and a search window opens and captures the text. Why? I can't say that

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155355

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 155370] Sluggish!

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155370

--- Comment #5 from QA Administrators  ---
Dear seinf...@jsli.org,

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 153563] 7.5.0.3 sometimes opens a document in tens of seconds

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153563

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 153563] 7.5.0.3 sometimes opens a document in tens of seconds

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153563

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

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 143416] Screen sharing doesn't work with teams when Libre Impress slides are in a slideshow mode

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143416

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 143416] Screen sharing doesn't work with teams when Libre Impress slides are in a slideshow mode

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143416

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

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 142779] PRINTING from Draw is missing objects

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142779

--- Comment #5 from QA Administrators  ---
Dear Jim Harvey,

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 142779] PRINTING from Draw is missing objects

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142779

QA Administrators  changed:

   What|Removed |Added

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

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

[Bug 155894] column sum problem left below

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155894

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

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 92806] FORMATTING: register-true setting not updated from template on "Update Styles"

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92806

--- Comment #6 from QA Administrators  ---
Dear Michael Fiedler,

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 155892] Bug

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155892

--- Comment #2 from QA Administrators  ---
Dear guibernao-charles,

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 88838] Fullscreen toggle - returns to incorrect window state

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88838

--- Comment #8 from QA Administrators  ---
Dear Paul Reilly,

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 88799] suspicious inconsistencies in URL table in dbaccess/source/core/misc/dsntypes.cxx

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88799

--- Comment #5 from QA Administrators  ---
Dear Lionel Elie Mamane,

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 76974] Language autodetection bug for empty lines

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76974

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

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 44650] FILEOPEN doc: wrong FORMATTING of custom table columns (comment 10)

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=44650

--- Comment #14 from QA Administrators  ---
Dear tester8,

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 38484] Incorrect loading of ODF file

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=38484

--- Comment #16 from QA Administrators  ---
Dear Andreas J Guelzow,

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 157498] Window movement and resizes messed up with macOS Sonoma

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

--- Comment #4 from Telesto  ---
The issue appears to be fixed in 7.6.4 and newer (bug 155092). There might be a
performance hit with 7.6.4 on Intel Mac in certain configurations though. Which
will be fixed with the to be released 7.6.5 version.

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

[Bug 157498] Window movement and resizes messed up with macOS Sonoma

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

Telesto  changed:

   What|Removed |Added

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

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

[Bug 45307] LibreOffice hangs on HTML Table paste (multiple image from URL, see comment 33)

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45307

--- Comment #35 from Matt K  ---
It looks like there is a timeout of 5000 millisec in utl::UCBOpenContentSync
for each image.  Maybe we could change the code to stop trying to download if a
timeout has already occurred?

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

[Bug 158583] FILEOPEN RTF: break splits paragraph across two pages

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158583

--- Comment #2 from Justin L  ---
Interestingly, this is fixed by the framePr-related
https://gerrit.libreoffice.org/c/core/+/160655, even though it isn't broken by
the framePr change to sal_utext.

Reconfirmed by the bisected commit is to blame by clean compiling. It is the
change to lcl_endSectionGroup that triggers the problem, since it is exposed to
a lot more "code" than just finishParagraph. bRemove is excessively
triggered..., and forcing it to false also fixes the problem.

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

[Bug 158702] word wrap not working anymore

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158702

--- Comment #15 from ady  ---
Perhaps an interesting detail in your screenshots might be that MS-related
fonts look fine whereas Linux-related fonts seem to be failing to wrap.

I wonder... Do you have all those fonts actually installed/available in your
system?

I also wonder whether this problem could be somehow related to your specific
locale settings (it). Perhaps we need someone to test with the same
Language/UI/locale settings.

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

[Bug 158702] word wrap not working anymore

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158702

--- Comment #14 from Falco  ---
Created attachment 191439
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191439=edit
screenshot of sample in Safe mode and LO info popup

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

[Bug 158702] word wrap not working anymore

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158702

--- Comment #13 from Falco  ---
Created attachment 191438
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191438=edit
screenshot of sample in Safe mode

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

[Bug 158096] Selection of lighter Preinstalled Themes under Personalization (Options) leaves menu ribbon icons white and unreadable

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158096

--- Comment #11 from TH  ---
(In reply to TH from comment #10)
> (In reply to Stéphane Guillou (stragu) from comment #9)
> > (In reply to TH from comment #7)
> > > FALSE.  Switching to light mode in the latest version of LibreOffice, as I
> > > earlier pointed out very carefully, leaves the ribbon icons UNREADABLE and
> > > thus UNUSABLE.  Additionally, the dark mode support since LO 7.5 clearly
> > > thus BREAKS the light mode themes.  You seem to have FAILED even to test
> > > these things, before commenting, or my points would be self-evident to 
> > > you,
> > > as being CORRECT.  You also seem to have FAILED to actually pay attention 
> > > to
> > > what I stated, in full, when identifying this new bug / break in the 
> > > lighter
> > > themes, etc.  Your comments are simply WRONG, from start to finish, in
> > > regard to what I am saying.
> > Please remain cordial when interacting here. I _have_ tested it, and I _do_
> > actually see what you describe. I simply explain what the causes are: one
> > recent improvement (automatic icon switch depending on OS setting) and
> > long-standing issues that are already known (application themes requiring
> > the user to pick a suitable icon theme, and application themes not applying
> > uniformly to the tabbed interface - bug 121877).
> > 
> > As a workaround to the current issues with Personalization Themes, I'd
> > recommend not using one but instead making use of the improved dark mode
> > support, by going to Options > LibreOffice > View, and picking the LO
> > Appearance that suits you (Light or Dark), and change to an icon theme you
> > prefer.
> > 
> > (In reply to TH from comment #8)
> > > ADDITIONALLY, there is NO clear way to change the "icon theme" when
> > > switching to a lighter theme in LO 7.5, to make the ribbon icons legible. 
> > > In fact, I see NO way at all to do that.
> > Options > LibreOffice > View > Icon Theme.
> > 
> > Finally, if you really want to make sure others understand exactly what you
> > mean, please share exactly:
> > - what Windows settings you are using
> > - which Personalization Theme you picked
> > - which settings are used in Options > LibreOffice > View
> > - a screenshot of the issue
> 
Okay, I had replied to the above in haste.  Your suggestion to use Options ->
LibreOffice -> View, etc., works.  ALSO, it appears that there as been some
improvement since I commented in November on the Personalization theme options
as well, where the ribbon icons are concerned.  THANK YOU!

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

[Bug 158716] New: Cutting and pasting columns in Writer tables breaks formulas

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158716

Bug ID: 158716
   Summary: Cutting and pasting columns in Writer tables breaks
formulas
   Product: LibreOffice
   Version: 7.6.2.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: will.fried...@gmail.com

Description:
Inserting and deleting columns in a Writer table preserves formulas by
switching existing column references in formulas to the new column. Cutting and
pasting, however, breaks existing formulas.

Steps to Reproduce:
1. Create a 3x2 table.
2. Put numbers in cells A1, B1, and C1.
3. In cells A2, B2, and C2, put formulas =, =, and =.
4. Click on cell A1. Right-click | insert column after.
5. Notice that the formulas now in C2 and D2 have been updated.
6. Select the new column and delete it.
7. Notice that the formulas now in B2 and C2 have been updated.
8. Select column 3. Cut it (ctrl-x).
9. Go into cell B1. Paste. Notice that the formula in B2 has now been switched
correctly to C2, but that the new B2 says ** Expression is faulty ** and that
the formula is now =.
10. Empty column 2. Select the text of column 1 or 3 and copy it (ctrl-c).
Paste it into column 2.
11. Notice that the formula in B2 is either = or =, rather than the
being updated to =.

Actual Results:
Cutting and pasting breaks the formula (=); copying and pasting fails to
update the formula.

Expected Results:
The formula should be updated to correspond to the new columns.


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 7.6.2.1 (X86_64) / LibreOffice Community
Build ID: 56f7684011345957bbf33a7ee678afaf4d2ba333
CPU threads: 4; OS: Windows 6.1 Service Pack 1 Build 7601; UI render:
Skia/Raster; 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 158096] Selection of lighter Preinstalled Themes under Personalization (Options) leaves menu ribbon icons white and unreadable

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158096

--- Comment #10 from TH  ---
(In reply to Stéphane Guillou (stragu) from comment #9)
> (In reply to TH from comment #7)
> > FALSE.  Switching to light mode in the latest version of LibreOffice, as I
> > earlier pointed out very carefully, leaves the ribbon icons UNREADABLE and
> > thus UNUSABLE.  Additionally, the dark mode support since LO 7.5 clearly
> > thus BREAKS the light mode themes.  You seem to have FAILED even to test
> > these things, before commenting, or my points would be self-evident to you,
> > as being CORRECT.  You also seem to have FAILED to actually pay attention to
> > what I stated, in full, when identifying this new bug / break in the lighter
> > themes, etc.  Your comments are simply WRONG, from start to finish, in
> > regard to what I am saying.
> Please remain cordial when interacting here. I _have_ tested it, and I _do_
> actually see what you describe. I simply explain what the causes are: one
> recent improvement (automatic icon switch depending on OS setting) and
> long-standing issues that are already known (application themes requiring
> the user to pick a suitable icon theme, and application themes not applying
> uniformly to the tabbed interface - bug 121877).
> 
> As a workaround to the current issues with Personalization Themes, I'd
> recommend not using one but instead making use of the improved dark mode
> support, by going to Options > LibreOffice > View, and picking the LO
> Appearance that suits you (Light or Dark), and change to an icon theme you
> prefer.
> 
> (In reply to TH from comment #8)
> > ADDITIONALLY, there is NO clear way to change the "icon theme" when
> > switching to a lighter theme in LO 7.5, to make the ribbon icons legible. 
> > In fact, I see NO way at all to do that.
> Options > LibreOffice > View > Icon Theme.
> 
> Finally, if you really want to make sure others understand exactly what you
> mean, please share exactly:
> - what Windows settings you are using
> - which Personalization Theme you picked
> - which settings are used in Options > LibreOffice > View
> - a screenshot of the issue

You seem to NOT understand: there are NO suitable icon themes, as the icons are
NOT sufficiently visible in the latest versions of LibreOffice, when any
lighter scheme is chosen inside the application and DARK MODE is being used in
Windows itself (e.g., in Windows 10).  You suggest choosing "an icon theme you
prefer," but the problem is this: there are NONE, as they are ALL broken, as
soon as once choose ANY light theme in LibreOffice while having Windows OS
itself set to use Dark Mode.  I do NOT want to have to use Light Mode in
Windows simply to be able to actually use a current version of LibreOffice
Writer with a light theme.

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

[Bug 157498] Window movement and resizes messed up with macOS Sonoma

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

Alex Bedard  changed:

   What|Removed |Added

Version|7.6.2.1 release |7.5.5.2 release
 CC||abed...@lockingmailbox.com
   Hardware|ARM |All

--- Comment #3 from Alex Bedard  ---
We have the same issue here on fully updated Macs running macOS Ventura
(13.6.3), both on Intel & Arm processors, with LibreOffice 7.5.9. Issue has
been happening at least since v7.5.5.

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

[Bug 77590] Make LO's Start Center thumbnail views available for use from within components

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77590

--- Comment #52 from Ian Eales  ---
There is an incongruity in the Start Center / LO Application closure

If I have multiple LO apps open I can close them with Alt-F4 or the upper right
corner X.

Until the last one, then I have to use Ctrl-W or the little x to get the Start
Center.

IMO, if I load LO at system start, closing the last app should ALWAYS return to
the Start Center regardless of the close keystroke.

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

[Bug 106179] [META] Writer comment bugs and enhancements

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106179
Bug 106179 depends on bug 157729, which changed state.

Bug 157729 Summary: Group comment threads in navigator
https://bugs.documentfoundation.org/show_bug.cgi?id=157729

   What|Removed |Added

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

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

[Bug 103030] [META] Navigator sidebar deck and floating window (also "Target in Document")

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103030
Bug 103030 depends on bug 157729, which changed state.

Bug 157729 Summary: Group comment threads in navigator
https://bugs.documentfoundation.org/show_bug.cgi?id=157729

   What|Removed |Added

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

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

[Bug 108438] [META] Animated image bugs and enhancements

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108438
Bug 108438 depends on bug 151456, which changed state.

Bug 151456 Summary: AnimatedImages in Basic Dialog : StepTime is ignored
https://bugs.documentfoundation.org/show_bug.cgi?id=151456

   What|Removed |Added

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

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

[Bug 158714] EDITING - Crash when entering diacritics in Calc.

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158714

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

--- Comment #2 from Stéphane Guillou (stragu) 
 ---
Not reproduce on:

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

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

[Bug 158711] Text color change for Currency figures does not seems to work

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158711

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
Please attach a sample file, and paste the information in Menu/Help/About
LibreOffice, there is an icon to copy.

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

[Bug 158705] scroll bar - thumb wheel display super slow, jerky

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158705

m.a.riosv  changed:

   What|Removed |Added

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

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


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

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

[Bug 158650] Scrolling is lagging/freezing everywhere

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158650

m.a.riosv  changed:

   What|Removed |Added

 CC||scott_granl...@gmx.com

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

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

[Bug 158703] Crash if I use the space bar several times and then punctuation

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158703

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m.a.riosv  ---
I can't reproduce the issue:
Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: en-US Calc: CL threaded

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

[Bug 158680] Leading space if using variables

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158680

--- Comment #4 from m.a.riosv  ---
Created attachment 191437
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191437=edit
Screenshot with no issue

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

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

[Bug 158702] word wrap not working anymore

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158702

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

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

[Bug 158702] word wrap not working anymore

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158702

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #11 from m.a.riosv  ---
Created attachment 191436
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191436=edit
Screenshot

I can't see the issue with:
Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: en-US Calc: CL threaded
and
Version: 24.2.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 0ddd9f7e055a0c1ecb120de3e40c3fdb8373e9dc
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

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

[Bug 158715] Periodically call home to check for need for update due to security vulnerability

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158715

Eyal Rozenberg  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||noelgran...@gmail.com,
   ||sberg@gmail.com,
   ||vmik...@collabora.com
   Keywords||needsUXEval

--- Comment #1 from Eyal Rozenberg  ---
Adding some ESC members. On the marketing channel, there seems to be a desire
for the ESC to consider this possibility or other avenues for mitigating the
security risks for users.

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

[Bug 158657] Revamp the online update dialog

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158657

Eyal Rozenberg  changed:

   What|Removed |Added

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

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

[Bug 158715] Periodically call home to check for need for update due to security vulnerability

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158715

Eyal Rozenberg  changed:

   What|Removed |Added

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


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=54242
[Bug 54242] [META] Incremental update + automatic update support
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 54242] [META] Incremental update + automatic update support

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=54242

Eyal Rozenberg  changed:

   What|Removed |Added

 Depends on||158715


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=158715
[Bug 158715] Periodically call home to check for need for update due to
security vulnerability
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 158715] New: Periodically call home to check for need for update due to security vulnerability

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158715

Bug ID: 158715
   Summary: Periodically call home to check for need for update
due to security vulnerability
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: eyalr...@gmx.com

Occasionally, a security vulnerability is discovered in LibreOffice - like
today:

https://debugpointnews.com/libreoffice-vulnerabilities-dec-2023/?amp=1

when this happens, users need to be informed that the vulnerability exists; and
even more importantly - when a new version is released which addresses, users
need to be encouraged to upgrade.

For that to happen, LO needs to "call home" with appropriate frequency and
check for these conditions. It already calls home today to check for new
versions, so the mechanism is mostly in place, but it needs to be adjusted to
cater to these situations as well.

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

[Bug 68364] Fields: Conditional text error

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=68364

Andreas Heinisch  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |andreas.heini...@yahoo.de
   |desktop.org |

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

[Bug 158714] EDITING - Crash when entering diacritics in Calc.

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158714

--- Comment #1 from ady  ---
(In reply to tunairaiol from comment #0)
> 2. Type a letter with a diacritic, like á

How exactly are you introducing the characters?

Are you using some keyboard combination? With dead keys? Alt+NumPad? AltGr? Are
the diacritics included in your keyboard layout?

Which keyboard layout do you actually have? Is the _same_ layout configured for
your OS?

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

[Bug 158714] New: EDITING - Crash when entering diacritics in Calc.

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158714

Bug ID: 158714
   Summary: EDITING - Crash when entering diacritics in Calc.
   Product: LibreOffice
   Version: 7.6.2.1 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tunaira...@yahoo.co.uk

Description:
If I enter text into a Calc cell, if the text starts with a letter with a
diacritic (accent), LibreOffice Calc immediately freezes. I then have to close
it forcefully through the command line or task manager.

If I add a non-accented letter before, and then type the accented letter, no
problem occurs and I can then remove the non-accented letter from the start.

Steps to Reproduce:
1. Select a cell to start typing.
2. Type a letter with a diacritic, like á
3. Freeze.

Actual Results:
LibreOffice freezes and never recovers.

Expected Results:
The accented character should be entered without problems.


Reproducible: Always


User Profile Reset: Yes

Additional Info:
Version: 7.6.2.1 (X86_64) / LibreOffice Community
Build ID: 60(Build:1)
CPU threads: 12; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: pt-BR (pt_BR.UTF-8); UI: en-US
Ubuntu package version: 4:7.6.2~rc1-0ubuntu0.22.04.1~lo1
Calc: threaded

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

[Bug 158713] Disappearing footnotes in tables when displayed at end of document

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158713

--- Comment #1 from William Friedman  ---
Created attachment 191435
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191435=edit
Document showing the problem

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

[Bug 158713] New: Disappearing footnotes in tables when displayed at end of document

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158713

Bug ID: 158713
   Summary: Disappearing footnotes in tables when displayed at end
of document
   Product: LibreOffice
   Version: 7.6.2.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: will.fried...@gmail.com

Description:
Similar to the problem described here
(https://bugs.documentfoundation.org/show_bug.cgi?id=129747), I just
experienced the opposite problem: when displaying footnotes at the end of the
document, the first six footnotes are nowhere to be found. Hovering over them
shows them, but clicking on them does nothing. More than that: when I went to
cleanse the document by doing a search-and-replace on letters and digits, those
six footnotes were not cleansed. Displaying footnotes at the bottom of the page
showed them, which allowed me to cleanse them. Setting footnotes back to end of
document disappeared the first six footnotes again.

Steps to Reproduce:
1. Open the attached document.
2. See that the first six footnotes are not displayed and are inaccessible.
3. Try doing a search-and-replace on the letter "a." All the displayed letters
will be changed, but if you hover over the link to the first six footnotes,
you'll see that they are not changed.
4. Set footnotes to display at bottom of page. See that the first six footnotes
are now displayed.

Actual Results:
First six footnotes not displayed or accessible or editable.

Expected Results:
All footnotes should be displayed.


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 7.6.2.1 (X86_64) / LibreOffice Community
Build ID: 56f7684011345957bbf33a7ee678afaf4d2ba333
CPU threads: 4; OS: Windows 6.1 Service Pack 1 Build 7601; UI render:
Skia/Raster; 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 158712] New: Bookmarks menu extention

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158712

Bug ID: 158712
   Summary: Bookmarks menu extention
   Product: LibreOffice
   Version: 7.6.4.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: v...@vlbnu.nl

Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: nl-NL
Calc: CL threaded

https://extensions.openoffice.org/fr/project/bookmarksmenu

I have installed the extension v1.0.15 and it is well integrated into the menu.
When I want to add a new folder or file by edit Bookmark, that also works.
As soon as I close the Bookmarks menu, LO also crashes and nothing is saved in
the bookmarks menu.

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

[Bug 50795] FORMATTING: Drawing issue with image-based list bullets

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50795

--- Comment #16 from Buovjaga  ---
(In reply to Alexey from comment #14)
> This bug is still present in newest version of LibreOffice. Not I now only
> see first and last visible lines without background fill. Other lines seems
> normal. See screenshot.

Checking with Linux 7.5 bibisect repo, this change happened with
96880f5af713a55d87556af30a08b5f09f00ba48
tdf#152094 don't attempt scroll paint optimization for devices with a mapmode

This commit can act as a good code pointer.

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

[Bug 50795] FORMATTING: Drawing issue with image-based list bullets

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50795

--- Comment #15 from Alexey  ---
> Not I now only see ...
Mistype. "But" instead of "not".

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

[Bug 158710] All icons and descriptions of animations behaviour in the animation list have disappeared

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158710

--- Comment #1 from Andy  ---
Created attachment 191434
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191434=edit
The User interface of the animation sidebar effect list in 6.1.4 and in 7.6.4.1

It is the same file opened with both versions

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

[Bug 50795] FORMATTING: Drawing issue with image-based list bullets

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50795

--- Comment #14 from Alexey  ---
This bug is still present in newest version of LibreOffice. Not I now only see
first and last visible lines without background fill. Other lines seems normal.
See screenshot.

Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
CPU threads: 4; OS: Windows 6.1 Service Pack 1 Build 7601; UI render: default;
VCL: win
Locale: ru-RU (ru_RU); UI: en-US
Calc: threaded

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

[Bug 158711] New: Text color change for Currency figures does not seems to work

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158711

Bug ID: 158711
   Summary: Text color change for Currency figures does not seems
to work
   Product: LibreOffice
   Version: 7.6.4.1 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: marcu...@gmail.com

Description:
I have a file with a list of figures in currency format. When I selected the
entire column and change the color to red, the numbers remained black. They did
appear red whilst typing in a new figure but turned to default/ black one I
moved away from the cell I had just edited.




Steps to Reproduce:
1. enter a column of figures in currency format (have not tried other formats)
2. select column
3. change color to red



Actual Results:
Nothing happens. numbers and symbol of currency (Eur in this case) remain
black.

Expected Results:
Numbers should turn red as selected.


Reproducible: Didn't try


User Profile Reset: No

Additional Info:
n/a

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

[Bug 50795] FORMATTING: Drawing issue with image-based list bullets

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50795

--- Comment #13 from Alexey  ---
Created attachment 191433
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191433=edit
Screenshot of LibreOffice 7.6.4.1 (Win64) with this bug

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

[Bug 158702] word wrap not working anymore

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158702

--- Comment #10 from Falco  ---
Created attachment 191432
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191432=edit
various fonts sample

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

[Bug 158710] New: All icons and descriptions of animations behaviour in the animation list have disappeared

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158710

Bug ID: 158710
   Summary: All icons and descriptions of animations behaviour in
the animation list have disappeared
   Product: LibreOffice
   Version: 7.6.4.1 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: silva...@katamail.com

Description:
In impress the sidebar where you set animation effects has a list of these in
the upper part. 
Normally each animation effect had an icon to the left of the object name that
showed its start setting and a text right below the objwct name that identified
the animation type. 
In 7.6.4.1 both have disappeared, and only the object name is visible in the
list, making the monitoring and editing of the animations you have set slow and
difficult.
See the attach for a comparison of the interface in 6.1.4 and 7.6.4

Steps to Reproduce:
1.Create an Impress doc
2.Put some objects in a slide, then open the sidebar on the animation tab and
set any animation effect to some objects
3.the list of effect in the upper section of the tab shows only the objects
name, all other info shown in previous LO versions are no more

Actual Results:
Only objects names are shown in the animation management sidebar

Expected Results:
The icons indicating the activation method and the effect type should be
displayed as well


Reproducible: Always


User Profile Reset: No

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

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

[Bug 158699] Graphs

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158699

marcu...@gmail.com  changed:

   What|Removed |Added

Summary|1) Graphs;  2) font colour  |Graphs
   |change  |

--- Comment #2 from marcu...@gmail.com  ---
Graphs generated with excel disappeared. I noticed when I opened the document
in excel after I had edited it in LibreOffice. I cannot say whether LO showed
the grraphs. The error message that alerted me was when I opened back in excel.

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

[Bug 158702] word wrap not working anymore

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158702

--- Comment #9 from Falco  ---
(In reply to ady from comment #7)
> (In reply to Falco from comment #5)
> > Created attachment 191431 [details]
> > screenshot of sample
> 
> Well, there you go; I don't see the same thing when I open attachment 191424
> [details] and that's the reason I asked for the steps and the screenshot.
> 
> I tested with LO 7.6.3.2 and with LO Dev 24.8 alpha. No repro.
> 
> I have not tested with LO 7.6.4.
> 
> After opening attachment 191424 [details] as-is, should we perform some
> step(s) in order to see the problem?

I suppose 7.6.4.1 is required to reproduce the problem.
Just a cell with font family "Linux*" or "Liberation*" and word wrap enabled
appears overlapped when text is larger then column width. 
No particular operation is needed, nor others formatting option seems involved.

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

[Bug 158700] The input line is disabled when two Calcs are running

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158700

--- Comment #3 from Aleksandr  ---
The problem is not with entering text, but with getting focus of the input
line. See how it works with VCL QT5 turned on. Or in GTK3 on LibreOffice
version 7.0.6.2

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

[Bug 158702] word wrap not working anymore

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158702

--- Comment #8 from Falco  ---
Testing various fonts, I found the same problem with:
- Linux Biolinum G
- Linux Libertine Display G
- Linux Libertine G

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

[Bug 158702] word wrap not working anymore

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158702

--- Comment #7 from ady  ---
(In reply to Falco from comment #5)
> Created attachment 191431 [details]
> screenshot of sample

Well, there you go; I don't see the same thing when I open attachment 191424
and that's the reason I asked for the steps and the screenshot.

I tested with LO 7.6.3.2 and with LO Dev 24.8 alpha. No repro.

I have not tested with LO 7.6.4.

After opening attachment 191424 as-is, should we perform some step(s) in order
to see the problem?

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

[Bug 158702] word wrap not working anymore

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158702

--- Comment #6 from Falco  ---
Existing file was working with 7.6.2.1 version and before.
I used that file every day for about a year without problems.
After upgrading to 7.6.4.1 today, the cells with word wrap formatting suddenly
appear without line feed, causing text overlapping.
To supply the sample file, I :
- created a new ods file with Calc
- added a row with Font name for each cell (Liberation Serif, Arial, Liberation
Mono, Liberation Sans, Liberation Mono)
- formatted the first row with Bold, horizontal align center, font family
"Lucida Console", font size 10pt, vertical align middle, word wrap
- added a second row containing 4 cells with the same text 
"abbiamo provato a fare il word wrap"
- formatted each cell with horizontal align center, vertical align midddle,
word wrap, font size 10pt
- applied font family according to the corrisponding column (Liberation Serif,
Arial, Liberation Mono, Liberation Sans, Liberation Mono)
- sized columns to cause word wrap
- autosized the second row with double click over row numbers separating line
Result:
every cell in second row with a font family "Liberation" display a wrong text
(overlapped), while cell B2, formatted as Arial, shows a correct wrapped text

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

[Bug 81636] Not possible to view two formulas at the same time in different Calc instances

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81636

--- Comment #28 from ady  ---
If you want to enter into (cell's) edit mode in the second file, you need to
exit edit mode from the first file before that (e.g press [ESC], or [ENTER],
depending on the result you want in the first file).

I doubt there is some realistic solution, as Calc is not capable of
preemptively knowing whether:
* you want to relate the first file to the second one, or instead,
* you want to abort the first edit mode and enter into edit mode in the second
file.

See duplicate bug 158700 comment 2 for short example.

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

[Bug 129441] Image is overlaid on footnote with optimal page wrap of image object

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129441

--- Comment #18 from Duns  ---
same problem in KDE Neon

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

[Bug 158709] New: Formula involving Writer table cell with character does not recalculate immediately

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158709

Bug ID: 158709
   Summary: Formula involving Writer table cell with character
does not recalculate immediately
   Product: LibreOffice
   Version: 7.6.2.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: will.fried...@gmail.com

Description:
If a formula involves a Writer table cell, and the content is replaced by a
non-number, the formula does not recalculate until one clicks out of the table
and back into it.

Steps to Reproduce:
1. Create a 3x1 table.
2. In A1, enter 1; in B1, enter 2; in C1, enter =SUM().
3. Go to A1. Change it to 2. Exit the cell. Notice that the formula in C1
updates immediately.
4. Go to A1. Delete the number. Go to cell B1. Note that the formula is not
updated. Go to cell C1. Note that the formula is not updated. Keep clicking
randomly on different cells. Note that the formula is never updated.
5. Click out of the table. Note that the formula is not updated.
6. Click back into the table. Note that formula is finally updated.
7. Repeat these steps but in step 4, rather than deleting the number, replace
it with any non-numeric character. Note that the same update problem happens.

Actual Results:
Formula isn't updated until clicking out of the table and back into it.

Expected Results:
Formula should be updated as soon as one leaves the changed cell.


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 7.6.2.1 (X86_64) / LibreOffice Community
Build ID: 56f7684011345957bbf33a7ee678afaf4d2ba333
CPU threads: 4; OS: Windows 6.1 Service Pack 1 Build 7601; UI render:
Skia/Raster; 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 158700] The input line is disabled when two Calcs are running

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158700

--- Comment #2 from ady  ---
(In reply to Aleksandr from comment #0)
> 3.Click on the formula input line in the first Calc.
> 4.Click on the formula input line in the second Calc.

I might be wrong but I think that once you click on the formula input line in
the first file, then you are effectively in edit mode.

For instance:

A.0. Save both files (so they are clearly identified/named).
A.1. On an empty cell of the first file, click on the formula input line.
A.2. Type-in the equal sign "=".
A.3. Click on some cell (preferably with content and some format) on the second
file.
A.4. Press [ENTER].
A.5. Go back to the first file and review the content of the same cell of step
A.1.

You should have a formula in the input line referring to the second file, and
the cell itself should show the same content of the cell of the second file you
clicked on. This is more clear when both files are already saved before
starting the whole procedure (hence, step A.0.).

Therefore, since you are (still) on (cell's) "edit" mode after your step 3 (or
after my step A.1.), you cannot also enter into edit mode in the second file
simultaneously (i.e. your step 4); otherwise the kind of alternative steps I
just described would not be possible.

If you want to enter into (cell's) edit mode in the second file, you need to
exit edit mode from the first file before that (e.g press [ESC], or [ENTER],
depending on the result you want in the first file).

I doubt there is some realistic solution, as Calc is not capable of
preemptively knowing whether:
* you want to related the first file to the second one, or instead,
* you want to abort the first edit mode and enter into edit mode in the second
file.

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

[Bug 158708] Empty cell in Writer table with footnote breaks formulas involving that cell

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158708

--- Comment #1 from William Friedman  ---
Found the old bug about recalculation of cells with footnotes:
https://bugs.documentfoundation.org/show_bug.cgi?id=146573

Just realizing that there's a different recalculation issue going on here that
has nothing to do with footnotes; opening a new bug about that. The issue here
is with footnotes in an empty cell breaking formulas.

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

[Bug 158708] New: Empty cell in Writer table with footnote breaks formulas involving that cell

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158708

Bug ID: 158708
   Summary: Empty cell in Writer table with footnote breaks
formulas involving that cell
   Product: LibreOffice
   Version: 7.6.2.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: will.fried...@gmail.com

Description:
Despite the much-improved handling of formulas involving Writer table cells
with footnotes (I can't find the old bug reports, one of which I filed), there
remains a problem: if a cell is empty except for a footnote, it breaks formulas
involving that cell, rather than treating it as an empty cell as it should.

Steps to Reproduce:
1. Create a 3x1 table.
2. Leave cell A1 empty, enter a number in cell B1, and in cell C1 enter the
formula =SUM().
3. Note that C1 now says, correctly, whatever number is in B1, as if A1
contains a 0.
4. Return to cell A1. Enter a character (not a number) like dash. Note that C1
still calculates correctly, treating the character in A1 as a 0.
5. Return to cell A1. Insert a footnote after whatever character you inserted.
Note that C1 still calculates correctly, treating the character in A1 as a 0.
6. Return to cell A1. Delete the character, leaving only the footnote.
7. Note that C1 now says "** Expression is faulty **".
8. Return to cell A1. Insert a character. Note that C1 now correctly reports
the sum.

(Note that in all of these steps the recalculation of the formula in C1
requires clicking out of the table and back into it. I'm not sure why it
doesn't recalculate immediately, which it does if you change the number in B1
and exit the cell. Perhaps this delayed recalculation is related to the bug, or
perhaps it is a different bug. I recall there being recalculation problems with
footnotes in cells after the original fix.)

Actual Results:
** Expression is faulty **

Expected Results:
Continue to treat A1 as an empty cell as if it had 0 in it.


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 7.6.2.1 (X86_64) / LibreOffice Community
Build ID: 56f7684011345957bbf33a7ee678afaf4d2ba333
CPU threads: 4; OS: Windows 6.1 Service Pack 1 Build 7601; UI render:
Skia/Raster; 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 158702] word wrap not working anymore

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158702

--- Comment #5 from Falco  ---
Created attachment 191431
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191431=edit
screenshot of sample

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

[Bug 105844] FILESAVE: Very slow saving with password compared to 5.2.5

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105844

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

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

tdf#105844 package: increase PBKDF2 iterations for wholesome ODF encryption

It will be available in 24.8.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.

[Bug 105844] FILESAVE: Very slow saving with password compared to 5.2.5

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105844

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

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

tdf#105844 sfx2: add another consistency check

It will be available in 24.8.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.

[Bug 151452] : Tools/AutoCorrect/AutoCorrect Options window gets wider and wider

2023-12-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151452

Grobe  changed:

   What|Removed |Added

 CC||regeirs.fo...@gmail.com

--- Comment #8 from Grobe  ---
Same happens for me. Have a newly installed Fedora 39 Cinnamon spin, none of
the Libre Office apps have being opened before.

Seems like any user input cause the width (right side) to expand. Also, it is
not possible to manually reduce the width of the dialog box. Some behavior 
particularities of this bug:
* Affect both Calc and Writer
* Growth also triggered by mouseover events (all clockable objects within the
dialog box)
* The growth rate is not constant - i.e. Clicking for activate a tab cause
window to grow a greater distance than other inputs.
* When the window "hit" the screen limit, the window moves left while growing
(doesn't try to go beyond screen limit while window width itself is not grater
than the screen width.

**I think I know how to cancel this behavior**
While writing this, I tried to manually grow the window width and shrink it
back again. After this, I'm not able to reproduce the weird growing behavior.

**Behavior is back again next session**
Turns out closing the LibO application and re-open also "re-activate" the
unwanted window-grow-behavior. Now, after this the behavior have changed:
* Attempt to resize the width or height manually, cause the height of the
window to grow to maximum, i.e. same height as screen.
* If I continue to hold the mouse button down and drag, the window "blows up" -
it get non-visible but still have focus and block any user input. However it
seems to close when Esc button are pressed.


Version: 7.6.4.1 (X86_64)
Build ID: 60(Build:1)
CPU threads: 8; OS: Linux 6.6; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded

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

  1   2   3   >