[Libreoffice-bugs] [Bug 150547] Unusable documentation for scripting

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150547

--- Comment #3 from Mike Kaganski  ---
Anything can be documented.
But any complaint like "your documentation is unusable" is just useless.

There is a good source of information at
https://wiki.documentfoundation.org/Macros.
There is a new "Development Tools" feature [1] (indeed, too new for 6.4.7.2 as
set in the report's metadata), that allows one to discover all the available
methods of any object, including those of current document (that is represented
by 'thisComponent' in Basic).

There's also a Watch feature that has always been in Basic IDE, that allows you
to inspect 'thisComponent', including complete type information under its
'Types' node, which is indeed not easy to scan, but contain every interface it
implements, and every method it exposes; and also under its
'SupportedServiceNames', where one can see a few services, which can then be
looked up in the API documentation, to have somewhat narrower understanding of
what this object is.

And the documentation for OpenOffice mostly is applicable (and being gradually
adopted, like Developer Guide, that lately found new home in our wiki [2]).

And finally, there are always ways to ask questions, as Rafael mentioned, and
then take an effort to suggest own improvements to the topics that were
difficult to oneself, as the contribution to the project.

By the way, thisComponent (of Calc) *definitely* has Sheets property. So the
problem here is something done wrong by OP in the macro, that needs discussion
e.g. at Ask LibreOffice, together with the macro code itself, to figure that.
Any software, no matter who and how creates its documentation, has lots of
discussion everywhere over the net, e.g. on StackOverflow, because it's
impossible to cover any problem of any (new or experienced) developer involving
this software.

[1] https://wiki.documentfoundation.org/ReleaseNotes/7.2#Core_.2F_General
[2]
https://wiki.documentfoundation.org/Documentation/DevGuide/LibreOffice_Developers_Guide

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

[Libreoffice-bugs] [Bug 150567] LibreOffice is showing unreadable file names it the name uses Arabic or Persian characters.

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150567

--- Comment #3 from Mike Kaganski  ---
Looks like UTF-8 displayed as ISO 8859-1.

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

[Libreoffice-bugs] [Bug 150558] Writer does not display part of multibyte vertical text

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150558

Mike Kaganski  changed:

   What|Removed |Added

URL||https://ask.libreoffice.org
   ||/t/asian-text-disappears-in
   ||-vertical-layout/80969

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

[Libreoffice-bugs] [Bug 150532] CALC window appearing "off-screen" seems to be SKIA related

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150532

--- Comment #1 from Colin  ---
Another insight:
Opening additional CALCs pushes their coordinates offscreen UNTIL the
originally opened CALC is closed - at which point new CALC accesses will revert
to their prior coordinates.

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

[Libreoffice-bugs] [Bug 150574] Writer adds paragraph breaks approximately every 9999 characters to a UTF16 xml file

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150574

Mike Kaganski  changed:

   What|Removed |Added

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

--- Comment #2 from Mike Kaganski  ---
It is being worked on in https://gerrit.libreoffice.org/c/core/+/121548.

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

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

[Libreoffice-bugs] [Bug 150574] Writer adds paragraph breaks approximately every 9999 characters to a UTF16 xml file

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150574

MikeG  changed:

   What|Removed |Added

 CC||m...@mtgreen.net

--- Comment #1 from MikeG  ---
Created attachment 181992
  --> https://bugs.documentfoundation.org/attachment.cgi?id=181992=edit
Sample Honeywell Control Module xml file.

UTF-16LE format.

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

[Libreoffice-bugs] [Bug 150574] New: Writer adds paragraph breaks approximately every 9999 characters to a UTF16 xml file

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150574

Bug ID: 150574
   Summary: Writer adds paragraph breaks approximately every 
characters to a UTF16 xml file
   Product: LibreOffice
   Version: 7.3.5.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: m...@mtgreen.net

Description:
I am working on a C++ program to recreate application content of a Honeywell
Control Module xml file.  I want to use writer and calc to help me see what I
am missing in part of my algorithm, and one of the methods I am using is to
parse the xml file by replacing all of the < delimiters with /n> so that I can
then paste this into calc and take a closer look at the section where my algo
is failing.

Unfortunately, writer corrupts the file by placing what I assume are cr/lf
chars into the file at the end of five sections: , 9954, ,  and
9987 character counts.

Steps to Reproduce:
Open or paste the contents of the xml sample file I'll attach to this report.

Actual Results:
I will attach a sample of the xml file to this bug report.  There is only one
cr/lf pair in the original file.  When opened or pasted into Writer there will
be 5 cr/lf breaks not present in the original file.

Expected Results:
Plain text file integrity seemingly ought to be preserved, if it's not then
this seemingly presents potential errors that will likely manifest in other
bugs.


Reproducible: Always


User Profile Reset: No



Additional Info:
Preserve plain text file integrity.

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

[Libreoffice-bugs] [Bug 150306] Conversion from conditional formatting to regular or static formatting

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150306

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 150553] EDITING: Text corruption when editing text field containing specific characters

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150553

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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

[Libreoffice-bugs] [Bug 150553] EDITING: Text corruption when editing text field containing specific characters

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150553

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

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

[Libreoffice-bugs] [Bug 147075] Window goes to 1x2 pixel size when moving

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147075

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

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

[Libreoffice-bugs] [Bug 146952] Pegado

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146952

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 146853] modification d'épaisseur des bordures impossible

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146853

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 146413] Crash if I open a spreadsheet saved previously with same program

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146413

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 146853] modification d'épaisseur des bordures impossible

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146853

--- Comment #4 from QA Administrators  ---
Dear serge.goubert,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Libreoffice-bugs] [Bug 146413] Crash if I open a spreadsheet saved previously with same program

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146413

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

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Libreoffice-bugs] [Bug 143596] Change Dimension on Dimension Line in Impress

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143596

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 143596] Change Dimension on Dimension Line in Impress

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143596

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

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Libreoffice-bugs] [Bug 139325] LO writer hangs/crashes--can't access my large ODT data file

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139325

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 139325] LO writer hangs/crashes--can't access my large ODT data file

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139325

--- Comment #28 from QA Administrators  ---
Dear Hal,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Libreoffice-bugs] [Bug 147626] EDITING: Editing/deleting appendix entries causes crash

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147626

--- Comment #2 from QA Administrators  ---
Dear Carl Lockett,

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 147622] Menu disappearing

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147622

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

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 147175] losing focus when changing style with mouse

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147175

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

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 142224] Writer crashes and cannot load

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142224

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

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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

[Libreoffice-bugs] [Bug 129773] Memory usage after saving a file with images increased with 100% (200 MB <-> 424 MB)

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129773

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

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 109354] Section Styles & Formatting in Sidebar doesn't remember tab Character Styles after selecting frame and activates tab Paragraph Styles

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109354

--- Comment #5 from QA Administrators  ---
Dear Roman Kuznetsov,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#libreoffice-qa

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

[Libreoffice-bugs] [Bug 134743] Table of Contents - "Tab position relative to paragraph style format" stops working

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134743

--- Comment #16 from Frank Zimmerman  ---
I've just tested now, and I can confirm that the bug still exists in LO
7.3.5.2, after importing a Word Doc file using "Insert->Text from file...", and
that changing the two properties TabsRelativeToIndent and TabOverSpacing in the
Settings.xml file fixes it again.

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

[Libreoffice-bugs] [Bug 150573] New: Font size options do not change with decimal separator setting until restart

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150573

Bug ID: 150573
   Summary: Font size options do not change with decimal separator
setting until restart
   Product: LibreOffice
   Version: 7.3.5.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: duncan82...@live.ca

When I change the locale to French after starting LibreOffice in English (or
vice versa), the 10.5pt entry in the font size dropdown is interpreted as 105pt
instead. This doesn't happen in Impress or Draw; I can see it in Writer, Calc,
and the Base form editor.

1. Open LibreOffice Writer or Calc on a blank document.

2. (optional) Try writing some text and set the font size to 10.5pt using the
dropdown, to see that it works.

3. Tools > Options... > Language Settings > Languages: change 'Locale setting'
to a locale with a different decimal separator, like from 'English (Canada)' to
'French (Canada)'. Click OK.

4. Set the font size to 10.5pt using the dropdown.

Expected: the dropdown option is updated, and the text is 10.5pt
Observed: the dropdown option is not updated, and the text is 105pt

I reproduced it on 7.3.5.2 and 7.4.0.3, both in Flatpak, but I think it
reproduces farther back too.

---
Version: 7.4.0.3 / LibreOffice Community
Build ID: f85e47c08ddd19c015c0114a68350214f7066f5a
CPU threads: 8; OS: Linux 5.18; UI render: default; VCL: gtk3
Locale: en-CA (en_CA.UTF-8); UI: en-US
Flatpak
Calc: threaded

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

[Libreoffice-bugs] [Bug 85592] Font and highlight colour toolbar buttons dont work in comments

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85592

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

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

NFC related tdf#85592: simplify SID_ATTR_CHAR_COLOR_BACKGROUND_EXT

It will be available in 7.5.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

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

[Libreoffice-bugs] [Bug 85592] Font and highlight colour toolbar buttons dont work in comments

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85592

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.5.0

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

[Libreoffice-bugs] [Bug 143651] Calc fails to fill-in default value from prior rows

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143651

Aron Budea  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

--- Comment #16 from Aron Budea  ---
Glad to hear that. Let's use status WORKSFORME, since no known code fix is
involved.
Btw, it's not active for numerical data, perhaps that might've been the case
for you, but it's just a guess.

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

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

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71732
Bug 71732 depends on bug 127208, which changed state.

Bug 127208 Summary: Tilde displays like macron (Linux-only)
https://bugs.documentfoundation.org/show_bug.cgi?id=127208

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 127208] Tilde displays like macron (Linux-only)

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127208

خالد حسني  changed:

   What|Removed |Added

 Resolution|--- |NOTOURBUG
 Status|NEW |RESOLVED
 CC||kha...@aliftype.com

--- Comment #10 from خالد حسني  ---
This is a font hinting issue, either a bug with DeJaVu font itself or
FreeType’s autohinter
(https://gitlab.freedesktop.org/freetype/freetype/-/issues/112).

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

[Libreoffice-bugs] [Bug 101324] Thai fonts not displayed in docx

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101324

Kalkulator  changed:

   What|Removed |Added

 Resolution|INSUFFICIENTDATA|FIXED

--- Comment #8 from Kalkulator  ---
Works perfect with LibreOffice Writer 7.4.0.3

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

[Libreoffice-bugs] [Bug 150569] Date shown incorrectly in a form with default values

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150569

jcs...@libreoffice.org changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 150572] Dates changed on a form without warning the user (date min)

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150572

jcs...@libreoffice.org changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 150571] Dates changed on a form without warning the user (date max).

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150571

jcs...@libreoffice.org changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 150571] Dates changed on a form without warning the user (date max).

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150571

jcs...@libreoffice.org changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 150569] Date shown incorrectly in a form with default values

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150569

jcs...@libreoffice.org changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 150572] Dates changed on a form without warning the user (date min)

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150572

jcs...@libreoffice.org changed:

   What|Removed |Added

 CC||jcs...@libreoffice.org

--- Comment #1 from jcs...@libreoffice.org ---
Created attachment 181991
  --> https://bugs.documentfoundation.org/attachment.cgi?id=181991=edit
Test database

Database with a table and a form to test.
Record with id = 10 has been obtained introducing the date 21/1/1770

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

[Libreoffice-bugs] [Bug 150572] New: Dates changed on a form without warning the user (date min)

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150572

Bug ID: 150572
   Summary: Dates changed on a form without warning the user (date
min)
   Product: LibreOffice
   Version: 7.2.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jcs...@libreoffice.org

Description:
Dates that are entered in a form, in a "date field" control with a "date min"
property assigned, if they are lower than that date, they are modified without
warning the user.

Steps to Reproduce:
1. Create a table with at least one DATE field
2. Create a form to edit such table, with a "Date field" control to modify the
DATE field.
3. Modify the date field control to assign a "Date min" property (or leave the
default 1/1/1800)
4. Save the form
5. Open the form to fill data
6. Introduce in the date control a date lower than "Date min" assigned in step
3
7. With the cursor in the date field, click on "Save record" button on the Form
navigation tool bar
8. Close the form and test data in the table


Actual Results:
On step 7, if you have an autovalue field, it is assigned a new value to it,
making it appear that the record has been saved correctly.
The date introduced seems as it has been saved (without any modification).
The real date saved in the table is the "Date min" date.

Expected Results:
On step 7, a warning message about the invalid date.
No data saved until date is in range.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.4.0.3 (x64) / LibreOffice Community
Build ID: f85e47c08ddd19c015c0114a68350214f7066f5a
CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: en-US
Calc: CL

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

[Libreoffice-bugs] [Bug 150571] Dates changed on a form without warning the user (date max).

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150571

jcs...@libreoffice.org changed:

   What|Removed |Added

Summary|Dates changed on a form |Dates changed on a form
   |without warning the user.   |without warning the user
   ||(date max).

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

[Libreoffice-bugs] [Bug 150571] Dates changed on a form without warning the user.

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150571

--- Comment #1 from jcs...@libreoffice.org ---
Created attachment 181990
  --> https://bugs.documentfoundation.org/attachment.cgi?id=181990=edit
Test database

Database with a table and a form to test.
Record with id,s 8 and 9 has been obtained introducing the "8/8/" date

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

[Libreoffice-bugs] [Bug 150571] New: Dates changed on a form without warning the user.

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150571

Bug ID: 150571
   Summary: Dates changed on a form without warning the user.
   Product: LibreOffice
   Version: 7.2.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jcs...@libreoffice.org

Description:
Dates that are entered in a form, in a "date field" control with a "date max"
property assigned, if they are greater than that date, they are modified
without warning the user.

Steps to Reproduce:
1. Create a table with at least one DATE field
2. Create a form to edit such table, with a "Date field" control to modify the
DATE field.
3. Modify the date field control to assign a "Date max" property (or leave the
default 31/12/22000)
4. Save the form
5. Open the form to fill data
6. Introduce in the date control a date grater than "Date max" assigned in step
3
7. With the cursor in the date field, click on "Save record" button on the Form
navigation tool bar
8. Close the form and test data in the table

Actual Results:
On step 7, if you have an autovalue field, it is assigned a new value to it,
making it appear that the record has been saved correctly.
The date introduced seems as it has been saved (without any modification).
The real date saved in the table is the "Date max" date

Expected Results:
On step 7, a warning message about the invalid date.
No data saved until date is in range.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.4.0.3 (x64) / LibreOffice Community
Build ID: f85e47c08ddd19c015c0114a68350214f7066f5a
CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: en-US
Calc: CL

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

[Libreoffice-bugs] [Bug 143651] Calc fails to fill-in default value from prior rows

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143651

MR Zenwiz  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |FIXED

--- Comment #15 from MR Zenwiz  ---
(In reply to Aron Budea from comment #14)
> Please share a sample spreadsheet, and specific reproduction steps.

I created a sample spreadsheet and this worked very nicely. I tried it out of
my SS that was not working, and it works.

I withdraw the bug and will resolve it as fixed.

Thank you very much!

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

[Libreoffice-bugs] [Bug 39217] EDITING: Undo ignores pictures after Copy / Paste from Browser

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39217

--- Comment #13 from Ville Aakko  ---
This bug is still present on 7.4.0.3 when pasting content into calc.

The bug can be quite annoying, since after a paste, if the user has not saved
for a while, the spreadsheet will now contain pictures which can be really
annoying to get rid of.

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

[Libreoffice-bugs] [Bug 150552] UI fonts rendered too small on high resolution retina displays using macOS

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150552

Thorsten Wagner  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |ASSIGNED
   Assignee|libreoffice-b...@lists.free |thorsten.wagne...@gmail.com
   |desktop.org |

--- Comment #4 from Thorsten Wagner  ---
Patch submitted to Gerrit waiting for review:

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

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

[Libreoffice-bugs] [Bug 150570] New: [FORMATTING] Editing conditional formatting by adding a reference to another sheet can cause the wrong condition to change

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150570

Bug ID: 150570
   Summary: [FORMATTING] Editing conditional formatting by adding
a reference to another sheet can cause the wrong
condition to change
   Product: LibreOffice
   Version: 7.4.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ville.aa...@gmail.com

Description:
Editing a conditional formatting with a formula referencing to another cell can
be edited via the interface. One can use the Format -> Conditional -> Manage to
edit a condition rule.

The UI can allow the user to edit in references to another sheet, however the
conditions will be applied to the sheet which is active after clicking OK.
Usually, this will be the cell the user wants to reference to.

One can even "add" a conditional formatting to a sheet which doesn't have any
this way. The condition does not seem to work, until the file is saved and then
re-opened. After doing that, a sheet which originally did not have a condition
will now have one.

There is a workaround: when editing the cell reference, always change the sheet
back to the one where the condition being edited is in. However, this is very
unintuitive, and the bug can result in possibly very complex conditions being
lost (albeit it seems CTRL+Z works), and confused users.

As a sidenote, adding a condition works correctly, despite the UI and process
being very similar (i.e. it does not add a condition to the sheet being
referenced to, despite it being the selected sheet when closing the dialog).

Steps to Reproduce:
1. Make a file with at least two sheets, with a conditional formatting in
sheets A and B (or just A)
2. Use Format -> Conditional -> Manage to edit a condition on sheet A with a
formula
3. Use the UI to select a cell to be referenced in sheet B on the condition on
sheet A, more precisely:
3.1) click on the formula field
3.2) click on sheet B
3.3) click on cell(s) to be referenced by the formula
4. click OK twice (do not change back to sheet A before this step, as no user
would do that either - but that would work around the bug indeed!)

Actual Results:
After clicking OK twice (to close the dialogs), the conditional formatting rule
in sheet A is unchanged. However, either one of the following happens: 
1) a conditional formatting rule in sheet B gets overwritten
2) if sheet B does not have any conditional formatting rules, one will be
added.

Expected Results:
The conditional rule in sheet A should have been changed as the user requested.

The conditional rules in sheet B should never change, if a user chose a
condition in sheet A to be edited.


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
Version: 7.4.0.3 / LibreOffice Community
Build ID: 40(Build:3)
CPU threads: 32; OS: Linux 5.19; UI render: default; VCL: kf5 (cairo+xcb)
Locale: fi-FI (fi_FI.UTF-8); UI: en-US
7.4.0-2
Calc: threaded

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

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

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71732
Bug 71732 depends on bug 150507, which changed state.

Bug 150507 Summary: VIEWING: Text in Writer 7.4.0 appears smeared
https://bugs.documentfoundation.org/show_bug.cgi?id=150507

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

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

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

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71732
Bug 71732 depends on bug 127922, which changed state.

Bug 127922 Summary: 'Droid Sans Thai' font shows numeric characters incorrectly.
https://bugs.documentfoundation.org/show_bug.cgi?id=127922

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTABUG

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

[Libreoffice-bugs] [Bug 127922] 'Droid Sans Thai' font shows numeric characters incorrectly.

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127922

خالد حسني  changed:

   What|Removed |Added

 Resolution|--- |NOTABUG
 Status|NEW |RESOLVED
 CC||kha...@aliftype.com

--- Comment #23 from خالد حسني  ---
The incorrect digits you are seeing are from Noto Color Emoji. Droid Sans Thai
does not contain digits, and so fallback font is used. It seems that your
FontConfig settings somehow prioritize Noto Color Emoji font and it ends up
being used as fallback, and LibreOffice does not currently distinguish between
color and monochrome fonts (bug 150398).

You probably need to figure how your FontConfig is configured and why Noto
Color Emoji is given a higher priority, LO can be improved to handle color
fonts especially but this is another issue.

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

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

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71732
Bug 71732 depends on bug 127423, which changed state.

Bug 127423 Summary: Font feature dialog: handle OTF features that are enabled 
by default (liga, calt, kern)
https://bugs.documentfoundation.org/show_bug.cgi?id=127423

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 150569] Date shown incorrectly in a form with default values

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150569

jcs...@libreoffice.org changed:

   What|Removed |Added

 CC||jcs...@libreoffice.org

--- Comment #1 from jcs...@libreoffice.org ---
Created attachment 181986
  --> https://bugs.documentfoundation.org/attachment.cgi?id=181986=edit
Test database

Test database with a table with dates ans forms to see the error

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

[Libreoffice-bugs] [Bug 150569] New: Date shown incorrectly in a form with default values

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150569

Bug ID: 150569
   Summary: Date shown incorrectly in a form with default values
   Product: LibreOffice
   Version: 7.2.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jcs...@libreoffice.org

Description:
If you create a form with the wizard and default options dates in the table
greater than 31/12/2200 are shown incorrectly

Steps to Reproduce:
1. Create a table with at least one DATE field
2. Fill table with some data. In the DATE field fill some values greater than
31/12/2200, e.g. 9/9/ 
3. Create a form with the wizard to edit such table, may be with a table format
to see all data together, but don´t mind if it is selected another format. Do
not modify any control, use the default options to every one.
4. Save the form
5. Open the form to browse data


Actual Results:
The dates greater than 31/12/2200 are shown as 31/12/2200 regardless of the
data in the table

Expected Results:
Every date shown should be exactly the same than in the table


Reproducible: Always


User Profile Reset: No



Additional Info:
This effect is produced by the "Date max" option in the date field  control,
which is set to 31/12/2200.
This control option shouldn't allow introduce (new) dates over the configured
date, but it is not expected that the control shows a different date than
stored in table

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

[Libreoffice-bugs] [Bug 96544] Text inserts in wrong place when cell contains a URL

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96544

--- Comment #9 from Andreas Heinisch  ---
Still in:
Version: 7.5.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 0de37cdd0251a7fc080bc6b95ac8708833bd0552
CPU threads: 16; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-US
Calc: CL

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

[Libreoffice-bugs] [Bug 41316] Page styles should support hierarchical parent-child relationships (like paragraph or character styles)

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=41316

--- Comment #25 from Daniel T.  ---
+1 
Would love to see this implemented!

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

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

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71732
Bug 71732 depends on bug 139399, which changed state.

Bug 139399 Summary: Combining diacritics are not displayed properly
https://bugs.documentfoundation.org/show_bug.cgi?id=139399

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 139399] Combining diacritics are not displayed properly

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139399

خالد حسني  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||kha...@aliftype.com
 Resolution|--- |NOTOURBUG

--- Comment #10 from خالد حسني  ---
I suspect these all are font bugs. Please make sure to specify the exact same
font when testing with other applications, and please also note that macOS
system applications (eg. TextEdit) might try to position the diacritics
themselves if the font does not provide positioning information. LibreOffice
might do this as well, but under more strict conditions. It is advisable to
chose fonts that properly support the characters you need.

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

[Libreoffice-bugs] [Bug 150568] FILESAVE DOCX: Additional page created

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150568

Telesto  changed:

   What|Removed |Added

Version|7.4.0.3 release |6.0.0.3 release
   Keywords||bibisectRequest, regression

--- Comment #2 from Telesto  ---
And in
Version: 7.1.8.0.0+ (x64) / LibreOffice Community
Build ID: a94b58277c7aeaa83ce14347cd0b8f7137969d03
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

and in
Versie: 6.3.0.4 (x86)
Build ID: 057fc023c990d676a43019934386b85b21a9ee99
CPU-threads: 4; Besturingssysteem: Windows 6.3; UI-render: GL; VCL: win; 
Locale: nl-NL (nl_NL); UI-taal: nl-NL
Calc: CL

and in
Versie: 6.0.4.1
Build ID: a63363f6506b8bdc5222481ce79ef33b2d13c741
CPU-threads: 4; Besturingssysteem: Windows 6.3; UI-render: GL; 
Locale: nl-NL (nl_NL); Calc: CL

visual OK (meaning: insertion of previous non-existing page break)
Version: 5.2.5.0.0+
Build ID: a4d4fbeb623013f6377b30711ceedb38ea4b49f8
CPU Threads: 4; OS Version: Windows 6.2; UI Render: GL; 
TinderBox: Win-x86@62-merge-TDF, Branch:libreoffice-5-2, Time:
2016-12-24_14:43:55
Locale: nl-NL (nl_NL); Calc: CL

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

[Libreoffice-bugs] [Bug 150568] FILESAVE DOCX: Additional page created

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150568

--- Comment #1 from Telesto  ---
Created attachment 181985
  --> https://bugs.documentfoundation.org/attachment.cgi?id=181985=edit
Example file

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

[Libreoffice-bugs] [Bug 150528] Bold formatting of first row of a Table is removed when tabbing creates a new row

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150528

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

   What|Removed |Added

 CC||79045_79...@mail.ru
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
No repro in

Version: 7.5.0.0.alpha0+ / LibreOffice Community
Build ID: 8475b367298de73aec6abc60a159cc015baf9734
CPU threads: 4; OS: Mac OS X 12.5.1; UI render: default; VCL: osx
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
Calc: threaded

Could you please reset your LibreOffice user profile using Help->Restart in
Safe mode dialog and then try retest the problem?

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

[Libreoffice-bugs] [Bug 150568] New: FILESAVE DOCX: Additional page created

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150568

Bug ID: 150568
   Summary: FILESAVE DOCX: Additional page created
   Product: LibreOffice
   Version: 7.4.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
FILESAVE DOCX: Additional page created

Steps to Reproduce:
1. Open the attached file
2. Save as DOCX
3. File reload

Actual Results:
3 pages in LO and Word

Expected Results:
2 pages as ODT


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.5.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 1c1647e6ee252fe68d7406d01043e88f1721590f
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

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

[Libreoffice-bugs] [Bug 150529] Wrong button text color on macOS Big Sur and above

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150529

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||79045_79...@mail.ru
 Ever confirmed|0   |1

--- Comment #2 from Roman Kuznetsov <79045_79...@mail.ru> ---
Confirm in

Version: 7.5.0.0.alpha0+ / LibreOffice Community
Build ID: 8475b367298de73aec6abc60a159cc015baf9734
CPU threads: 4; OS: Mac OS X 12.5.1; UI render: default; VCL: osx
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 129062] [META] Skia library bugs

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129062

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

   What|Removed |Added

 Depends on||150532


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=150532
[Bug 150532] CALC window appearing "off-screen" seems to be SKIA related
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 104160] [META] Bugs and features related to multiple monitor setups

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104160

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

   What|Removed |Added

 Depends on||150532


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=150532
[Bug 150532] CALC window appearing "off-screen" seems to be SKIA related
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150532] CALC window appearing "off-screen" seems to be SKIA related

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150532

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

   What|Removed |Added

 CC||79045_79...@mail.ru
 Blocks||104160, 129062


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104160
[Bug 104160] [META] Bugs and features related to multiple monitor setups
https://bugs.documentfoundation.org/show_bug.cgi?id=129062
[Bug 129062] [META] Skia library bugs
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150567] LibreOffice is showing unreadable file names it the name uses Arabic or Persian characters.

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150567

--- Comment #2 from Morteza  ---
Created attachment 181984
  --> https://bugs.documentfoundation.org/attachment.cgi?id=181984=edit
Screen Shot of the problem in Writer's title bar.

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

[Libreoffice-bugs] [Bug 150566] LibreOffice 7.3.5.2 hangs

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150566

Julien Nabet  changed:

   What|Removed |Added

 OS|All |macOS (All)

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

[Libreoffice-bugs] [Bug 150567] LibreOffice is showing unreadable file names it the name uses Arabic or Persian characters.

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150567

--- Comment #1 from Morteza  ---
Created attachment 181983
  --> https://bugs.documentfoundation.org/attachment.cgi?id=181983=edit
Screen Shot of the problem in start screen.

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

[Libreoffice-bugs] [Bug 150567] New: LibreOffice is showing unreadable file names it the name uses Arabic or Persian characters.

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150567

Bug ID: 150567
   Summary: LibreOffice is showing unreadable file names it the
name uses Arabic or Persian characters.
   Product: LibreOffice
   Version: 7.4.0.3 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: m0rt3z...@gmail.com

Description:
If I save a file with Arabic or Persian Name or the file I open have these
characters LibreOffice shows unreadable characters for file name in title bar
or selection page.



Actual Results:
Wrong display of file name in Persian and Arabic.

Expected Results:
Correct display of file name in Persian and Arabic.


Reproducible: Always


User Profile Reset: No



Additional Info:
[Information automatically included from LibreOffice]
Locale: en-US
Module: TextDocument
[Information guessed from browser]
OS: Linux (All)
OS is 64bit: yes

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

[Libreoffice-bugs] [Bug 150546] Toolbar glitches (only macOS with M1 CPU?)

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150546

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

   What|Removed |Added

Summary|Toolbar glitches|Toolbar glitches (only
   ||macOS with M1 CPU?)

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

[Libreoffice-bugs] [Bug 150263] Misposition of combining diacritics (especially macrons) depending on font size

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150263

خالد حسني  changed:

   What|Removed |Added

 CC||kha...@aliftype.com

--- Comment #10 from خالد حسني  ---
I can not reproduce this on macOS with LibreOffice 7.4.

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

[Libreoffice-bugs] [Bug 150546] Toolbar glitches

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150546

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

   What|Removed |Added

 CC||79045_79...@mail.ru
   Hardware|Other   |ARM

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
No problem in

Version: 7.5.0.0.alpha0+ / LibreOffice Community
Build ID: 8475b367298de73aec6abc60a159cc015baf9734
CPU threads: 4; OS: Mac OS X 12.5.1; UI render: default; VCL: osx
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
Calc: threaded

on old mac mini 2014 with Intel CPU

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

[Libreoffice-bugs] [Bug 75341] UI: No Error-Dialog appears, when Input is set to required in a Field of a Form, but not set in the Table

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75341

Julien Nabet  changed:

   What|Removed |Added

 Status|REOPENED|NEW
   Assignee|serval2...@yahoo.fr |libreoffice-b...@lists.free
   ||desktop.org
 CC|serval2...@yahoo.fr |
 Whiteboard|target:6.2.0 target:6.1.2   |

--- Comment #23 from Julien Nabet  ---
Let's put this one to NEW and since I can't help here, unassign and uncc
myself.

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

[Libreoffice-bugs] [Bug 150547] Unusable documentation for scripting

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150547

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

   What|Removed |Added

   Severity|normal  |enhancement
 CC||79045_79...@mail.ru,
   ||andreas.heini...@yahoo.de,
   ||mikekagan...@hotmail.com,
   ||olivier.hallot@libreoffice.
   ||org
  Component|BASIC   |Documentation

--- Comment #2 from Roman Kuznetsov <79045_79...@mail.ru> ---
Mike, Andreas what do you think about this? I mean - should it be documented?

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

[Libreoffice-bugs] [Bug 90796] [META] HiDPI / Retina bugs

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90796

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

   What|Removed |Added

 Depends on||150552


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=150552
[Bug 150552] UI fonts rendered too small on high resolution retina displays
using macOS
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150552] UI fonts rendered too small on high resolution retina displays using macOS

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150552

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

   What|Removed |Added

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


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 150548] Spreadsheet shows useful information after FILEOPEN in MSO but in Libre Calc 7.3.5.2 no useful information can be seen

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150548

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

   What|Removed |Added

 Ever confirmed|0   |1
 CC||79045_79...@mail.ru
 Status|UNCONFIRMED |NEW
 Blocks||109072
   Keywords||filter:xls

--- Comment #3 from Roman Kuznetsov <79045_79...@mail.ru> ---
(In reply to Rafael Lima from comment #2)
> Hence the problem seems to be in the file and not in LO Calc.

We have many reports about row height autocalculate working (it does the
opening process s slow in some cases, but it shows a good result in the
end). Interesting why it doesn't work for this XLS file?

So, I think it's a bug. Would be nice if someone from developers could look at
it..

Let's set it to NEW, because I see the problem in

Version: 7.5.0.0.alpha0+ / LibreOffice Community
Build ID: 8475b367298de73aec6abc60a159cc015baf9734
CPU threads: 4; OS: Mac OS X 12.5.1; UI render: default; VCL: osx
Locale: ru-RU (ru_RU.UTF-8); UI: en-US
Calc: threaded


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109072
[Bug 109072] [META] XLS (binary) format bug tracker
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 109072] [META] XLS (binary) format bug tracker

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109072

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

   What|Removed |Added

 Depends on||150548


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=150548
[Bug 150548] Spreadsheet shows useful information after FILEOPEN in MSO but in
Libre Calc 7.3.5.2 no useful information can be seen
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 41316] Page styles should support hierarchical parent-child relationships (like paragraph or character styles)

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=41316

--- Comment #24 from jp.k...@xs4all.nl ---
Please, PLEASE!
This request has been in for 11 years now, and it has been urgent for me all
this time.
Please make it possible to make a page style that is just slightly different
from an existing page style. Copying (on paper!) the parameters of a style and
re-entering them into the new style is time consuming. Moreover it is error
prone, because if I make a change to the original style, the change will not be
inherited, so I have to modify both separately.

Please do something about this promptly!

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

[Libreoffice-bugs] [Bug 150562] Clipboard issue between Writer and Calc if use accented characters

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150562

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #2 from m.a.riosv  ---
Pasting as unformatted text works fine for me or in the input bar.
Version: 7.4.0.3 (x64) / LibreOffice Community
Build ID: f85e47c08ddd19c015c0114a68350214f7066f5a
CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: en-US (es_ES); UI: en-US Calc: CL

With normal paste, in my case results in calc 'Liberation Mono; Courier New'
while in writer it's only 'Liberation Mono'

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

[Libreoffice-bugs] [Bug 144337] Unable to send combined correspondence (send emails) using Writer LO Fresh 7.2.0

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144337

--- Comment #19 from Reto  ---
It also works for this version:

Version: 7.4.0.3 / LibreOffice Community
Build ID: 40(Build:3)
CPU threads: 8; OS: Linux 5.18; UI render: default; VCL: gtk3
Locale: de-CH (de_CH.UTF-8); UI: de-DE
Debian package version: 1:7.4.0~rc3-1
Calc: threaded

Assuming this bug will not be fixed for versions before 7.4 the bug can be
closed.

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

[Libreoffice-bugs] [Bug 150566] New: LibreOffice 7.3.5.2 hangs

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150566

Bug ID: 150566
   Summary: LibreOffice 7.3.5.2 hangs
   Product: LibreOffice
   Version: 7.3.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bob...@verizon.net

Description:
Version 7.1.7.2 works well with no problems. I upgraded to 7.3.5.2 and it is
not usable, because it almost always hangs within a minute after opening any
new or old document. I have tried at least 10 times on different days to open a
.docx Writer document, and once a new Calc document.

Steps to Reproduce:
1.Launch LibreOffice. Select a recent document to open, or create a new
document. 
2.Try to do anything, or just wait a minute, and the spinning beachball
appears.
3.I also tried launching, then opening About LibreOffice. Then just waited a
while, and the beachball appeared again, because LibreOffice is frozen again.

Actual Results:
I wait a long time, the beachball never goes away, and I force quit the app.

Expected Results:
No beachball ever.


Reproducible: Always


User Profile Reset: No



Additional Info:
The text in the About LibreOffice window is not copyable, but I will attempt to
retype it:
Version: 7.3.5.2 / LibreOffice Community
Build: 184fe81b8c8c30d8b5082578aee2fed2ea847c01
Environment: CPU threads: 4; OS: Mac OS X 10.14.6
en-US (en_US.UtF-8); UI: en-US
Misc: Cal: threaded

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

[Libreoffice-bugs] [Bug 150563] Table jumps between pages when moving cursor

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150563

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #1 from raal  ---
Hello,
How can I eliminate confidential data from a sample document?
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
Thank you

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

[Libreoffice-bugs] [Bug 143847] Setting a DOCX to multi-page view; affecting other DOCX documents on file open

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143847

Dieter  changed:

   What|Removed |Added

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

--- Comment #15 from Dieter  ---
Telesto, any changes with an actual version of LO? If not, how can we come to a
final decision here. I don't think it is useful to have a bug report in status
unconfirmed for such a long time.

=> NEEDINFO

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

[Libreoffice-bugs] [Bug 113546] [META] Paragraph indent bugs and enhancements

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113546
Bug 113546 depends on bug 128986, which changed state.

Bug 128986 Summary: EDITING: Support fill character in a hanging indent of a 
paragraph
https://bugs.documentfoundation.org/show_bug.cgi?id=128986

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

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

[Libreoffice-bugs] [Bug 128986] EDITING: Support fill character in a hanging indent of a paragraph

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128986

Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #20 from Dieter  ---
No further input from any person for more than two years. So I agree with Heiko
and Regina and close it as WF

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

[Libreoffice-bugs] [Bug 142759] Compatibility problems with MS Word file and EndNote reference fields

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142759

Dieter  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #12 from Dieter  ---
Hello Mohammadreza, a new major release of LibreOffice is available since this
bug was reported. Could you please try to reproduce it with the latest version
of LibreOffice from https://www.libreoffice.org/download/libreoffice-fresh/ ?
I have 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.

[Libreoffice-bugs] [Bug 150553] EDITING: Text corruption when editing text field containing specific characters

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150553

--- Comment #5 from Eric Lasota  ---
Er sorry the repeated byte sequence is "F0 9D 85 A0"

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

[Libreoffice-bugs] [Bug 150553] EDITING: Text corruption when editing text field containing specific characters

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150553

--- Comment #4 from Eric Lasota  ---
I checked the file and it is correct.  It should be 26 bytes, it contains the
byte sequence "F0 9D 85 A0 F0" (U+1D160) six times, followed by "0D 0A" (CR LF)

Downloaded the test document from Bugzilla and opened it on Windows and it
works as described in the bug report.

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

[Libreoffice-bugs] [Bug 147075] Window goes to 1x2 pixel size when moving

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147075

--- Comment #4 from michael.vanderf...@gmail.com ---
Created attachment 181982
  --> https://bugs.documentfoundation.org/attachment.cgi?id=181982=edit
image of window

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

[Libreoffice-bugs] [Bug 129062] [META] Skia library bugs

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129062

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||150555


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=150555
[Bug 150555] Crash after resizing Writer's main window
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 129062] [META] Skia library bugs

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129062
Bug 129062 depends on bug 150555, which changed state.

Bug 150555 Summary: Crash after resizing Writer's main window
https://bugs.documentfoundation.org/show_bug.cgi?id=150555

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |NOTABUG

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

[Libreoffice-bugs] [Bug 49225] FILESAVE: Chart from data table, copied from other file, empty when saved as XLS

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=49225

--- Comment #26 from Gerald Pfeifer  ---
Still reproduces in Version: 7.5.0.0.alpha0+ / LibreOffice Community
Build ID: 46dc9f3bbac67e9240adc44ab017f905482ef786
CPU threads: 8; OS: Linux 5.19; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded

Simple reproducer:

 1. Open ODS file from attachment #127603 (comment #13)
 2. Save in XLS format
 3. Restart LibreOffice and open XLS file saved in step 2
 4. Graph gone (i.e., white)

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

[Libreoffice-bugs] [Bug 150177] macOS Wildly blinking cursor and non-visible selection issues

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150177

--- Comment #10 from will.brokenbourgh2...@gmail.com ---
(In reply to Roman Kuznetsov from comment #9)
> Possibly it's HiDPI only problem?

I'm not thinking it is.  I have only a standard monitor with 1920x1200
resolution, unless macOS is doing something weird behind the scenes?

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

[Libreoffice-bugs] [Bug 150561] Page dimension don't match paper format in Print Preview: like claiming 210x148 to be A4

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150561

Julien Nabet  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |serval2...@yahoo.fr
   |desktop.org |

--- Comment #5 from Julien Nabet  ---
I gave a try with:
https://gerrit.libreoffice.org/c/core/+/138736

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

[Libreoffice-bugs] [Bug 150561] Page dimension don't match paper format in Print Preview: like claiming 210x148 to be A4

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150561

Julien Nabet  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||serval2...@yahoo.fr

--- Comment #4 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I could reproduce this.

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

[Libreoffice-bugs] [Bug 150565] New: UI: Changing Page Format in Page Deck changes Page dimension of Multiple Page Styles

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150565

Bug ID: 150565
   Summary: UI: Changing Page Format in Page Deck changes Page
dimension of Multiple Page Styles
   Product: LibreOffice
   Version: 7.5.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:
UI: Changing Page Format in Page Deck changes Page dimension of Multiple Page
Styles

Steps to Reproduce:
1. Open Writer
2. Sidebar -> Styles Deck -> Page Styles
3. Right Click Landscape -> Modify -> Page Tab check page dimensions (A4)
4. Right Click Default Page -> Modify -> Page Tab check page dimensions (A4)
5. Format -> Page Styles -> Page Deck -> Change the page size to A5 (title of
dialog: Change Default Page Style
6. Press OK
7. Go to Sidebar -> Styles Deck -> Page Styles
8. Right Click Landscape -> Modify -> Page Tab check page dimensions (A4)
9. Right Click Default Page Style -> Modify -> Page Tab check page dimensions
(A5)
10. CTRL+Z the change
11. Sidebar -> Page Deck -> Change page size to A5
12. Right Click Landscape -> Modify -> Page Tab check page dimensions (A5)


Actual Results:
On step 12 page style has changed to A5. 

Expected Results:
A4: Like steps 5-9


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.5.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 1c1647e6ee252fe68d7406d01043e88f1721590f
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

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

[Libreoffice-bugs] [Bug 150474] FILEOPEN RTF Hidden line breaks inside table are not hidden

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150474

raal  changed:

   What|Removed |Added

 CC||r...@post.cz
  Regression By||Miklos Vajna
   Keywords|bibisectRequest |bibisected, bisected

--- Comment #4 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Miklos Vajna ; Could you possibly take a look at this one?
Thanks

f1cea72f507b88157f31461bea8b6605912b35bc is the first bad commit
commit f1cea72f507b88157f31461bea8b6605912b35bc
Author: Matthew Francis 
Date:   Fri Sep 18 10:15:03 2015 +0800

source-hash-4a507f732d82c188ad81b022cbe3037951e58ac3

commit 4a507f732d82c188ad81b022cbe3037951e58ac3
Author: Miklos Vajna 
AuthorDate: Mon Dec 24 15:06:15 2012 +0100
Commit: Miklos Vajna 
CommitDate: Mon Dec 24 15:22:55 2012 +0100

fdo#57678 fix import of RTF_PARD between RTF_CELL and RTF_ROW

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

[Libreoffice-bugs] [Bug 150562] Clipboard issue between Writer and Calc if use accented characters

2022-08-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150562

--- Comment #1 from Balázs Meskó  ---
Just to add some extra info. Not only Hungarian characters are affected, but
most accented letters, ie. umlauts, slavic letters with diacritic signs, and
also some Chinese and Korean letters. A notable exception is the French è, that
works.

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

  1   2   >