[Libreoffice-bugs] [Bug 153411] Freeze after about 30 min on Impress

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153411

--- Comment #2 from Wazi  ---
Windows 10 pro x 64 bit. I have tried the recommendations as given (You can try
to upgrade to 7.4.5 + apply
https://wiki.documentfoundation.org/QA/FirstSteps#Corrupted_user_profile). So
far the problem has not replicated itself.

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

[Libreoffice-bugs] [Bug 153430] New: loadComponentfromUrl shows "lock" error message if url contains a backslash

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153430

Bug ID: 153430
   Summary: loadComponentfromUrl shows "lock" error message if url
contains a backslash
   Product: LibreOffice
   Version: 7.5.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: BASIC
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: oliver.brinz...@gmx.de

error message is a bit unfortune:

Sub Test
Dim oDesktop
Dim oDoc
Dim mProps()
Dim Url

oDesktop = createUnoService("com.sun.star.frame.Desktop")
Url = "file:///D:/Test\Test.xlsx"
'   ok
'   Url = "file:///D:/Test/Test.xlsx"

oDoc = oDesktop.loadComponentFromURL(Url, "_blank", 0, mProps)
End Sub

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

[Libreoffice-bugs] [Bug 150023] Double BOM (invalid XML) prevents importing some Excel 2003 XML (Excel reads them)

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150023

Andreas Heinisch  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
   Assignee|libreoffice-b...@lists.free |ko...@libreoffice.org
   |desktop.org |
 Resolution|--- |FIXED

--- Comment #5 from Andreas Heinisch  ---
Fixed in https://gitlab.com/orcus/orcus/-/issues/173

Should we add a test case for libreoffice too?

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

[Libreoffice-bugs] [Bug 113869] [META] MS Office XML formats (pre-OOXML) bugs and enhancements

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113869
Bug 113869 depends on bug 150023, which changed state.

Bug 150023 Summary: Double BOM (invalid XML) prevents importing some Excel 2003 
XML (Excel reads them)
https://bugs.documentfoundation.org/show_bug.cgi?id=150023

   What|Removed |Added

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

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

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

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=106179

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

   What|Removed |Added

 Depends on||153429


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=153429
[Bug 153429] No option to set the default font for comments
-- 
You are receiving this mail because:
You are the assignee for the bug.

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

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

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

   What|Removed |Added

 Depends on||153429


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=153429
[Bug 153429] No option to set the default font for comments
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153429] No option to set the default font for comments

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153429

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

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
 Status|UNCONFIRMED |NEW
 Blocks||106179, 107833
   Severity|normal  |enhancement
 Ever confirmed|0   |1

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
Interesting, we don't have any style for text/font inside comments area?

Added UX-team for discussion


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 153429] New: No option to set the default font for comments

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153429

Bug ID: 153429
   Summary: No option to set the default font for comments
   Product: LibreOffice
   Version: 7.5.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tim.chambers1...@gmail.com

Description:
If I create a comment in a document (e.g. using CTRL-ALT-C) the comment is
created using the serif font set for my documents.

I can change the formatting for all comments using the drop down menu in any
comment, which works to change existing comments.

Any new comment made after that is in the default serif font.

I am unable to find a customisation setting to change this default font.

Steps to Reproduce:
As per description

Actual Results:
As per description

Expected Results:
1. "Change formatting for all comments" should affect future comments as well.

2. There should be a place to set default fonts for comments


Reproducible: Always


User Profile Reset: No

Additional Info:
I appreciate that this is a very minor issue, but it has bothered me for some
time.

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

[Libreoffice-bugs] [Bug 39750] [META] General Math formula editor improvements

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39750

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

   What|Removed |Added

 Depends on||153413


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=153413
[Bug 153413] Equations in Writer should be able to wrap to the page width
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153413] Equations in Writer should be able to wrap to the page width

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153413

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

   What|Removed |Added

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

--- Comment #3 from Roman Kuznetsov <79045_79...@mail.ru> ---
Rafael, could you please add some example with a long Math formula for testing.
Thanks


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=39750
[Bug 39750] [META] General Math formula editor improvements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 153428] Elements Sidebar area should be open itself when I insert Math formula into Writer document

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153428

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

   What|Removed |Added

 CC||79045_79...@mail.ru,
   ||mikekagan...@hotmail.com
   Keywords||implementationError

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
Mike, any opinion here?

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

[Libreoffice-bugs] [Bug 153428] New: Elements Sidebar area should be open itself when I insert Math formula into Writer document

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153428

Bug ID: 153428
   Summary: Elements Sidebar area should be open itself when I
insert Math formula into Writer document
   Product: LibreOffice
   Version: 7.6.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: 79045_79...@mail.ru

Description:
Elements Sidebar area should be open itself when I insert Math formula into
Writer document

Steps to Reproduce:
1. Open a new Writer document (close Sidebar if it was open)
2. Insert-OLE object-Formula Object
3. It opens formula edit area at the bottom part of the LO window
4. But Elements area in Sidebar is still closed => it's bad. I think this area
should be opens itself when you start to work with math formula

Actual Results:
Elements Sidebar area is still closed when I insert Math formula into Writer
document

Expected Results:
Elements Sidebar area should be open itself when I insert Math formula into
Writer document


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 37e3455a13ab5741104bf41d05a80e60a4612682
CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; 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.

[Libreoffice-bugs] [Bug 146452] UNDO does restore changes on character level with track changes record enabled and word by word when disabled

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146452

Dieter  changed:

   What|Removed |Added

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

--- Comment #5 from Dieter  ---
Telesto, sounds to me like a bug (but I'm also not an expert). But is it still
present in latest vrsion LO 7.5?
=> NEEDINFO

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

[Libreoffice-bugs] [Bug 142084] Order inversion of accented letters when typed in table cells (tracking changes makes it worse)

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142084

Dieter  changed:

   What|Removed |Added

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

--- Comment #6 from Dieter  ---
J-F Thibault, the new major release LO 7.5 is available now. So could you
please retest and give feedback,if bug is still present there?

=> NEEDINFO

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

[Libreoffice-bugs] [Bug 145546] Crash in: libc-2.31.so (while using Zotero and with track changes enabled)

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145546

Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #12 from Dieter  ---
Christopher, since your reported bug 145709 has been fixed meanwhile, could you
please also retest this bug with LO 7.5 and Zotero 6? Thank you.

=> NEEDNFO

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

[Libreoffice-bugs] [Bug 153421] On windows, the picture croping tool miss the bottom left handle

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153421

--- Comment #2 from jul  ---
Created attachment 185166
  --> https://bugs.documentfoundation.org/attachment.cgi?id=185166=edit
screenshot

Screenshot to show the issue.
NB : I assume I don't need to clean my profile as it's a fresh install on a new
computer.
The issue was the same on LO 7.4.

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

[Libreoffice-bugs] [Bug 153423] Formatting: AutoCorrect numbered lists incorrectly starts list with 10

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153423

Buovjaga  changed:

   What|Removed |Added

 CC||ilmari.lauhakangas@libreoff
   ||ice.org
Version|7.5.0.3 release |7.4.3.2 release
   Keywords||bibisectRequest, regression

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

[Libreoffice-bugs] [Bug 145510] Writer erase template files on directory setting update

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145510

Dieter  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #2 from Dieter  ---
Mirko, nobody could confirm your bug for more than a year. Since a new major
release from LO is available, I'd like to ask you to test with the new LO
version 7.5. Can you still reproduce the bug?

=> NEEDINFO

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

[Libreoffice-bugs] [Bug 145943] Diagonal Border disappeares when the table with it inserted into Writer.

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145943

Aron Budea  changed:

   What|Removed |Added

Version|7.5.0.3 release |7.2.3.2 release

--- Comment #5 from Aron Budea  ---
MadMint, hello,

1. The correct bug report for that feature request is bug 51665.
2. Please don't change version field to a newer one.
3. You could look into the code yourself to add the feature:
https://www.libreoffice.org/community/developers/
alternatively, you can contact certified developers, and pay for professional
support:
https://www.libreoffice.org/get-help/professional-support/

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

[Libreoffice-bugs] [Bug 51665] Support diagonal borders in TABLEs

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51665

Dieter  changed:

   What|Removed |Added

 CC||josue.graehling.1989@gmail.
   ||com

--- Comment #24 from Dieter  ---
*** Bug 153426 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 153426] Have in the border options, the possibility of being able to put a diagonal border on a row/column/table in Writer

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153426

Dieter  changed:

   What|Removed |Added

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

--- Comment #1 from Dieter  ---


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

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

[Libreoffice-bugs] [Bug 146601] Libre Calc does not display cell entries as they are typed

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146601

--- Comment #14 from Michael  ---
As soon as I move to another spreadsheet cell, the contents become visible in
the original cell.  And when I highlight that original cell, the entry is also
visible in the formula bar above.

I use the default black text color.  I checked and did not find any
Accessibility settings enabled, everything is on their default setting.

I am running Libre 7.4.5.1 on a Mac Mini running macOS Ventura 13.1  

There are no non-Libre applications that have similar invisible entries. 
However, Libre Text has a related problem.  In that, I can see what I typed,
but not what I have highlighted.

mike

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

[Libreoffice-bugs] [Bug 153403] FILEOPEN PPTX: Alt Text field of image is lost on open in LO

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153403

--- Comment #4 from Luke  ---
FILESAVE Steps to reproduce from Bug 153404 
1. In Impress save Accessibility.odp as pptx (2007-365) 
2. Close
3. Open pptx
4. Right click on image
5. Description -> Text Alternative

Expected Results:
1. Text Alternative = "ImAltText"

Actual Results:
1. Text Alternative = Blank

the exported OOXML
reads:

when it should read:


like Bug 148952 we do not handle title="ImAltText" on import.

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

[Libreoffice-bugs] [Bug 152888] parts of symbol bar vanish while editing

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152888

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 150937] When opening Advanced filter dialog the "From" field should be filled with the address of current selection

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150937

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 153158] fontconfig alias not respected

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153158

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 153398] It does not change the color of the letter

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153398

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 153398] It does not change the color of the letter

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153398

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

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

[Libreoffice-bugs] [Bug 153344] The size of icons in the status bar should be increased to at least 16px and the height of the status bar adjusted to allow this.

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153344

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Libreoffice-bugs] [Bug 153344] The size of icons in the status bar should be increased to at least 16px and the height of the status bar adjusted to allow this.

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153344

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

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

[Libreoffice-bugs] [Bug 149497] CALC Enhancement. Permit "No User Input" as a data validation which would then permit filter sorting

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149497

--- 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 149497] CALC Enhancement. Permit "No User Input" as a data validation which would then permit filter sorting

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149497

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 139961] Options dialog in Spelling and in Options - Language Settings - Writing Aids should distinguish between user-defined and shared dictionaries

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139961

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 139961] Options dialog in Spelling and in Options - Language Settings - Writing Aids should distinguish between user-defined and shared dictionaries

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139961

--- 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 132961] No DPI setting written when compressing an image to PNG

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132961

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

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

[Libreoffice-bugs] [Bug 102998] [META] Mail merge bugs and enhancements

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102998
Bug 102998 depends on bug 149698, which changed state.

Bug 149698 Summary: Mail Merge database connection lost every time
https://bugs.documentfoundation.org/show_bug.cgi?id=149698

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 149698] Mail Merge database connection lost every time

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149698

--- Comment #17 from QA Administrators  ---
Dear besancon4me,

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 149698] Mail Merge database connection lost every time

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149698

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 144267] The program charge in a lot of time in my PC MSI GP75 leopard, if offline the program is very fast

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144267

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

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 149199] Interface a bit laggy on Linux (all vcl backends)

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149199

--- Comment #9 from QA Administrators  ---
Dear Guido Iodice,

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 150209] Partially obstructed headings in floating Navigator

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150209

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

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 94344] missing lines when importing this svg image

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94344

--- Comment #11 from QA Administrators  ---
Dear Frederic Parrenin,

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 81810] Forward delete (Del) at the end of a Writer page behaves incorrectly when the start of the following page is a table

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81810

--- Comment #7 from QA Administrators  ---
Dear Matthew Francis,

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 60936] Writer: Copying text adds extra row when pasted into MS Excel

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=60936

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

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 140175] Input Field Variable does not change

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140175

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

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 135162] PDF Export - WRITER/CALC - Push Button - WEB link containing German umlaut not working

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135162

--- Comment #7 from QA Administrators  ---
Dear Hans-Werner,

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 142437] Applying autocorrect wordlist changes sub-strings for Marathi

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142437

Shantanu  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 128192] Tools > AutoCorrect > Apply only applies AutoCorrect Options on "Default paragraph style" - but should apply for all paragraph styles

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128192

Shantanu  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 153388] Calc UI: Incorrect rendering of cell borders

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153388

ady  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
Version|7.5.0.3 release |7.4.4.2 release

--- Comment #6 from ady  ---
Attachment 185160 indeed shows the behavior more clearly.

It can also be seen when using Conditional Format in the same file:

1. Select cells F3:F9
2. Conditional Format
3. Formula is $B$1="d"
4. Apply style "bot"; OK.
5. Cell B1: d
6. Note the borders.
7. Scroll page down, scroll page up.
8. Note the borders.
9. Delete the content of cell B1.
10. Note the borders.
11. Scroll page down, scroll page up.
12. Note the borders.

The "bot" style seems to have borders in both, top and bottom borders. Since
the strange rendering happens on the lowest of the formatted/styled cells,
perhaps the problem is related to (also) rendering cells that are neighbors of
the relevant range?

Repro in 7.4.5 and in:

Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: d8e6b488ceaff7c88856ebcfcfec14d2d8cd7652
CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: en-US (es_AR); UI: en-US
Calc: CL threaded

The Version field in this bug report should be modified if this can be
reproduced in earlier versions too.

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

[Libreoffice-bugs] [Bug 72118] Let first selected object be the anchor object for alignment of multiple objects

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=72118

Steve Kelem  changed:

   What|Removed |Added

 CC||st...@kelem.net

--- Comment #16 from Steve Kelem  ---
This bug/enhancement has been open for nine and a half years.

Please add the capability of selecting 2 or more objects, the first one being
the temporary anchor, then use the user's alignment directive to apply to all
the other objects with respect to the first selected object.

I've drawn many complicated drawings in Visio, Vectric Aspire, CorelDraw. They
all have the feature of selecting n objects and aligning to the 1st or last
object. I prefer aligning to the first object because it makes it easy to
select the temporary anchor object, select some objects to align along the Y
axis, then deselect all but the anchor and then select some other objects to
align along the X axis.

Moving *all* the selected objects during alignment just destroys all
preexisting alignments.

Requiring the user to mark an object as fixed for one alignment, and then
unmark that object in order to do a 2nd alignment is just extra work that slows
the user down.

Please, please, I don't want to go back to Visio.

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

[Libreoffice-bugs] [Bug 153425] calc shows different representations (TRUE/FALSE/1/0) of boolean data types stored in .xlxs starting near row 50

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153425

--- Comment #4 from Eike Rathke  ---
Please attach a sample .xlsx file to reproduce for the poor lucky souls who
don't have Excel.

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

[Libreoffice-bugs] [Bug 153427] New: Writer PT-pt wrong auto-correction «frente à»

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153427

Bug ID: 153427
   Summary: Writer PT-pt wrong auto-correction «frente à»
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dmea...@gmail.com

When typing «frente à» it changes to «frente a», just as we click the space.
I didn't find nothing in auto-correction that could explain this error.

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

[Libreoffice-bugs] [Bug 153415] Clipboard does not work

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153415

Lesline  changed:

   What|Removed |Added

 CC||leslinetest...@gmail.com

--- Comment #1 from Lesline  ---
Hello Brusel.

Thank you for reporting the bug.

Following the steps you provided, I copied text from both Windows Notepad and
Google Docs for samples from other applications.  I was not able to reproduce
the bug.  I tested in both stable and unstable versions - details as follows:

Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: a834bbad8295cba0ca88a91a524aad48640271ec
CPU threads: 8; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded


Version: 7.4.3.2 (x64) / LibreOffice Community
Build ID: 1048a8393ae2eeec98dff31b5c133c5f1d08b890
CPU threads: 8; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded


Kind Regards

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

[Libreoffice-bugs] [Bug 153248] Insert Caption and Caption Options dialogs have a mix of settings affecting the whole category or only current caption

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153248

--- Comment #5 from sdc.bla...@youmail.dk ---
Clarification of  "placed in its own frame, instead of a frame" in comment 4.

Should be:  "placed in its own frame, INSIDE of a frame"

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

[Libreoffice-bugs] [Bug 153413] Equations in Writer should be able to wrap to the page width

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153413

Lesline  changed:

   What|Removed |Added

 CC||leslinetest...@gmail.com

--- Comment #2 from Lesline  ---
Hello Rafael.

Thank you for reporting this bug.

I wasn't able to reproduce this issue using the following versions:

Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: a834bbad8295cba0ca88a91a524aad48640271ec
CPU threads: 8; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded


Version: 7.4.3.2 (x64) / LibreOffice Community
Build ID: 1048a8393ae2eeec98dff31b5c133c5f1d08b890
CPU threads: 8; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded


Kind Regards

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

[Libreoffice-bugs] [Bug 153248] Insert Caption and Caption Options dialogs have a mix of settings affecting the whole category or only current caption

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153248

--- Comment #4 from sdc.bla...@youmail.dk ---
(In reply to Heiko Tietze from comment #2)
> I don't see the problems
Will let stragu elaborate if needed.

But as a mild query
> Per Character Style it is possible to use bold font, for example, at the
> numbering coming from a special character style.
Present behavior is to apply this CS only to "category name and field number"
for the caption to be inserted.  What is the use case justification here?

Seems better (and more useful) to have the change applied to all the captions,
which would be consistent with the behavior of the "Numbering (Captions) by
Chapter" section.

Same story for "Category" (category order) -- why would you switch order for
one case, but not for all?  Seems more practical to be able to change all cases
in this way (given that it is always possible to manually edit a single case).

> If this CS is using a border I cannot disable it by not checking the "Apply 
> border and shadow" checkbox - smells like a bug. 
Is it possible that (long ago) "caption" was placed in its own frame, instead
of a frame? Otherwise, what is the meaning of "caption frame" (and what is the
"object") in the help page [1].

And what is the meaning of the section title "Category and Frame Format"?  (if
checkbox is removed, then probably need to improve the title).

(NB that the help for this section has not changed since its initial checkin in
2004.)

Would make more sense that all options in the options dialog were applied to
all existing (and future) captions (which I think is also noted in comment 1).

In all cases, could probably simplify the interface of the options dialog by
moving the Numbering by Chapter section to bottom, and then drop the section
titles for "Category and Frame Format" and "Caption" (which do not seem to help
much).


[1] https://help.libreoffice.org/7.6/en-US/text/swriter/01/04060100.html

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

[Libreoffice-bugs] [Bug 153423] Formatting: AutoCorrect numbered lists incorrectly starts list with 10

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153423

Lesline  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||leslinetest...@gmail.com
 Ever confirmed|0   |1

--- Comment #1 from Lesline  ---

Hello Alistair.

Thanks for reporting the bug.  I was able to reproduce the bug in the unstable
version but NOT in the fresh version.  The versions used are:


FOUND IN THIS MASTER VERSION:

Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: a834bbad8295cba0ca88a91a524aad48640271ec
CPU threads: 8; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded



NOT FOUND IN THIS FRESH VERSION:

Version: 7.4.3.2 (x64) / LibreOffice Community
Build ID: 1048a8393ae2eeec98dff31b5c133c5f1d08b890
CPU threads: 8; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded


Kind Regards

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

[Libreoffice-bugs] [Bug 153426] New: Have in the border options, the possibility of being able to put a diagonal border on a row/column/table in Writer

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153426

Bug ID: 153426
   Summary: Have in the border options, the possibility of being
able to put a diagonal border on a row/column/table in
Writer
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: josue.graehling.1...@gmail.com

Have in the border options, the possibility of being able to put a diagonal
border on a row/column/table in Writer

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

[Libreoffice-bugs] [Bug 153425] calc shows different representations (TRUE/FALSE/1/0) of boolean data types stored in .xlxs starting near row 50

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153425

--- Comment #3 from PMouse  ---
Created attachment 185165
  --> https://bugs.documentfoundation.org/attachment.cgi?id=185165=edit
screenshot of excell with same file

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

[Libreoffice-bugs] [Bug 153425] calc shows different representations (TRUE/FALSE/1/0) of boolean data types stored in .xlxs starting near row 50

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153425

--- Comment #2 from PMouse  ---
Created attachment 185164
  --> https://bugs.documentfoundation.org/attachment.cgi?id=185164=edit
screenshot of googlesheets with same file

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

[Libreoffice-bugs] [Bug 153425] calc shows different representations (TRUE/FALSE/1/0) of boolean data types stored in .xlxs starting near row 50

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153425

--- Comment #1 from PMouse  ---
Created attachment 185163
  --> https://bugs.documentfoundation.org/attachment.cgi?id=185163=edit
screenshot of LO doing the wrong thing

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

[Libreoffice-bugs] [Bug 152718] Curve auto numbering on merged cells

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152718

Lesline  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #2 from Lesline  ---
Hello Ruslan.

I was able to merge the cells and test as outlined.  I wasn't able to reproduce
the bug using the following versions:

Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: a834bbad8295cba0ca88a91a524aad48640271ec
CPU threads: 8; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

Version: 7.4.3.2 (x64) / LibreOffice Community
Build ID: 1048a8393ae2eeec98dff31b5c133c5f1d08b890
CPU threads: 8; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded



I have set the status back to 'UNCONFIRMED'.

Kind Regards

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

[Libreoffice-bugs] [Bug 153425] New: calc shows different representations (TRUE/FALSE/1/0) of boolean data types stored in .xlxs starting near row 50

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153425

Bug ID: 153425
   Summary: calc shows different representations (TRUE/FALSE/1/0)
of boolean data types stored in .xlxs starting near
row 50
   Product: LibreOffice
   Version: 7.5.0.3 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: porcelain_mo...@vfemail.net

Description:
Calc isn't consistent when displaying boolean values stored in .xlsx files. 
Gnumeric, Excel, and GoogleSheets represent the same spreadsheet file data
differently than Calc.

Near row 50, libreoffice-calc switches from "TRUE" or "FALSE" text
representation to 1 or 0 integer value representations.

Steps to Reproduce:
1. In Excel, start a new spreadsheet.
2. Leave cell A1 empty.
3. Put 0 in cell A2, 1 in cell A3, and pull down on the lower corner of the
cell to fill 101 rows with increasing integers.
4. Put a title for column B in cell B1, like "column" or something
5. Put "TRUE" in B2 and "FALSE" in B3.
6. Select B2:B3 and then pull-down auto-fill, again, so that you have 100 rows
of True/False alternating values.
7. Save the file as standard "Excel Workbook" (.xlsx) file which is the newer
standard.  I didn't test with "Strict OpenXML".
8. Now, save the same data as "Excel 97-2003" (.xls), too.
9. Open both export data files in Libre Office (calc)

Actual Results:
The .xls version opens fine, looks as expected.
The .xlsx version opens, but data is not shown in a consistent representation. 
During my testing, the representation always starts out as "TRUE"/"FALSE", but
changes to 0/1 at least once around row 50, but not always on the same row, and
sometimes switches back and forth at least one more time within the first 100
rows.

Expected Results:
The same data type should have the same representation where identically
formatted.  Since the data wasn't manually formatted, it is the default, and,
presumably, all the same in this example.  Regardless, all other spreadsheet
programs work as expected with this data, so...


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 7.5.0.3 (X86_64)
Build ID: 50(Build:3)
CPU threads: 2; OS: Linux 6.2; 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.

[Libreoffice-bugs] [Bug 140024] "replace custom styles" option in AutoCorrect needs critical review

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140024

--- Comment #3 from sdc.bla...@youmail.dk ---
(In reply to V Stuart Foote from comment #1)
> +1
bug 90507 comment 22 acknowledges the issues here, but does not provide any
additional information or clarification about expected behavior, in light of
the points copied into OP.

Meanwhile, from some (limited) experiments with 7.6.0.0.alpha0+,  it seems that
"empty" paragraphs with Custom Styles are not converted.  Now filed as bug
153424.

It is not clear whether documentation can/should be improved further or whether
UXEval is needed to decide on "expected behavior".

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

[Libreoffice-bugs] [Bug 153424] New: Autocorrect for "Replace Custom Styles" does not work when a custom style is applied to an empty paragraph

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153424

Bug ID: 153424
   Summary: Autocorrect for "Replace Custom Styles" does not work
when a custom style is applied to an empty paragraph
   Product: LibreOffice
   Version: 7.2.7.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sdc.bla...@youmail.dk

1. Apply some Custom paragraph styles to empty paragraphs in a document.
   (you might also want to make apply some custom styles some paragraphs with
text
to see that these will be converted correctly.
2. Tools > AutoCorrect > AutoCorrect Options - Options tab, select "Replace
Custom Styles".
3. Run "Tools > AutoCorrect > Apply

Actual:Empty paragraphs are not converted to Text Body PS.
Expected:  Empty paragraphs are converted to Text Body PS.

Additional information:  

Afaict, works correctly for custom style paragraphs with text.

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

[Libreoffice-bugs] [Bug 149161] Keyboard not responding in Calc, Writer and LibreOffice

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149161

--- Comment #5 from MarkusBg  ---
Yes, installing libreoffice-gtk3 appears to solve the problem!

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

[Libreoffice-bugs] [Bug 153421] On windows, the picture croping tool miss the bottom left handle

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153421

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
No reproducible.
Version: 7.5.0.3 (X86_64) / LibreOffice Community
Build ID: c21113d003cd3efa8c53188764377a8272d9d6de
CPU threads: 4; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: en-US Calc: CL threaded

Please test with a clean profile, Menu/Help/Restart in Safe Mode

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

[Libreoffice-bugs] [Bug 153423] New: Formatting: AutoCorrect numbered lists incorrectly starts list with 10

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153423

Bug ID: 153423
   Summary: Formatting: AutoCorrect numbered lists incorrectly
starts list with 10
   Product: LibreOffice
   Version: 7.5.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: saywel...@gmail.com

If the setting "Bulleted and numbered lists. Bullets: •" is ticked in *Tools >
AutoCorrect > AutoCorrect Options > Options* and you try to start a list with
`1.` then the list will start with 10, e.g. typing "1. Item 1" gives:
10. Item 1
11. Item 2
Discovered in
https://ask.libreoffice.org/t/autocorrect-numbered-list-adds-a-0/87428 .
Seems to be recent, does not happen in 7.3.7.2 but does in 7.5.0.3 

New user profile in

Version: 7.5.0.3 (X86_64) / LibreOffice Community
Build ID: c21113d003cd3efa8c53188764377a8272d9d6de
CPU threads: 8; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win
Locale: en-NZ (en_NZ); UI: en-GB
Calc: CL threaded

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

[Libreoffice-bugs] [Bug 153398] It does not change the color of the letter

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153398

--- Comment #3 from Juan José Armero  ---
Created attachment 185162
  --> https://bugs.documentfoundation.org/attachment.cgi?id=185162=edit
font color (dark red 2)

I hope it is useful.
Yesterday I did not find a way to attach the file. My apologies

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

[Libreoffice-bugs] [Bug 153422] Writer Table Formula Evaluation Errors

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153422

David Alden  changed:

   What|Removed |Added

 CC||dav5al...@gmail.com

--- Comment #1 from David Alden  ---
Created attachment 185161
  --> https://bugs.documentfoundation.org/attachment.cgi?id=185161=edit
Writer Table Formula Demo Document

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

[Libreoffice-bugs] [Bug 153422] New: Writer Table Formula Evaluation Errors

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153422

Bug ID: 153422
   Summary: Writer Table Formula Evaluation Errors
   Product: LibreOffice
   Version: 3.3.0 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dav5al...@gmail.com

Description:
Libre Office Writer Version 7.4.5.1 installed today along with previous
versions exhibit table formula evaluation inconsistencies and unpredictable
evaluation errors under several conditions including functions using the List
Separator and other operators.  An attached Writer document demonstrates
examples with descriptions.

Steps to Reproduce:
1. Create multi-column table in Writer documents
2. Populate cells with numbers and formulas as shown in attached document.
3.

Actual Results:
Erroneous calculations and unpredictable evaluations. See attached Writer
7.4.5.1 document.

Expected Results:
Correct and predictable calculations and evaluations.


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 7.4.5.1 / LibreOffice Community
Build ID: 9c0871452b3918c1019dde9bfac75448afc4b57f
CPU threads: 4; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded

Running under up-to-date Linux Lite 6.2 on an quad-core Asus Laptop with 4GB
RAM.

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

[Libreoffice-bugs] [Bug 145945] FILEOPEN DOCX: diagonal borders isn't displayed on the table.

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145945

Dieter  changed:

   What|Removed |Added

Version|7.5.0.2 rc  |7.2.3.2 release

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

[Libreoffice-bugs] [Bug 153421] New: On windows, the picture croping tool miss the bottom left handle

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153421

Bug ID: 153421
   Summary: On windows, the picture croping tool miss the bottom
left handle
   Product: LibreOffice
   Version: 7.5.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: granj...@gmail.com

Description:
In writer, I paste a picture.
I want to crop it so I select it and then I clic the crop icon.
To croping handles appear, but, the bottom left one is missing.
The issue is on windows but it seems it is not on linux mint Vera (as far as I
have seen).
It's in 7.4 and 7.5 versions.

Steps to Reproduce:
1. copy picture in writer and select it
2. clic "crop"
3.

Actual Results:
no crop handle at the bottom left

Expected Results:
6 croping handles, including at the bottom left


Reproducible: Always


User Profile Reset: No

Additional Info:
not necessary I gess

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

[Libreoffice-bugs] [Bug 153042] FILEOPEN: DOC/X: Incorrect indent of first line

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153042

Justin L  changed:

   What|Removed |Added

   See Also|https://bugs.documentfounda |https://bugs.documentfounda
   |tion.org/show_bug.cgi?id=10 |tion.org/show_bug.cgi?id=11
   |6953|2211

--- Comment #16 from Justin L  ---
OK - I think the main problem here is that we do no distinguish between
documents that do not have a tabStop defined (i.e. default of zero), or those
that do have it defined as zero.

tdf148360.docx is probably the poster child for this aspect of the bug,
although it seems to be slightly corrupt, since things change when hitting OK
after viewing the settings. It has no tabstop defined, and thus a default
tabstop should be activated.


If the tabstop is defined, and it is the same as the first line indent
position, then the tabstop should just be swallowed up. The tdf153042_X
documents are examples of this.


sampl1.doc gets numbering via the Heading 3 style, but has direct paragraph
formatting (Heading 3 + Left:0" that overrides the numbering I guess. (Changing
the paragraph format to just "Heading 3" indents similar to LO.

tdf106953.docx seems to be slightly corrupt, since viewing the settings and
hitting OK changes things. There is a tabstop defined at .25 inch, but regular
paragraph indent of 0.5. In Word it looks like the 0.5 is winning out, but when
pressing OK it looks like it changes to the .25 indent.

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

[Libreoffice-bugs] [Bug 153388] Calc UI: Incorrect rendering of cell borders

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153388

--- Comment #5 from David Lynch  ---
Created attachment 185160
  --> https://bugs.documentfoundation.org/attachment.cgi?id=185160=edit
Exhibits bug more clearly

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

[Libreoffice-bugs] [Bug 153321] Notebook Bar (MUFFIN) separator color inconsistent in dark mode

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153321

Caolán McNamara  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #8 from Caolán McNamara  ---
Lets try using the SeparatorColor in both cases:
https://gerrit.libreoffice.org/c/core/+/146596

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

[Libreoffice-bugs] [Bug 153388] Calc UI: Incorrect rendering of cell borders

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153388

--- Comment #4 from David Lynch  ---
I have loaded bug153388b which shows what happens more clearly:

Enter d in B1:
  The border between B9 and B10 is thinner that that between B8 and B9: this is
wrong.
[+PAGE][-PAGE]:
  The border between B9 and B10 is the same as that between B8 and B9: this is
right
Delete d in B1:
  There is a border between B9 and B10: this is wrong.
[+PAGE][-PAGE]:
  The border between B9 and B10 disappears: this is right.

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

[Libreoffice-bugs] [Bug 153321] Notebook Bar (MUFFIN) separator color inconsistent in dark mode

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153321

--- Comment #7 from Caolán McNamara  ---
The NotebookBar is using FixedLines and that is drawing with
DecorationView::DrawSeparator which uses Settings::GetShadowColor() +
Settings::GetLightColor() while the Toolbar is using ToolBox::ImplDrawSeparator
which uses Settings::GetSeparatorColor()

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

[Libreoffice-bugs] [Bug 153403] FILEOPEN PPTX: Alt Text field of image is lost on open in LO

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153403

Julien Nabet  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de,
   ||serval2...@yahoo.fr
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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

Not only it doesn't import the alternative text but also, it doesn't export the
attribute.
Indeed, when unzipping the file, we can see in ppt/slides/slide1.xml 
there's this at the beginning:


but after having exported the file, the "title" attribute is removed.

Regina: I may be wrong but wrong but it seems it's because
oox::drawingml::Shape doesn't have this attribute.

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

[Libreoffice-bugs] [Bug 145945] FILEOPEN DOCX: diagonal borders isn't displayed on the table.

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145945

MadMint  changed:

   What|Removed |Added

Version|7.2.3.2 release |7.5.0.2 rc

--- Comment #8 from MadMint  ---
Good evening,

I find it indecent that with the advances in LO, you still can't diagonally
split table cells on Writer .

How do I escalate this suggestion?

Thank you for helping me car on step on the head.

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

[Libreoffice-bugs] [Bug 145943] Diagonal Border disappeares when the table with it inserted into Writer.

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145943

MadMint  changed:

   What|Removed |Added

Version|7.2.3.2 release |7.5.0.3 release

--- Comment #4 from MadMint  ---
Good evening,

I find it indecent that with the advances in LO, you still can't diagonally
split table cells on Writer .

How do I escalate this suggestion?

Thank you for helping me car on step on the head.

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

[Libreoffice-bugs] [Bug 51665] Support diagonal borders in TABLEs

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51665

--- Comment #23 from MadMint  ---
Good evening,

I find it indecent that with the advances in LO, you still can't diagonally
split table cells on Writer .

How do I escalate this suggestion?

Thank you for helping me car on step on the head.

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

[Libreoffice-bugs] [Bug 153392] Font Name, Font Size and Font "Style" (Bold, Italic, Underline) changes applied to a column do not change all the content of selected cells. Ukrainian language/Cyrillic

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153392

--- Comment #3 from s18o11...@gmail.com ---
One more observation:

when I select the cell with mixed fonts, Font Name menu does not became blank
as it imho should became. This behavior may be the source of incomplete Font
Name and Font attributes modification for the set of cells.

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

[Libreoffice-bugs] [Bug 153388] Calc UI: Incorrect rendering of cell borders

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153388

--- Comment #3 from ady  ---
I can see the subtle change with LO 7.4.4, but it is really dependent on exact
situation, zoom, screen resolution... If I change zoom value, or hide part of
the columns or rows, I might not see the difference. Or I might see it but
slightly in a different way than the first time.

So, the steps to (kind of) "repro" this, at least for me, must be exactly as
described:

1. Open attachment 185128.
2. In cell I7 of sheet "g", type in "d" (without quotation marks).
3. Note the border between I22 and I23. It is slightly different than the
others.
4. Page down, page up.
5. Note the border between I22 and I23. It looks different than before.

Now, I've tried additional things, using a 7.6 alpha+:

6. Zoom-in (400%) to I21. I can see that the border between I22 and I23 is
different than between I23 and I24. The border between I22 and I23 looks
similar to the border between H23 and I23.

Additional details:
A_ IDK what is the width of the border that was supposed to be expected in each
case.
B_ IDK whether the borders that look wider than that between I22 – I23 are like
that (wider) because of some border being set "twice", in both neighboring
cells.
C_ IDK whether this is a LO issue, or an OS issue, or a screen resolution/zoom
issue, or a graphic card issue, or…


The 7.6 alpha+ that I tested with is:
Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: d8e6b488ceaff7c88856ebcfcfec14d2d8cd7652
CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: en-US (es_AR); UI: en-US
Calc: CL threaded

I'm not sure I can call this NEW (yet).

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

[Libreoffice-bugs] [Bug 153398] It does not change the color of the letter

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153398

Werner Tietz  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #2 from Werner Tietz  ---
Please attach a writer.odt instead silly screenshots!

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

[Libreoffice-bugs] [Bug 146932] CJK font-size in Writer default paragraph style is not the same as Western font

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146932

Dieter  changed:

   What|Removed |Added

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

--- Comment #5 from Dieter  ---
(In reply to Kevin Suo from comment #3)
> This is tricky. Although I can try to revert the changes in commit
> 7343e687fc9a180d453bf0112318c563801f303d, 
> 
> however reverting that commit will trigger bug 36709, i.e. if the CJK font
> size is 12pt (i.e. the same as Western), then if one sets the first line
> indent to 2 ch (2 characters, 2 字符), then the actual first line indent value
> is not correctly 2 characters. The current 2 characters seems to be
> calculated according to the 10.5pt font size.
> 
> As a result, the fix for this bug depends on the fix for bug 36709.

Kevin, who can or should decide that problem? Is it up to japanese community,
or design-team, or ...?

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

[Libreoffice-bugs] [Bug 147906] Use hypot function for Pythagorean addition

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147906

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

https://git.libreoffice.org/core/commit/08cfcea7fef6cde9eddcfa461fe1edff99dadafe

tdf#147906 Use Math.hypot() for Pythagorean addition

It will be available in 7.6.0.

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

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

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

[Libreoffice-bugs] [Bug 146784] Border of Table show blurry in libreoffice writer

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146784

Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

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

[Libreoffice-bugs] [Bug 107701] [META] Table border bugs and enhancements

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107701

Dieter  changed:

   What|Removed |Added

 Depends on||146784


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=146784
[Bug 146784] Border of Table show blurry in libreoffice writer
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 146784] Border of Table show blurry in libreoffice writer

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146784

Dieter  changed:

   What|Removed |Added

 Blocks||107701

--- Comment #5 from Dieter  ---
Still can't see a problem in

Version: 7.5.0.3 (X86_64) / LibreOffice Community
Build ID: c21113d003cd3efa8c53188764377a8272d9d6de
CPU threads: 4; OS: Windows 10.0 Build 19044; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: CL threaded

Recobayu, coukld you please retest with LO 7.5 and give feedback?
=> NEEDINFO


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 142437] Applying autocorrect wordlist changes sub-strings for Marathi

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142437

Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #7 from Dieter  ---
Shantanu, it seems, that nobody could confirm your bug report. An new major
release is now available. So could you please retest again with the latest
version of LO (LO 7.5) and give feedback?

=> NEEDINFO

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

[Libreoffice-bugs] [Bug 146148] Severe lags when working on SMB share on cursor movement and saving file

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146148

Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #4 from Dieter  ---
(In reply to thdeppner from comment #3)
> Has improved with following releases; bug report can be deleted.

=> RESOLVED WORKSFORME

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

[Libreoffice-bugs] [Bug 104742] [META] Network-involved bugs

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104742
Bug 104742 depends on bug 146148, which changed state.

Bug 146148 Summary: Severe lags when working on SMB share on cursor movement 
and saving file
https://bugs.documentfoundation.org/show_bug.cgi?id=146148

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

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

[Libreoffice-bugs] [Bug 153418] Layout isn't using the whole window, wasting lots of space

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153418

Ken Shirriff  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Libreoffice-bugs] [Bug 153418] Layout isn't using the whole window, wasting lots of space

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153418

--- Comment #2 from Ken Shirriff  ---
I can't reproduce this in Safe Mode, but I couldn't reproduce the problem in
regular mode either. I see the expected behavior: when I adjust the size of the
Properties pane, the drawing mode adjusts to fill the entire area.

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

[Libreoffice-bugs] [Bug 153416] Some buttons are white-on-white on macOS

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153416

--- Comment #2 from Ken Shirriff  ---
The Release Notes button is white-on-white in Safe Mode too, by the way.

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

[Libreoffice-bugs] [Bug 153420] Menú > Ver > Ampliación ("Zoom" en inglés, "Zum" está muy mal)

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153420

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #3 from m.a.riosv  ---
Reproducible.
Version: 7.4.5.1 (x64) / LibreOffice Community
Build ID: 9c0871452b3918c1019dde9bfac75448afc4b57f
CPU threads: 4; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: es-ES Calc: threaded

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

[Libreoffice-bugs] [Bug 153420] Menú > Ver > Ampliación ("Zoom" en inglés, "Zum" está muy mal)

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153420

Julien Nabet  changed:

   What|Removed |Added

 CC||albac...@gmail.com,
   ||fit...@ubuntu.com,
   ||serval2...@yahoo.fr

--- Comment #2 from Julien Nabet  ---
Adolfo/Albert: any thoughts here?

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

[Libreoffice-bugs] [Bug 153418] Layout isn't using the whole window, wasting lots of space

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153418

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
Please test with a clean profile, Menu/Help/Restart in Safe Mode

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

[Libreoffice-bugs] [Bug 153380] Copying/pasting datas from QGIS makes LibreOffice hanging

2023-02-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153380

--- Comment #12 from Julien Nabet  ---
Hmm I don't see rectangle and point layer icons in layer panel.
I got 8 buttons (approximative English translation from French):
- open panel for layer style
- add a group
- manage map themes
- filter legend
- filter legend with expression
- expand all
- reduce all
- delete layer/group

Anyway, don't bother, I can't reproduce this with build release so even if I
find the right buttons, it won't help.

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

  1   2   3   >