[Libreoffice-bugs] [Bug 153137] Document Recovery should not offer to recover read-only files

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153137

--- Comment #6 from Mike Kaganski  ---
(In reply to ady from comment #4)
> (In reply to Mike Kaganski from comment #2)
> > recovery should simply not try to recover files that were open in
> > read-only mode. Because it means there was no possible unsaved changes that
> > need recovery.
> 
> What happens if a user initially opens in read-only mode but then activates
> edition? The file was originally opened as read-only, but it is editable by
> the time a crash happens. Should recovery be attempted on such file?

Not "files that had been *opened* in read-only mode", but "files that were in
read-only mode at the moment of crash". Basically - the fact of becoming
read-only (even from an initially editable state) should remove the file from
the set of files tracked for recovery.

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

[Libreoffice-bugs] [Bug 143781] [META] Development- and code-related bug reports and tasks

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143781

BogdanB  changed:

   What|Removed |Added

 Depends on||99308


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=99308
[Bug 99308] Amordegrc using obsolete values for degressive amortisation
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 99308] Amordegrc using obsolete values for degressive amortisation

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99308

BogdanB  changed:

   What|Removed |Added

Summary|amordegrc using obsolete|Amordegrc using obsolete
   |values for degressive   |values for degressive
   |amortisation|amortisation
 CC||buzea.bog...@libreoffice.or
   ||g
 Blocks||143781

--- Comment #7 from BogdanB  ---
The same now in
/core/scaddins/source/analysis/analysishelper.cxx 

double GetAmordegrc( sal_Int32 nNullDate, double fCost, sal_Int32 nDate,
sal_Int32 nFirstPer,
954  double fRestVal, double fPer, double fRate, sal_Int32 nBase )
955  {
956  sal_uInt32  nPer = sal_uInt32( fPer );
957  double  fUsePer = 1.0 / fRate;
958  double  fAmorCoeff;
959  
960  if( fUsePer < 3.0 )
961  fAmorCoeff = 1.0;
962  else if( fUsePer < 5.0 )
963  fAmorCoeff = 1.5;
964  else if( fUsePer <= 6.0 )
965  fAmorCoeff = 2.0;
966  else
967  fAmorCoeff = 2.5;


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=143781
[Bug 143781] [META] Development- and code-related bug reports and tasks
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 97612] Grid changes when page is resized

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97612

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g
 OS|Windows (All)   |All

--- Comment #8 from BogdanB  ---
Also in
Version: 7.6.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 3070091c9eafc964ebb3f53d3b44124b40571fd8
CPU threads: 16; OS: Linux 5.19; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 134540] FILEOPEN DOC : Document grid, incorrect number of lines for font

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134540

BogdanB  changed:

   What|Removed |Added

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

--- Comment #4 from BogdanB  ---
Also in
Version: 7.6.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 3070091c9eafc964ebb3f53d3b44124b40571fd8
CPU threads: 16; OS: Linux 5.19; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 145200] [META] Case cycling

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145200

BogdanB  changed:

   What|Removed |Added

 Depends on||97152


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=97152
[Bug 97152] To lowercase/uppercase not working with some Greek Unicode
characters
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 97152] To lowercase/uppercase not working with some Greek Unicode characters

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97152

BogdanB  changed:

   What|Removed |Added

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

--- Comment #6 from BogdanB  ---
Also in
Version: 7.6.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 3070091c9eafc964ebb3f53d3b44124b40571fd8
CPU threads: 16; OS: Linux 5.19; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
Calc: threaded


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 96928] Print (including preview) moves Code-128 font fields down (appears to add empty line)

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96928

BogdanB  changed:

   What|Removed |Added

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


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 102985] [META] Font bugs and enhancements

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102985

BogdanB  changed:

   What|Removed |Added

 Depends on||96928


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=96928
[Bug 96928] Print (including preview) moves Code-128 font fields down (appears
to add empty line)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 94719] Embedded Word picture has wrong line width and some of the lines disappear

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94719

BogdanB  changed:

   What|Removed |Added

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

--- Comment #10 from BogdanB  ---
Created attachment 187567
  --> https://bugs.documentfoundation.org/attachment.cgi?id=187567=edit
screenshot

In 7.6 lines are very thin, after double click, in edit mode they are normal.
When exiting edit mode, thin again. See screenshot.

Version: 7.6.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 3070091c9eafc964ebb3f53d3b44124b40571fd8
CPU threads: 16; OS: Linux 5.19; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 94276] IMPRESS, DRAW: UI: document container isn't resized

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94276

BogdanB  changed:

   What|Removed |Added

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

--- Comment #11 from BogdanB  ---
Repro in
Version: 7.6.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 3070091c9eafc964ebb3f53d3b44124b40571fd8
CPU threads: 16; OS: Linux 5.19; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 93834] CALC: Moving with arrows doesn't work when cells activated by double mouse click and '=' clicked

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93834

BogdanB  changed:

   What|Removed |Added

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

--- Comment #8 from BogdanB  ---
If cell editing it is started with F2, than =, arrows can be used.
When cell editing it is started with double click, then =, arrows can NOT be
used.

Retested with
Version: 7.6.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 3070091c9eafc964ebb3f53d3b44124b40571fd8
CPU threads: 16; OS: Linux 5.19; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
Calc: threaded


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 112128] [META] Cell edit mode bugs and enhancements

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112128

BogdanB  changed:

   What|Removed |Added

 Depends on||93834


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=93834
[Bug 93834] CALC: Moving with arrows doesn't work when cells activated by
double mouse click and '=' clicked
-- 
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

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71732

BogdanB  changed:

   What|Removed |Added

 Depends on||92063


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=92063
[Bug 92063] Formating: Checkboxes (squares) appear as Euro sign
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 92063] Formating: Checkboxes (squares) appear as Euro sign

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92063

BogdanB  changed:

   What|Removed |Added

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

--- Comment #16 from BogdanB  ---
Euro sign also in
Version: 7.6.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 3070091c9eafc964ebb3f53d3b44124b40571fd8
CPU threads: 16; OS: Linux 5.19; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
Calc: threaded


Referenced Bugs:

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

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

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103309

BogdanB  changed:

   What|Removed |Added

 Depends on||91509


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=91509
[Bug 91509] Printing fails when printing documents with user defined paper size
to Microsoft XPS Document Writer and some other printers
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 91509] Printing fails when printing documents with user defined paper size to Microsoft XPS Document Writer and some other printers

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91509

BogdanB  changed:

   What|Removed |Added

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


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 91451] Writer Picture size value for Width and Height is not getting changed at decimal value

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91451

BogdanB  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||buzea.bog...@libreoffice.or
   ||g
 Resolution|--- |WORKSFORME
Summary|Writer Picture size value   |Writer Picture size value
   |for Width and Height is not |for Width and Height is not
   |getting changed at decimal  |getting changed at decimal
   |val |value

--- Comment #6 from BogdanB  ---
With Sidebar opened, and repeating the steps, decimal values change also for
your document image, and also for any new document with an image that it is
croped.

If you can reproduce this bug with a newer version please change the status to
New.

Version: 7.6.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 3070091c9eafc964ebb3f53d3b44124b40571fd8
CPU threads: 16; OS: Linux 5.19; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 116154] [META] Cursor bugs and enhancements

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116154

BogdanB  changed:

   What|Removed |Added

 Depends on||90919


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=90919
[Bug 90919] Editing: Cursor placement by mouse click in front of the last
character in a line does not work
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 90919] Editing: Cursor placement by mouse click in front of the last character in a line does not work

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90919

BogdanB  changed:

   What|Removed |Added

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


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 94150] Selecting text does not work consistent

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94150

BogdanB  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 CC||buzea.bog...@libreoffice.or
   ||g
 Status|NEW |RESOLVED

--- Comment #7 from BogdanB  ---
I think we can close now this bug, as we have an icon with copy symbol near
Version Information, that is copying all the text that is needed for bug
reports.

Version: 7.6.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 3070091c9eafc964ebb3f53d3b44124b40571fd8
CPU threads: 16; OS: Linux 5.19; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
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

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71732

BogdanB  changed:

   What|Removed |Added

 Depends on||155475


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=155475
[Bug 155475] Incorrect displaying of some text in Writer, while it is OK in
exported PDF
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 155475] Incorrect displaying of some text in Writer, while it is OK in exported PDF

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155475

BogdanB  changed:

   What|Removed |Added

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


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 154343] Libreoffice crash if orca is started after a libreoffice component

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154343

Dieter  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 155449] Launching Orca after Writer sometimes crashes Writer (stack trace provided) gtk3 a11y atkwrapper.cxx

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155449

Dieter  changed:

   What|Removed |Added

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

--- Comment #2 from Dieter  ---
Similar report is bug 154353.

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

[Libreoffice-bugs] [Bug 155533] Conditional Formating at Merged Cells

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155533

BogdanB  changed:

   What|Removed |Added

 Blocks||108320
   Hardware|x86-64 (AMD64)  |All
 OS|Linux (All) |All

--- Comment #5 from BogdanB  ---
This is an updated version of my wrong comment 2: everything fine with your
file.

Everything fine in
Version: 7.5.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: ad085990b8073a122ac5222e5220f8f1d6826dcf
CPU threads: 16; OS: Linux 5.19; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
Calc: threaded


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 108320] [META] Calc cells merging and splitting bugs and enhancements

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108320

BogdanB  changed:

   What|Removed |Added

 Depends on||155533


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=155533
[Bug 155533] Conditional Formating at Merged Cells
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 155449] Launching Orca after Writer sometimes crashes Writer (stack trace provided) gtk3 a11y atkwrapper.cxx

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155449

Dieter  changed:

   What|Removed |Added

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

--- Comment #1 from Dieter  ---
Joan Marie, thank you for the bug report. Just for clarification: Writer
crashes immediately after launching Orca, correct? No further steps are needed?
Could you please retest with a clean user profile? Thank you
=> NEEDINFO

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

[Libreoffice-bugs] [Bug 113285] [META] Crash report system bugs and enhancements

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113285

BogdanB  changed:

   What|Removed |Added

 Depends on||152983


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=152983
[Bug 152983] Won't open a word doc
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 152983] Won't open a word doc

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152983

BogdanB  changed:

   What|Removed |Added

 Blocks||113285


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 154123] "Change fill color" animation fails for tables

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154123

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 155332] Enhancement to document check

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155332

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

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

[Libreoffice-bugs] [Bug 148541] Crash in: google_breakpad::ExceptionHandler::HandlePureVirtualCall()

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148541

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

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 129062] [META] Skia library bugs

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129062
Bug 129062 depends on bug 147353, which changed state.

Bug 147353 Summary: Performance problem when using Skia renderer with hardware 
acceleration (Win11)
https://bugs.documentfoundation.org/show_bug.cgi?id=147353

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 147353] Performance problem when using Skia renderer with hardware acceleration (Win11)

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147353

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

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 146091] Text is out of text box's rectangle when using --convert-to pdf in commandline

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146091

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

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 136608] Cell borders not announced by screen readers

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136608

--- Comment #6 from QA Administrators  ---
Dear Karl-Heinz Arkenau,

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 52527] Background Colour for Fields is Used Incorrectly for Dotted Lines Tables of Contents

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=52527

--- Comment #14 from QA Administrators  ---
Dear Harald Koester,

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 53074] Index entry duplicated by copy and paste within source text of entry

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=53074

--- Comment #20 from QA Administrators  ---
Dear mike.hall,

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 51729] EDITING: Copied cells are incorectly highlighted as copied after next copying to the clipboard

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51729

--- Comment #10 from QA Administrators  ---
Dear Viktor Mileikovskyi,

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 36447] FORMATTING HTML formatting problems with spacing and font size

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36447

--- Comment #16 from QA Administrators  ---
Dear Dave Yost,

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 140301] FILEOPEN XLSX Image vertical positioning imported incorrectly with large values

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140301

--- Comment #8 from QA Administrators  ---
Dear Peter Ragosch,

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 142266] HUD search does not match parent menu name

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142266

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

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 104452] "Cut, add row, paste" doesn't update references

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104452

--- Comment #11 from QA Administrators  ---
Dear libreoffice,

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 155539] V7.4 does not read older versions of documents

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155539

--- Comment #3 from m.a.riosv  ---
https://support.microsoft.com/en-us/windows/uninstall-or-remove-apps-and-programs-in-windows-4b55f974-2cc6-2d2b-d092-5905080eaf98

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

[Libreoffice-bugs] [Bug 155539] V7.4 does not read older versions of documents

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155539

--- Comment #2 from m.a.riosv  ---
Please paste here the information on Menu/Help/About LibreOffce (There is an
icon to copy)

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

[Libreoffice-bugs] [Bug 155539] V7.4 does not read older versions of documents

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155539

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
That it's really strange.

 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 155538] Bad listing - not dot but something like "q" is listing when I open a pdf file in Libre Office Draw.

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155538

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
Please, can you attach a sample to test?

And paste here the information on Menu/Help/About LibreOffce (There is an icon
to copy)

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

[Libreoffice-bugs] [Bug 146976] Writer Crashes After Opening A Large File of 2000 text pages

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146976

csyu@gmail.com changed:

   What|Removed |Added

 CC||caolan.mcnamara@collabora.c
   ||om, csyu@gmail.com
   Keywords||bibisected, bisected

--- Comment #11 from csyu@gmail.com ---
Regression introduced:

https://git.libreoffice.org/core/+/51379fb3d46e5891bdaea0122bd62b0753663da3%5E%21

commit  51379fb3d46e5891bdaea0122bd62b0753663da3[log]
author  Caolán McNamara Thu Dec 03 15:54:45 2020 
committer   Caolán McNamara Fri Dec 04 15:57:41
2020 
tree6c9e85ed41e6999bb3d9c5331da05dee2141ef0b
parent  30c54afbf5bf03da27db7f90b518817cd05e8ccd [diff]


Bibisected with: bibisect-win64-7.2

Adding Cc: Caolán McNamara

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

[Libreoffice-bugs] [Bug 155533] Conditional Formating at Merged Cells

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155533

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #4 from m.a.riosv  ---
I see the issue with
Version: 7.6.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 20873f073ae4a9478f0a84355f779a2176bd2ec8
CPU threads: 16; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: en-US Calc: CL threaded

But only a screen refresh problem, with a hard recalc or scrolling the cell out
of the visible range, going back to them again the visualization it's fine.

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

[Libreoffice-bugs] [Bug 155257] Document recovery dialog should not delay the opening of unrelated files

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155257

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   Priority|medium  |low
 Ever confirmed|0   |1
   Keywords||needsUXEval
 Whiteboard| QA:needsComment|
 Status|UNCONFIRMED |NEW
   Severity|trivial |enhancement
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||stephane.guillou@libreoffic
   ||e.org

--- Comment #1 from Stéphane Guillou (stragu) 
 ---
I can see how users might want to go straight to the document they set out to
start working on, so setting to "new", but wondering what the UX team thinks of
being able to use LO while a recovery dialog is put aside.

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

[Libreoffice-bugs] [Bug 137878] Too many error dialogs when a file is not found for recovery

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137878

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org
 Ever confirmed|0   |1
 Blocks||34694
Version|7.0.2.2 release |Inherited From OOo
 Status|UNCONFIRMED |NEW

--- Comment #6 from Stéphane Guillou (stragu) 
 ---
Reproduced as in comment 4 in:

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

I agree that the process is way too noisy.

Same number of steps in OOo 3.3.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=34694
[Bug 34694] [META] Improve usability of error messages
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 34694] [META] Improve usability of error messages

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34694

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||137878


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=137878
[Bug 137878] Too many error dialogs when a file is not found for recovery
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 112521] [META] Message box dialog bugs and enhancements

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112521

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 34694] [META] Improve usability of error messages

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34694

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 137878] Too many error dialogs when a file is not found for recovery

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137878

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 150428] Document Recovery UX can be improved

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150428

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 103607] Don't ask user to "finish" document recovery when all document(s) have successfully been recovered

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103607

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||hoss...@libreoffice.org,
   ||stephane.guillou@libreoffic
   ||e.org
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||0428,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=13
   ||7878
Summary|When a single document is   |Don't ask user to "finish"
   |recovered, don't ask the|document recovery when all
   |user to "finish"|document(s) have
   ||successfully been recovered

--- Comment #4 from Stéphane Guillou (stragu) 
 ---
Duplicate bug 153168 argues for entire removal of that step.
The use of it is that it reports success or failure of recovery of document,
but as the OP argues, a message could be shown _only_ to report on failures if
they exist.

Adding Hossein for the NeedsDevEval keyword.

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

[Libreoffice-bugs] [Bug 112970] [META] Document recovery bugs and enhancements

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112970

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on|153168  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=153168
[Bug 153168] Please remove the "finished" dialog after restoring Documents
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150428] Document Recovery UX can be improved

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150428

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 103607] When a single document is recovered, don't ask the user to "finish"

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103607

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=15 |
   |3168|
 CC||amanita+LIBREOFFICE@mailbox
   ||.org

--- Comment #3 from Stéphane Guillou (stragu) 
 ---
*** Bug 153168 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 153168] Please remove the "finished" dialog after restoring Documents

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153168

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=10 |
   |3607,   |
   |https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=15 |
   |0428|
 Status|NEW |RESOLVED
 Blocks|112970  |
 Resolution|--- |DUPLICATE

--- Comment #6 from Stéphane Guillou (stragu) 
 ---


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


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 57414] File Recovery: Don't save read-only and empty files for recovery

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57414

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

Crash report or||https://bugs.documentfounda
crash signature||tion.org/show_bug.cgi?id=90
   ||318

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

[Libreoffice-bugs] [Bug 137879] LO should know not to try and recover temporary files

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137879

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 90318] Recent Documents list shouldn't include temporary files like mail attachment copies and Base-Reports-generated files

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90318

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 112970] [META] Document recovery bugs and enhancements

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112970

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on|137879  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=137879
[Bug 137879] LO should know not to try and recover temporary files
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 57414] File Recovery: Don't save read-only and empty files for recovery

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57414

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=13 |
   |7879|
 CC||eyalr...@gmx.com

--- Comment #10 from Stéphane Guillou (stragu) 
 ---
*** Bug 137879 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 137879] LO should know not to try and recover temporary files

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137879

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Blocks|112970  |
   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=57 |
   |414 |
 Resolution|--- |DUPLICATE

--- Comment #11 from Stéphane Guillou (stragu) 
 ---


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


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 148431] document recovery includes file which failed previously

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148431

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 136172] UI File recovery wizard does not discard data about files it failed to restore

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136172

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 57414] File Recovery: Don't save read-only and empty files for recovery

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57414

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 112970] [META] Document recovery bugs and enhancements

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112970

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on|153137  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=153137
[Bug 153137] Document Recovery should not offer to recover read-only files
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 57414] File Recovery: Don't save read-only and empty files for recovery

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57414

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||jpac...@centrum.cz

--- Comment #9 from Stéphane Guillou (stragu) 
 ---
*** Bug 153137 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 153137] Document Recovery should not offer to recover read-only files

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153137

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE
 Blocks|112970  |

--- Comment #5 from Stéphane Guillou (stragu) 
 ---


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


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 77999] [META] Autosave/Autorecovery/Backup copy issues

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77999
Bug 77999 depends on bug 148431, which changed state.

Bug 148431 Summary: document recovery includes file which failed previously
https://bugs.documentfoundation.org/show_bug.cgi?id=148431

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 112970] [META] Document recovery bugs and enhancements

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112970
Bug 112970 depends on bug 148431, which changed state.

Bug 148431 Summary: document recovery includes file which failed previously
https://bugs.documentfoundation.org/show_bug.cgi?id=148431

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 136172] UI File recovery wizard does not discard data about files it failed to restore

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136172

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||p...@pfortin.com

--- Comment #5 from Stéphane Guillou (stragu) 
 ---
*** Bug 148431 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 148431] document recovery includes file which failed previously

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148431

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

--- Comment #8 from Stéphane Guillou (stragu) 
 ---


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

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

[Libreoffice-bugs] [Bug 155262] LibreOffice crashes in server mode with "free(): corrupted unsorted chunks"

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155262

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||stephane.guillou@libreoffic
   ||e.org
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||8434
 Whiteboard| QA:needsComment|
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from Stéphane Guillou (stragu) 
 ---
7.4 shouldn't see further bugfix versions. Can you please test again with
version 7.5?

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

[Libreoffice-bugs] [Bug 58929] Paste action disables cell navigation with Enter and Tab (aka Tab / Enter should exit a one-cell selection)

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58929

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 OS|Linux (All) |All

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

[Libreoffice-bugs] [Bug 58929] Paste action disables cell navigation with Enter and Tab (aka Tab / Enter should exit a one-cell selection)

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58929

--- Comment #15 from Stéphane Guillou (stragu) 
 ---
*** Bug 143223 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 143223] Tab key have no effect just after copy/paste one cell to another

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143223

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Resolution|NOTABUG |DUPLICATE

--- Comment #6 from Stéphane Guillou (stragu) 
 ---


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

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

[Libreoffice-bugs] [Bug 58929] Paste action disables cell navigation with Enter and Tab (aka Tab / Enter should exit a one-cell selection)

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58929

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

--- Comment #14 from Stéphane Guillou (stragu) 
 ---
*** Bug 155277 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 155277] Feature request: Tab key alternative behavior - de-select and jump to next cell instead of jumping around inside selection

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155277

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|
Version|7.4.6.2 release |Inherited From OOo
 CC||stephane.guillou@libreoffic
   ||e.org
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Stéphane Guillou (stragu) 
 ---
Reproduced in a recent master build:

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

as well as OOo 3.3, so inherited.

I agree that a one-cell selection should be exited when the tab key is pressed.

But I think this is covered by bug 58929, so marking as duplicate.
Thank you!

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

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

[Libreoffice-bugs] [Bug 112982] [META] Tab character/key bugs and enhancements

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112982

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||58929


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=58929
[Bug 58929] Paste action disables cell navigation with Enter and Tab (aka Tab /
Enter should exit a one-cell selection)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 58929] Paste action disables cell navigation with Enter and Tab (aka Tab / Enter should exit a one-cell selection)

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58929

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

Version|3.4.6 release   |Inherited From OOo
   Severity|normal  |enhancement
   Hardware|x86-64 (AMD64)  |All
Summary|Paste action disables cell  |Paste action disables cell
   |navigation with Enter and   |navigation with Enter and
   |Tab |Tab (aka Tab / Enter should
   ||exit a one-cell selection)
 CC||stephane.guillou@libreoffic
   ||e.org
 Blocks||112982


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 146626] Crash in macOS Calc on font size operation on multi-monitor setup

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146626

Patrick Luby  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |plub...@neooffice.org
   |desktop.org |

--- Comment #42 from Patrick Luby  ---
(In reply to Patrick Luby from comment #38)
> Maybe they are different bugs, but one possibility is that once I find which
> LibreOffice code is throwing the C++ exception, it will be in code that is
> common to both Writer and Calc.

I have committed a fix for the crash in Writer that I described in commit #36
and the fix should be in the next nightly build.

Can anyone who can reproduce the Calc crash try out the next nightly build and
see if the Calc crash still occurs? I ask because the fix for the crash in
Writer was in LibreOffice's macOS accessibility handling code which is common
to both Writer and Calc.

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

[Libreoffice-bugs] [Bug 155528] crash with SIGSEGV in SalInstance::GetYieldMutex() on exit after inserting image

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155528

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   Keywords||haveBacktrace

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

[Libreoffice-bugs] [Bug 155528] crash with SIGSEGV in SalInstance::GetYieldMutex() on exit after inserting image

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155528

--- Comment #3 from Stéphane Guillou (stragu) 
 ---
Created attachment 187566
  --> https://bugs.documentfoundation.org/attachment.cgi?id=187566=edit
gdbtrace with symbols

gdbtrace with symbols on Ubuntu 20.04 with GNOME 3.36.8 with a recent debug
build:

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

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

[Libreoffice-bugs] [Bug 146626] Crash in macOS Calc on font size operation on multi-monitor setup

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146626

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

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

Partial fix tdf#146626 Catch uncaught DisposedException

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 146626] Crash in macOS Calc on font size operation on multi-monitor setup

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146626

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:7.5.5|target:7.5.5 target:7.6.0

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

[Libreoffice-bugs] [Bug 155539] New: V7.4 does not read older versions of documents

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155539

Bug ID: 155539
   Summary: V7.4 does not read older versions of documents
   Product: LibreOffice
   Version: 7.4.0.0 alpha0+
  Hardware: Other
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: anva...@gmail.com

I downloaded version 7.4 on Friday (May 26).  It does not "read" my previous
Documents.  I prepare a newsletter for a small social club, and now I cannot go
into the one I am working on to finish.  Up to this last Version, there was no
problem reading existing documents when the new versions came out.
How do I get version 7.1 loaded back on my computer to get my projects
completed?

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

[Libreoffice-bugs] [Bug 154996] Help pages about dialogs should provide instructions for the Tabbed UI

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154996

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

https://git.libreoffice.org/help/commit/f527d4cfc5f65bb6fec477f540da3794e9fa744d

tdf#154996 Add tabbed UI commands in Help page

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

[Libreoffice-bugs] [Bug 146626] Crash in macOS Calc on font size operation on multi-monitor setup

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146626

--- Comment #40 from Commit Notification 
 ---
Patrick Luby committed a patch related to this issue.
It has been pushed to "libreoffice-7-5":

https://git.libreoffice.org/core/commit/2aad9a890cc414394a404ec10f032e62baa5ea54

Partial fix tdf#146626 Catch uncaught DisposedException

It will be available in 7.5.5.

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 146626] Crash in macOS Calc on font size operation on multi-monitor setup

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146626

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.5.5

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

[Libreoffice-bugs] [Bug 109149] HKCU\Software\Microsoft\Windows NT\CurrentVersion\windows will be accessed every time when pressing "Enter"

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109149

--- Comment #17 from Julien Nabet  ---
(In reply to Caolán McNamara from comment #16)
> Every time we type we call SfxBindings::InvalidateAll which causes all
> bindings to query their current state. And that SID_PRINTDOCDIRECT one gets
> the printername so it can put (PrinterName) into its description.
> 
> Is there a specific reason this is seen as a problem though?

Thank you for the quick feedback!
Just wonder if it would have some impact on perf. I can understand the spell
checking at each key typing but for printer config, thought it would be called
once per session (of course it would mean to be forced to restart LO when
printing conf changes).
I recognize I got no figures to indicate there’s indeed a perf pb or not, so
I’ll try to find a way to chase the initial issue, ie the Windows registry
entry call which doesn’t seem very useful.

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

[Libreoffice-bugs] [Bug 155538] New: Bad listing - not dot but something like "q" is listing when I open a pdf file in Libre Office Draw.

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155538

Bug ID: 155538
   Summary: Bad listing - not dot but something like "q" is
listing when I open a pdf file in Libre Office Draw.
   Product: LibreOffice
   Version: 7.5.3.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: teste...@wp.pl

Description:
When I open a pdf file with listings where's dots, there's not dots but "q"s.

Steps to Reproduce:
1.Run Libre Office Draw
2.Open a pdf file with list (with dots)
3.See what you get
4.Tell yourself something like "omg".

Actual Results:
When I open a pdf file with list (with dots), there's "q" instead dots.

Expected Results:
When I open a pdf file with list (with dots), I expect dots not "q".


Reproducible: Always


User Profile Reset: No

Additional Info:
The software should display dots instead of the "q".

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

[Libreoffice-bugs] [Bug 155332] Enhancement to document check

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155332

--- Comment #2 from Maurice  ---
Perhaps double the thickness of the lines if that is feasible?

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

[Libreoffice-bugs] [Bug 109149] HKCU\Software\Microsoft\Windows NT\CurrentVersion\windows will be accessed every time when pressing "Enter"

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109149

Caolán McNamara  changed:

   What|Removed |Added

   See Also||https://bz.apache.org/ooo/s
   ||how_bug.cgi?id=56352

--- Comment #16 from Caolán McNamara  ---
Every time we type we call SfxBindings::InvalidateAll which causes all bindings
to query their current state. And that SID_PRINTDOCDIRECT one gets the
printername so it can put (PrinterName) into its description.

Is there a specific reason this is seen as a problem though?

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

[Libreoffice-bugs] [Bug 152983] Won't open a word doc

2023-05-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152983

--- Comment #6 from seinf...@jsli.org  ---
Bug still occurring. New doc available that is triggering crash again. Common
denominator seems to be docs created with Word for Mac 2011 (v 14.7.7 - 170905)

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

  1   2   3   >