[Libreoffice-bugs] [Bug 108741] [META] Shapes bugs and enhancements

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108741

stragu  changed:

   What|Removed |Added

 Depends on||137997


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=137997
[Bug 137997] Custom (non-filled) shapes are given an arbitrary rotation
automatically
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 137997] Custom (non-filled) shapes are given an arbitrary rotation automatically

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137997

stragu  changed:

   What|Removed |Added

 Blocks||108741


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108741
[Bug 108741] [META] Shapes bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143183] Format Basic function needs better description of its 'format' argument

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143183

--- Comment #4 from Mike Kaganski  ---
(In reply to Olivier Hallot from comment #3)
> Also the "&" format code seems to return the format string itself.
> msgbox Format("ADCDEFGHIJKLMNOPQRSTUVWXYZ1234567890", "")
> msgbox Format(123.456, "")
> msgbox Format("123.456", "")
> 
> all return 

No, the first one returns "ADCDEFGHIJKLMNOPQRSTUVWXYZ1234567890" - the handling
of "&" in printfmtstr is the same as treatment of everything else ("default"
clause in the switch), with the only difference of also modifying position of
the pFmt, which is only used for return value of the function ("the number of
characters used from the format"), which is in fact unused in the only place
where the function is called - hence I didn't mention the "&" in comment 2.

When the string may be converted to number, it is handled as a number, using
different rules.

In general, I suppose we need to drop this "printfmtstr" idiocy, as I suggested
in tdf#143193.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143245] Clicking anywhere in the Description area will trigger the Form creation window

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143245

Robert Großkopf  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 CC||rob...@familiegrosskopf.de
   Keywords||regression

--- Comment #2 from Robert Großkopf  ---
Could confirm the buggy behavior. 
1. Click on "Create Form in Design View" opens design view. 
2. Close design view.
3. Click anywhere, for example in the pane "Forms".
4. Click anywhere in the pane "Tasks".
5. Design view will be opened but isn't clicked.

This buggy behavior doesn't appear in LO 7.0.5.2, appears in LO 7.1.5.1 and
also 7.1.0.3. Seems it is introduced with LO 7.1. So a regression.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 137997] Custom (non-filled) shapes are given an arbitrary rotation automatically

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137997

stragu  changed:

   What|Removed |Added

Version|7.0.2.2 release |6.2.5.2 release

--- Comment #7 from stragu  ---
Reproduced in 6.2 as well, so issue has been around for a while.

Version: 6.2.5.2
Build ID: 1ec314fa52f458adc18c4f025c545a4e8b22c159
CPU threads: 4; OS: Linux 5.4; UI render: default; VCL: gtk3; 
Locale: en-AU (en_AU.UTF-8); UI-Language: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 133092] [META] Crash bugs

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133092
Bug 133092 depends on bug 131342, which changed state.

Bug 131342 Summary: Crash in: libc-2.23.so
https://bugs.documentfoundation.org/show_bug.cgi?id=131342

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 131342] Crash in: libc-2.23.so

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131342

libreoff...@pigsandtoasters.com changed:

   What|Removed |Added

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

--- Comment #6 from libreoff...@pigsandtoasters.com ---
Appears fixed in version 7.1.4.2, or possibly by upgrading to Ubuntu 18.04.5
LTS.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142983] Shape from gallery saved to .doc is malformed

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142983

BogdanB  changed:

   What|Removed |Added

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

--- Comment #4 from BogdanB  ---
The same confirm shape deformation, but not the memory problem.

Version: 7.1.4.2 (x64) / LibreOffice Community
Build ID: a529a4fab45b75fefc5b6226684193eb000654f6
CPU threads: 4; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: ro-RO (ro_RO); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 136904] Crash swlo!SwRedlineData::operator!=+0x177 (track changes involved)

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136904

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143214] LibreOffice Calc crashes everytime I change a value after a certain column

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143214

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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 140928] Losing Context while Clicked Into Text Box Causes Crash?

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140928

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142842] Crash in: dbulo.dll

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142842

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 138744] Office Menu on my PC is break all image

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138744

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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143019] Issue with the [Text Language] section of the status bar

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143019

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143027] PRINTING: Print (preview) wrong on Brochure with custom page size

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143027

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142994] Animated Gif's Slow During Slideshow Playback on Libreoffice Portable

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142994

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143020] Issue with the [Paragraph Selection] section status bar

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143020

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 138239] All downloads from pdf are landscape format, and do not "cut and paste" to be reformatted or edited.

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138239

QA Administrators  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143214] LibreOffice Calc crashes everytime I change a value after a certain column

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143214

--- 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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142944] Crash in: chart::StockDataInterpreter::interpretDataSource(com::sun::star::uno::Reference

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142944

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 139438] Chapter Numbering dialog Level box too narrow

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139438

--- 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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142487] REPLACE: Wrong replacement in long text

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142487

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141097] LibreOffice doesn't close when opened through API on Sybase PowerBuilder

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141097

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 139438] Chapter Numbering dialog Level box too narrow

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139438

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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 127826] "Cell Style Modify" window can crash while interacting with 2 documents

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127826

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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142858] FILESAVE Own shadow is not written, if MSO 'reflection' effect exists

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142858

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 138744] Office Menu on my PC is break all image

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138744

--- Comment #4 from QA Administrators  ---
Dear Phan Đạt,

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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142950] Crash in: mergedlo.dll

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142950

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 136164] Drop down menu, in validation data (fixed box)

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136164

QA Administrators  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 140436] Crash in: windows.storage.dll while Printing

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140436

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 138239] All downloads from pdf are landscape format, and do not "cut and paste" to be reformatted or edited.

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138239

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

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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142748] Impress/Draw doesn't allow non-continguous selections of text

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142748

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142405] Binary image for encrypted library is incompatible with anything older than 5.0.3, regardless of image size

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142405

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 140953] VBA error message without error

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140953

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 138029] Crash when trying to sign macro with certificate

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138029

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 139999] Libre office will not open saved documents, even in safe mode. I probably overloaded the documents I had open...100 at the time of initial crash

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=13

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 139829] User defined function malfunction after opening Calc document

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139829

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 139810] PDF: Export as PDF/A-1b crashes LO completely on large odg files

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139810

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 133610] Crash in: rtl_string_release

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133610

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 139129] FILEOPEN: on arm platform: lowriter does not start, circles through crashes and offers to reconstruct the last file

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139129

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 139005] Crash if I keyboard-navigate the menu bar while document is loading

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139005

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 138347] Link to call Basic script with vnd.sun.star.script: not working in Writer. Same thing working in Calc (also with HYPERLINK()).

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138347

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 137667] Calc, API: queryContentCells doesn't correctly evaluate the flag bits 2^5 through 2^8

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137667

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 137604] Crash in: mergedlo.dll

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137604

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 137251] Crash in: dbaccess::ODatabaseDocument::storeToRecoveryFile

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137251

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 133653] LUKS password prompt makes Libreoffice crashing

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133653

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 133211] Crash after longer absence

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133211

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|  QA:needsComment   |

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143029] [PPT] FILEOPEN incorrect 'connectors'

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143029

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143023] Forms: Event "When losing focus" in tablecontrol appears when receiving focus

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143023

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143015] Calc Issue with the [Text Language] section of the status bar

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143015

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143007] Added "http://" to relative urls

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143007

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142993] Sampling with replacement should still allow "keep order"

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142993

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 133610] Crash in: rtl_string_release

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133610

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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 141097] LibreOffice doesn't close when opened through API on Sybase PowerBuilder

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141097

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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 140436] Crash in: windows.storage.dll while Printing

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140436

--- 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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 140436] Crash in: windows.storage.dll while Printing

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140436

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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 133610] Crash in: rtl_string_release

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133610

--- 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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 136904] Crash swlo!SwRedlineData::operator!=+0x177 (track changes involved)

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136904

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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 127826] "Cell Style Modify" window can crash while interacting with 2 documents

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127826

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103533] Fileopen dump using Procdump with specific XLSX, no recovery window

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103533

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

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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109527] [META] Spell check dialog bugs and enhancements

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109527
Bug 109527 depends on bug 138429, which changed state.

Bug 138429 Summary: EDITING: Spellcheck crashes writer sometimes on "Ignore 
Once"
https://bugs.documentfoundation.org/show_bug.cgi?id=138429

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 138429] EDITING: Spellcheck crashes writer sometimes on "Ignore Once"

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138429

QA Administrators  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 138429] EDITING: Spellcheck crashes writer sometimes on "Ignore Once"

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138429

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

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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 136164] Drop down menu, in validation data (fixed box)

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136164

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

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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 65458] FORMATTING: Font information not transferred when copying/pasting text from Writer to Calc

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=65458

--- Comment #15 from QA Administrators  ---
Dear Cor Nouws,

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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 117254] PDF: has charts rendered in wrong position (imported as Star Obj Descr (XML))

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117254

--- Comment #13 from QA Administrators  ---
Dear Lorenzo Chiola,

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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108649] HTML export should write what it can even if exception

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108649

--- Comment #6 from QA Administrators  ---
Dear Laurent Godard,

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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104241] Not possible to scroll past page 1 in GS51-GettingStartedLO.odt (large image on page 1)

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104241

--- Comment #9 from QA Administrators  ---
Dear Aron Budea,

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://kiwiirc.com/nextclient/irc.freenode.net/#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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 140401] LibreOffice crashed on macOS Big Sur due to custom installed fonts

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140401

Vivodo Lio  changed:

   What|Removed |Added

Version|7.1.0.3 release |7.1.4.2 release
 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED
   Severity|normal  |minor

--- Comment #7 from Vivodo Lio  ---
I tested this issue again, and  I confirm this issue.
- LibreOffice 7.1.4.2
- macOS 11.4, Big Sur, x86_64
- Hanazono Micho OTF fonts, 8.030

The procedure to repeat this issue under macOS Big Sur (x86_64):
1. Install Hanazono Micho OTF fonts from
https://github.com/cjkvi/HanaMinAFDKO/releases
2. Download latest LibreOffice for macOS x86_64 from its official site
3. Start LibreOffice, it would fail to start.
4. Disable installed Hanazono Micho OTF fonts, then LibreOffice will work.

Anyway, it only conflicts with Hanazono Micho OTF fonts under macOS. So, this
issue is easy to avoid.

(In reply to Xisco Faulí from comment #6)
> Hello Vivodo,
> Thanks for reporting this issue.
> Could you please try to reproduce it with the latest version of LibreOffice
> from https://www.libreoffice.org/download/libreoffice-fresh/ ?
> I have set the bug's status to 'NEEDINFO'. Please change it back to
> 'UNCONFIRMED' if the bug is still present in the latest version.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 138110] LibreOffice crashes on OpenSuse 15.1 with python-base-2.7.17-lp152.3.3.1

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138110

Kevin Suo  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142512] Style dropdown window from sidebar not placed correctly on first opening

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142512

--- Comment #8 from Thorsten Wagner  ---
Created attachment 173436
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173436=edit
Screenshot 3 (enlarged sidebar)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142512] Style dropdown window from sidebar not placed correctly on first opening

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142512

--- Comment #7 from Thorsten Wagner  ---
Obviously it seems to be more than a small glitch (see screenshot 3). To
reproduce, enlarge sidebar prior to opening dropdown.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 125533] Styles are rendered too small in Calc's sidebar

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125533

Thorsten Wagner  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW
   Assignee|thorsten.wagne...@gmail.com |libreoffice-b...@lists.free
   ||desktop.org

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 101956] FILEOPEN: No JRE or JDK found in macOS 10.9 and lower, 10.10 and up need full JDK

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101956

--- Comment #42 from Joana  ---

I confirm this on OS X Ver. 10.11.6.

Joana

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 105948] [META] Undo/Redo bugs and enhancements

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105948

Ezinne  changed:

   What|Removed |Added

 Depends on||142976


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=142976
[Bug 142976] Undo doesn't work when renaming sheets
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 113113] [META] Sheet tabs bar bugs and enhancements

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113113

Ezinne  changed:

   What|Removed |Added

 Depends on||142976


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=142976
[Bug 142976] Undo doesn't work when renaming sheets
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142976] Undo doesn't work when renaming sheets

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142976

Ezinne  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Blocks||105948, 113113
 Status|UNCONFIRMED |NEW

--- Comment #5 from Ezinne  ---
The bug is reproducible on my end.


Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: 7c1bad415ae48635dc67041c413bb7b76a530c22
CPU threads: 8; OS: Linux 5.8; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2021-07-05_06:55:03
Calc: threaded


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105948
[Bug 105948] [META] Undo/Redo bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=113113
[Bug 113113] [META] Sheet tabs bar bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143218] FILEOPEN PPTX: Drawings using the pen feature in PowerPoint are not imported

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143218

Rafael Lima  changed:

   What|Removed |Added

 Blocks||104238


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104238
[Bug 104238] [META] Impress image bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104238] [META] Impress image bugs and enhancements

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104238

Rafael Lima  changed:

   What|Removed |Added

 Depends on||143218


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=143218
[Bug 143218] FILEOPEN PPTX: Drawings using the pen feature in PowerPoint are
not imported
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142748] Impress/Draw doesn't allow non-continguous selections of text

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142748

Ezinne  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Ezinne  ---
The bug is reproducible.


Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: 7c1bad415ae48635dc67041c413bb7b76a530c22
CPU threads: 8; OS: Linux 5.8; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2021-07-05_06:55:03
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142714] Undo after autocorrect two initial capitals removes last typed char and autocorrection

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142714

--- Comment #2 from Ezinne  ---
The described behavior is not reproducible on my end

The CTRL+Z changed to "RBs " with the trailing space.


Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: 7c1bad415ae48635dc67041c413bb7b76a530c22
CPU threads: 8; OS: Linux 5.8; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2021-07-05_06:55:03
Calc: threaded


Can you please provide the LibreOffice version and the locale you are using?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104839] [META] Saved XLSX files that MS Excel can't open

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104839
Bug 104839 depends on bug 122191, which changed state.

Bug 122191 Summary: Fileopen and Filesave: XLSX with Boolean value wrong if 
saved and resaved, MSO repairs file
https://bugs.documentfoundation.org/show_bug.cgi?id=122191

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 80430] [META] Documentation gap for new features

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80430

Olivier Hallot  changed:

   What|Removed |Added

 Depends on||143183


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=143183
[Bug 143183] Format Basic function needs better description of its 'format'
argument
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143183] Format Basic function needs better description of its 'format' argument

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143183

Olivier Hallot  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Blocks||80430
 Ever confirmed|0   |1

--- Comment #3 from Olivier Hallot  ---
The printfmtstr extra codes for strings may return unexpected values if not
carefully coded in Basic

msgbox Format("FooBar", "!!abc") '=> "F" (everything after initial "1" is
discarded)
msgbox Format("123.456", "!") '=> return !
msgbox Format("123.456", "!!abc") '=> return !!abc 
msgbox Format("123.abc456", "!!abc") '=> return 1

So, if the string contents is a valid number, the '!' format string return the
format string itself.
otherwise, return the first character of the input string.


Also the "&" format code seems to return the format string itself.
msgbox Format("ADCDEFGHIJKLMNOPQRSTUVWXYZ1234567890", "")
msgbox Format(123.456, "")
msgbox Format("123.456", "")

all return 


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=80430
[Bug 80430] [META] Documentation gap for new features
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142923] Deleting comment in Writer leaves visual artifact behind

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142923

--- Comment #5 from Aron Budea  ---
(In reply to Telesto from comment #3)
> Still repro for me
Same with LO 7.3.0.0.alpha0+ (eac5977bfc11797eda356560a5e45c51108ef5a1) /
Ubuntu.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143146] Crash by click on properties symbol for calc data in writer

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143146

raal  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
 CC||caol...@redhat.com,
   ||r...@post.cz

--- Comment #3 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Caolán McNamara ; Could you possibly take a look at this one?
Thanks

ef55d8fc00e064bd34ceefd7ec87ac6b336180c1 is the first bad commit
commit ef55d8fc00e064bd34ceefd7ec87ac6b336180c1
Author: Jenkins Build User 
Date:   Tue Nov 24 03:34:55 2020 +0100

source sha:75b9109a2da35cf0f0914504145d84cf918c6af2

https://git.libreoffice.org/core/+/75b9109a2da35cf0f0914504145d84cf918c6af2
weld TabBar

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143246] New: Color picker doesn't load previously-picked color

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143246

Bug ID: 143246
   Summary: Color picker doesn't load previously-picked color
   Product: LibreOffice
   Version: 7.1.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rj.amdphr...@gmail.com

Created attachment 173433
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173433=edit
color picker uses original color not last color

Steps:

Modify paragraph style.
Change font color.
Observe custom color picker loads wrong color.

It loads the color that was selected at instantiation of the Paragraph Style
editor. The color that is passed to the color picker does not reflect any
changes during the lifetime of the Paragraph Style window, when this would make
the most sense.

The user wants to change the color, apply it to see how it looks, and then
adjust the color again if it doesn't look right. They don't want to start from
the original color. They want to start from the last color they picked when
changing it again.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143225] EDITING: External references to cells in other files disappear when copying sheet to another workbook, even when directly importing the relevant sheet into the other wo

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143225

Nenad Antic  changed:

   What|Removed |Added

Summary|External references to  |EDITING: External
   |cells in other files|references to cells in
   |disappear when copying  |other files disappear when
   |sheet to another workbook,  |copying sheet to another
   |even when directly  |workbook, even when
   |importing the relevant  |directly importing the
   |sheet into the other|relevant sheet into the
   |workbook.   |other workbook.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143245] Clicking anywhere in the Description area will trigger the Form creation window

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143245

Rafael Lima  changed:

   What|Removed |Added

   Keywords||needsUXEval

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143245] Clicking anywhere in the Description area will trigger the Form creation window

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143245

--- Comment #1 from Rafael Lima  ---
Created attachment 173432
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173432=edit
Image showing the problem (UPDATED)

Consider this image instead of the previous one.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 143245] New: Clicking anywhere in the Description area will trigger the Form creation window

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143245

Bug ID: 143245
   Summary: Clicking anywhere in the Description area will trigger
the Form creation window
   Product: LibreOffice
   Version: 7.1.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rafael.palma.l...@gmail.com

Created attachment 173431
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173431=edit
Image showing the problem

In Base's main window there's a "Description" area with two functions:
- Create Form in Design View
- Use Wizard to Create Form

The problem is that when the user clicks anywhere in this "Description" area,
without selecting any of the two options above, one of them gets triggered (the
last one used).

I use Base quite often and this behavior is not good for me as a user, because
I often accidentally click in this area and the Form creation window opens
unexpectedly.

See the attached ODG image for more information.

IMO if the user clicks this area, nothing should happen.

It should be noted that the other area at the bottom of the UI does not have
this behavior, which makes me believe that this is a bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142923] Deleting comment in Writer leaves visual artifact behind

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142923

--- Comment #4 from Telesto  ---
Created attachment 173430
  --> https://bugs.documentfoundation.org/attachment.cgi?id=173430=edit
Screenshot

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 134397] Crash dragging an image in a certain position

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134397

mwtjunkm...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142923] Deleting comment in Writer leaves visual artifact behind

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142923

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

Still repro for me
1. Open the attached file
2. Drop down of the comment: Delete comment

Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: bd2f2273d83dcca43eb6b465308707efd45e7adf
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: default; VCL: win
Locale: nl-NL (nl_NL); UI: nl-NL
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142941] [EMF+] DrawImagePoints SrcRect support

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142941

--- Comment #13 from Commit Notification 
 ---
Bartosz Kosiorek committed a patch related to this issue.
It has been pushed to "libreoffice-7-2":

https://git.libreoffice.org/core/commit/032b00382f654962ec787029b3a887f9efbd2a3d

EMF+ tdf#142941 Fixes for SrcRect in DrawImagePoints

It will be available in 7.2.0.0.beta2.

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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 142941] [EMF+] DrawImagePoints SrcRect support

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142941

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:7.3.0|target:7.3.0
   ||target:7.2.0.0.beta2

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102998

Dieter  changed:

   What|Removed |Added

 Depends on||138760


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=138760
[Bug 138760] Mail Merge does not find the source data when I go back into the
document.
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 138760] Mail Merge does not find the source data when I go back into the document.

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138760

Dieter  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|
 Blocks||102998
 CC||dgp-m...@gmx.de

--- Comment #5 from Dieter  ---
Unfortunately nobody could confirm this bug report for half a year. So I'd like
to ask, if it is still valid. Could you please try to reproduce it with the
latest version of LibreOffice from
https://www.libreoffice.org/download/libreoffice-fresh/ ? I have set the bug's
status to 'NEEDINFO'. Please change it back to 'UNCONFIRMED' if the bug is
still present in the latest version.
And if it is still valid, perhaps you can motivate somebody from the discussion
at ask.libreoffice to confirm the bug. thank you


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102998
[Bug 102998] [META] Mail merge bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 99671] [META] Gallery bugs and enhancements

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99671

Dieter  changed:

   What|Removed |Added

 Depends on||142983


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=142983
[Bug 142983] Shape from gallery saved to .doc is malformed
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 122652] [META] Memory problems in LibreOffice

2021-07-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122652

Dieter  changed:

   What|Removed |Added

 Depends on|142983  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=142983
[Bug 142983] Shape from gallery saved to .doc is malformed
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


  1   2   3   4   >