[Libreoffice-bugs] [Bug 134151] UI: Make it more difficult to accidentally enable "track changes" feature

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134151

Telesto  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||tele...@surfxs.nl

-- 
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 134116] LibreOffice Writer 6.4.4 crashes with serial correspondence

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134116

Dieter  changed:

   What|Removed |Added

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

--- Comment #1 from Dieter  ---
I can't confirm it with

Version: 6.4.4.2 (x64)
Build-ID: 3d775be2011f3886db32dfd395a6a6d1ca2630ff
CPU-Threads: 4; BS: Windows 10.0 Build 18363; UI-Render: GL; VCL: win; 
Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE
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 134095] About page format compatibility issues

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134095

Dieter  changed:

   What|Removed |Added

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

--- Comment #1 from Dieter  ---
Thank you for reporting the bug. Please attach a sample document (docx-file
after your third step to reproduce) as this makes it easier for us to verify
the bug. 
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the requested document is provided.
(Please note that the attachment will be public, remove any sensitive
information before attaching it)

-- 
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 134089] Feature request: Adding of Left/Right "Sider" similar to Header and Footer

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134089

Dieter  changed:

   What|Removed |Added

 OS|Linux (All) |All
   Hardware|x86-64 (AMD64)  |All
Version|6.4.4.2 release |unspecified
 Blocks||108576
   Keywords||needsUXEval
 CC||dgp-m...@gmx.de
Summary|New feature request -   |Feature request: Adding of
   |Adding of Left/Right|Left/Right "Sider" similar
   |"Sider" similar to Header   |to Header and Footer
   |and Footer  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108576
[Bug 108576] [META] Writer page style 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 108576] [META] Writer page style bugs and enhancements

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108576

Dieter  changed:

   What|Removed |Added

 Depends on||134089


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=134089
[Bug 134089] Feature request: Adding of Left/Right "Sider" similar to Header
and Footer
-- 
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 133910] UNO: `callFunction`does not accept optional Array parameter

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133910

jun meguro  changed:

   What|Removed |Added

 CC||jmag...@gmail.com

--- Comment #4 from jun meguro  ---
Created attachment 16
  --> https://bugs.documentfoundation.org/attachment.cgi?id=16=edit
Error message.

-- 
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 133910] UNO: `callFunction`does not accept optional Array parameter

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133910

--- Comment #3 from jun meguro  ---
I reproduced the error with the following simpler code.


Sub test
Dim sMoji as string
svc = createUnoService( "com.sun.star.sheet.FunctionAccess" )
sMoji = svc.callFunction("MID",array("ABCABC123123",1,3))
msgbox(sMoji)
End Sub

Sub test2
Dim sMoji as string
svc = createUnoService( "com.sun.star.sheet.FunctionAccess" )
sMoji = svc.callFunction("ASC",array("ABCABC123123"))
msgbox(sMoji)
End Sub


On 6.4.4 ,Executed successfully.
On 7.0.0 Beta2 ,Error Occured.

-- 
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 134072] Crash when opening an .odt file

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134072

--- Comment #7 from René Lagoni Neukirch  ---
Tried to reset the user profile as requested - this is more likely a Windoze
type of work around than a Linux way to do things - I think :-)

Anyway, and still

All the LibreOfficeDev7... versions I've tried do crash.

The same .odt opens allright in v. 6.4.5.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 131503] import pdf no mixed paper format horizontal or vertical in one document possible

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131503

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 133188] Draw misrenders PDFs on a Raspberry Pi4 (Rasbian)

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133188

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 133712] Crash while moving selected text by mouse. Text contain comments

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133712

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 133695] [EDITING][UI] After right-clicking an image, the mouse cursor does not change its shape according to the "background"

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133695

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 133686] Crash changing templates

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133686

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 131453] PDF EXPORT: Shapes with gradient export to pdf with visible gradient circle attached to it

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131453

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 128884] frame line where they shouldn't be

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128884

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 133699] Slow sorting of a column

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133699

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 133688] FILESAVE XLSX Precedent / Dependent tracing arrows saved to XLSX as shapes

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133688

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 133710] Notarization gets corrupted after initial launch

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133710

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 133703] jpeg quality number text overlap

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133703

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 133093] Feature Request for auto align in draw EDITING

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133093

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 133328] Memory usage increased when changing fonts/ formatting

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133328

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 133713] Bullet points not working in DRAW

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133713

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 131623] (LibreOffice-Flatpak) LibreOffice doesn't start as long as Xwayland is not running

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131623

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 119727] [META] Paragraph borders bugs and enhancements

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119727
Bug 119727 depends on bug 128884, which changed state.

Bug 128884 Summary: frame line where they shouldn't be
https://bugs.documentfoundation.org/show_bug.cgi?id=128884

   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 93258] Very slow to insert text after this svg image

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93258

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


Feel free to come ask questions or to say hello in our QA chat:
https://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 128829] a rotated table fails to retain the width, which then becomes length.

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128829

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 124134] A file on the screen had repeatedly been saved to document folder, then suddenly disappeared

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124134

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 133689] The document language changes to english even though I set few times default language to polish.

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133689

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 128829] a rotated table fails to retain the width, which then becomes length.

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128829

--- Comment #6 from QA Administrators  ---
Dear ken graebe,

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 128884] frame line where they shouldn't be

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128884

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

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 124134] A file on the screen had repeatedly been saved to document folder, then suddenly disappeared

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124134

--- Comment #8 from QA Administrators  ---
Dear Gunnar Reichborn-Kjennerud,

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 127519] Exporting Impress file to JPEG since upgrade

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127519

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 127519] Exporting Impress file to JPEG since upgrade

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127519

--- Comment #4 from QA Administrators  ---
Dear linda.lee14,

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 104377] Handles on the ruler doesn't change according to the list indentation

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104377

--- Comment #3 from QA Administrators  ---
Dear Mark Hung,

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 93242] Ruler numbers have 14 decimal places after upgrade

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93242

--- Comment #11 from QA Administrators  ---
Dear Ian Chard,

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 133686] Crash changing templates

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133686

Abhi  changed:

   What|Removed |Added

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

--- Comment #1 from Abhi  ---
This bug is no longer reproducible in versions:

6.4.4.2 (Build ID: 3d775be2011f3886db32dfd395a6a6d1ca2630ff)

7.1.0.0.alpha0 (Build ID: 4c4b3218b8595a9809ffade0cfd064f3d9335dff )

After switching between styles for some time, application slowed down for a
moment but no crash occurred.

-- 
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 134161] Stuck CPU-bound after deleting many Sheets

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134161

--- Comment #2 from Jim Avera  ---
Version: 7.1.0.0.alpha0+
Build ID: 573138efec7fa28a98ba3b0301f6e0a97dac7978
CPU threads: 12; OS: Linux 5.4; 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:
2020-06-18_14:08:32
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 134161] New: Stuck CPU-bound after deleting many Sheets

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134161

Bug ID: 134161
   Summary: Stuck CPU-bound after deleting many Sheets
   Product: LibreOffice
   Version: 7.1.0.0.alpha0+ Master
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jim.av...@gmail.com

Description:
If a large number of Calc sheets are deleted in a single operation, then
soffice  continues to use very high CPU (97+%) after the deletes finish.   

The high CPU usage never stops after that point (I waited for 15-20 minutes). 
Meanwhile, the GUI responds normally.

So something must be in an infinite loop [conjecture: gc bug?]


Steps to Reproduce:
1.  Open the attached demo.ods spreadsheet.  
 Do NOT enable macros.
2.  Click the |< button at the left-bottom to view the first Sheet tab
3.  Click the "AAPL" tab (3rd sheet over)
Click the >| button to view the last sheet tab
Shift-Click "ZUO" (the last sheet).  

This selects all except the first 2 sheets.

4.  Rightclick (in the sheet tab area)->Delete Sheet...   and confirm;

5.  In another terminal, run "top"

Actual Results:
After a while the sheets are deleted and the GUI becomes usable again, but
"top" shows soffice.bin using 99% CPU forever after (tested for 15-20 minutes).

Expected Results:
CPU usage should drop to ~zero when the GUI is idle.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
There is zero swap space used (I have 16M ram so didn't expect any swapping).

-- 
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 134161] Stuck CPU-bound after deleting many Sheets

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134161

--- Comment #1 from Jim Avera  ---
Created attachment 162221
  --> https://bugs.documentfoundation.org/attachment.cgi?id=162221=edit
demo.ods - see Steps to Reproduce

-- 
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 101830] Empty input fields completely invisible

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101830

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.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 101830] Empty input fields completely invisible

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101830

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

https://git.libreoffice.org/core/commit/63d4e8aa10186b4ed0e3106c116ad25c5fb5ed6d

tdf#101830 sw: highlight empty 'invisible' input fields

It will be available in 7.1.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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 134145] Cell width is inconsistent, content is compressed

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134145

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
Please can you test if changing Menu/Tools/Options/LibreOffice Calc/General -
Use printer metrics for text formatting.

-- 
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 134154] Unknown symbol in cell and contents overlap

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134154

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #6 from m.a.riosv  ---
Created attachment 162220
  --> https://bugs.documentfoundation.org/attachment.cgi?id=162220=edit
Import window configuration screenshot.

Not a bug, it's only a matter of a proper import configuration.
See attached 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 134154] Unknown symbol in cell and contents overlap

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134154

m.a.riosv  changed:

   What|Removed |Added

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

-- 
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 134155] Calc VIEWING: Boolean values shown in locale instead of UI language

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134155

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
With a UI different from English you can set up to see the functions names in
English, but functions names are not part of cell's result.

To me a clear wontfix, there is no reason to show a result in a different
language than what is set up for the cell involved, which has nothing to do
with UI.

If you don't want change the local language, it's possible to select the desire
language to show cell's result in Default Style, o configure one specific for
those cells.

-- 
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 45904] move java based api tests to c++

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45904

--- Comment #345 from Abdallah Afify  ---
Which unit tests exactly to be converted ? where can I find them and how I can
run them.

-- 
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 134053] FILEOPEN PPTX: dotted line shows as solid

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134053

Regina Henschel  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |rb.hensc...@t-online.de
   |desktop.org |

--- Comment #8 from Regina Henschel  ---
I will look, whether I can tweak dash lengths on import and export.

-- 
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 134156] Update from Libre Office 6.3 to 6.4.4.2 -- Installation Wizard hung up (and/or was extremely slow)

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134156

trustyt...@protonmail.com  changed:

   What|Removed |Added

Version|6.4.3.2 release |6.4.4.2 release

--- Comment #1 from trustyt...@protonmail.com  ---
If you need details of my OS and software environment I can run a scan using an
appropriate utility and post/append it to the bug report. Let me know if you
need that.

-- 
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 82097] REPORTBUILDER: Group Header keeps the values of the first group

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82097

--- Comment #35 from Buy Carry on Travel Bags online in UK 
 ---
Looking for the Best Traveling Lightweight Carry on a suitcase for men and
women in the UK? Business & Children Carry on Luggage. Buy Carry on Travel Bags
Online for Man and Women in the UK https://carryoncollection.com/

-- 
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 134158] Clicking in the transparent A area doesn't select the image

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134158

Telesto  changed:

   What|Removed |Added

Summary|Clicking an image an|Clicking in the transparent
   |transparent area doesn't|A area doesn't select the
   |select the image|image

-- 
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 134154] Unknown symbol in cell and contents overlap

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134154

Durgapriyanka  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 134160] Dragging image around slow (Skia Raster; SkColorFilters::Blend)

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134160

Telesto  changed:

   What|Removed |Added

 Blocks||129062


Referenced Bugs:

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


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

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129062

Telesto  changed:

   What|Removed |Added

 Depends on||134160


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=134160
[Bug 134160] Dragging image around slow (Skia Raster; SkColorFilters::Blend)
-- 
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 134154] Unknown symbol in cell and contents overlap

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134154

--- Comment #5 from Durgapriyanka  ---
Thank you for reporting the bug. I can confirm the bug present in

Version: 6.4.0.0.alpha1+ (x86)
Build ID: ec7374ff84c71edfbb30d6e4dc5b486b6df7107f
CPU threads: 2; OS: Windows 6.1 Service Pack 1 Build 7601; UI render: default;
VCL: win; 
TinderBox: Win-x86@42, Branch:master, Time: 2019-11-10_21:37:30
Locale: en-US (en_US); UI-Language: en-US
Calc: threaded


and in

LibreOffice 3.3.0 
OOO330m19 (Build:6)
tag libreoffice-3.3.0.4

-- 
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 134160] Dragging image around slow (Skia Raster; SkColorFilters::Blend)

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134160

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

-- 
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 134160] New: Dragging image around slow (Skia Raster; SkColorFilters::Blend)

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134160

Bug ID: 134160
   Summary: Dragging image around slow (Skia Raster;
SkColorFilters::Blend)
   Product: LibreOffice
   Version: 7.1.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
Dragging image around slow (Skia Raster; SkColorFilters::Blend)

Steps to Reproduce:
1. Open the attached file
2. Drag the images around.. resize 

No issue with Vulkan as far I noticed..

Actual Results:
Slowdown.. CPU increase

Expected Results:
Smooth


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 43c60ce1ac7629a1462e927e6ff937469f58f743
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL

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


[Libreoffice-bugs] [Bug 134158] Clicking an image an transparent area doesn't select the image

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134158

--- Comment #3 from Durgapriyanka  ---
Thank you for reporting the bug. I can not reproduce this bug in

Version: 6.4.0.0.alpha1+ (x86)
Build ID: ec7374ff84c71edfbb30d6e4dc5b486b6df7107f
CPU threads: 2; OS: Windows 6.1 Service Pack 1 Build 7601; UI render: default;
VCL: win; 
TinderBox: Win-x86@42, Branch:master, Time: 2019-11-10_21:37:30
Locale: en-US (en_US); UI-Language: en-US
Calc: threaded


and in

LibreOffice 3.3.0 
OOO330m19 (Build:6)
tag libreoffice-3.3.0.4

-- 
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 131552] Ability to have line breaks in Calc spreadsheet formulas for readability

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131552

Eike Rathke  changed:

   What|Removed |Added

   Keywords|needsUXEval |
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Eike Rathke  ---
Agreed. ODFF 1.3 also recommends specific whitespace should be preserved,
https://docs.oasis-open.org/office/OpenDocument/v1.3/cs01/part4-formula/OpenDocument-v1.3-cs01-part4-formula.html#__RefHeading__1017970_715980110
of which currently only U+0020 SPACE is preserved.

-- 
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 134159] Text body style re-introduced after save

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134159

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

-- 
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 134159] New: Text body style re-introduced after save

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134159

Bug ID: 134159
   Summary: Text body style re-introduced after save
   Product: LibreOffice
   Version: 7.1.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
Text body style re-introduced after save

Steps to Reproduce:
1. Open the attached file
2. CTRL+A
3. Clear formatting in the paragraph style drop down menu
4. Save 

Actual Results:
Text body style 

Expected Results:
Probably not


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 43c60ce1ac7629a1462e927e6ff937469f58f743
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL

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


[Libreoffice-bugs] [Bug 134158] Clicking an image an transparent area doesn't select the image

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134158

Telesto  changed:

   What|Removed |Added

Summary|Clicking the image doesn't  |Clicking an image an
   |select the image sometimes  |transparent area doesn't
   ||select the image

-- 
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 134158] Clicking the image doesn't select the image sometimes

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134158

--- Comment #2 from Telesto  ---
Created attachment 162217
  --> https://bugs.documentfoundation.org/attachment.cgi?id=162217=edit
Screencast

-- 
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 134158] New: Clicking the image doesn't select the image sometimes

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134158

Bug ID: 134158
   Summary: Clicking the image doesn't select the image sometimes
   Product: LibreOffice
   Version: 7.1.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
Clicking the image doesn't select the image sometimes

Steps to Reproduce:
1. Watch the screencast
2. Try it your self with the attached file

Actual Results:
Clicking not working sometimes

Expected Results:
Should work always


Reproducible: Sometimes


User Profile Reset: No



Additional Info:
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 43c60ce1ac7629a1462e927e6ff937469f58f743
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL

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


[Libreoffice-bugs] [Bug 134158] Clicking the image doesn't select the image sometimes

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134158

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

-- 
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 134157] New: Edit with external tool causes a CPU hit

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134157

Bug ID: 134157
   Summary: Edit with external tool causes a CPU hit
   Product: LibreOffice
   Version: 5.1.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: bibisected, haveBacktrace, perf, regression
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ilmari.lauhakan...@libreoffice.org
CC: michael.me...@collabora.com
Blocks: 113510

Created attachment 162215
  --> https://bugs.documentfoundation.org/attachment.cgi?id=162215=edit
Perf flamegraph

1. Open Writer
2. Insert an image
3. Right-click image, Edit with external tool

Watch the CPU go. It only stops, when you close the document.

Bibisected with Win 5.1 repo to a range of 5 commits due to an issue with full
CPU use upon launching LibreOffice. The likely culprit among these is
https://git.libreoffice.org/core/+/87199d3829257420429057336283c55be6ae7481%5E!/
vcl: re-introduce idle handling.

Adding Cc: to Michael Meeks


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113510
[Bug 113510] [META] Bugs that cause CPU to run at 100%
-- 
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 113510] [META] Bugs that cause CPU to run at 100%

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113510

Buovjaga  changed:

   What|Removed |Added

 Depends on||134157


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=134157
[Bug 134157] Edit with external tool causes a CPU hit
-- 
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 74702] Remove enum OutDevType from OutputDevice

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74702

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

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

tdf#74702 vcl: extract DrawBorder()

It will be available in 7.1.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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 134156] New: Update from Libre Office 6.3 to 6.4.4.2 -- Installation Wizard hung up (and/or was extremely slow)

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134156

Bug ID: 134156
   Summary: Update from Libre Office 6.3 to 6.4.4.2 --
Installation Wizard hung up (and/or was extremely
slow)
   Product: LibreOffice
   Version: 6.4.3.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Installation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: trustyt...@protonmail.com

Description:
Today, while updating from Libre Office 6.3 to 6.4.4, the Installation Wizard
hung up or was extremely slow. The point at which it hung up was during
"calculating storage space". Again, while trying to access Custom Installation
the Wizard hung up. The same thing happened last night when I attempted to do
an update install. The install failed eventually. This morning's install was
successful in the end.
I was using LibreOffice_6.4.4_Win_x64.msi and installing on a Windows 10 64 bit
system.

Steps to Reproduce:
1. download LibreOffice_6.4.4_Win_x64.msi on WIN 10 system
2. Proceed through installation process
3. Optionally, choose Custom install

Actual Results:
Install Wizard hung up for about 3 minutes near the beginning of installation
process.
the Wizard was generally very slow at several points during the proceedure.

Expected Results:
as above on two occasions.


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
Version: 6.4.4.2 (x64)
Build ID: 3d775be2011f3886db32dfd395a6a6d1ca2630ff
CPU threads: 2; OS: Windows 10.0 Build 17763; UI render: default; VCL: win; 
Locale: en-CA (en_CA); 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 134152] Skia: a shadow on a specific object is broken

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134152

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #2 from V Stuart Foote  ---
Can not repro

Windows 10 Ent 64-bit en-US (1909) with nVidia K2000 GPU with 2020-06-16 TB77
build
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 33a720ab802491f15b247e09755cd36205b6f435
CPU threads: 8; OS: Windows 10.0 Build 18363; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL


Neither Skia Vulka nor Skia Raster mode rendering

Same for 2020-06-11 buildid=a201ab6f47c2d5a7ba4c5f998b0aa231cae82010

=-ref-=

RenderMethod: vulkan
Vendor: 0x10de
Device: 0xffe
API: 1.1.119
Driver: 442.296.0
DeviceType: discrete
DeviceName: Quadro K2000
Blacklisted: no

-- 
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 134149] CRASH: Undoing table paste

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134149

MM  changed:

   What|Removed |Added

 Ever confirmed|0   |1
Version|7.1.0.0.alpha0+ Master  |6.4.4.2 release
 Status|UNCONFIRMED |NEW

--- Comment #3 from MM  ---
Confirmed on windows 10 x64 with Version: 6.4.5.1 (x64)
Build ID: be964ce243d03404cfeed53d0487f5d6bd49c627
CPU threads: 12; OS: Windows 10.0 Build 19041; UI render: default; VCL: win

-- 
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 134152] Skia: a shadow on a specific object is broken

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134152

--- Comment #1 from Telesto  ---
No repro
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 43c60ce1ac7629a1462e927e6ff937469f58f743
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL

Also checked Vulkan

-- 
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 134072] Crash when opening an .odt file

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134072

--- Comment #6 from Telesto  ---
No crash for me (Windows). Did you try a profile reset? 
https://wiki.documentfoundation.org/UserProfile

-- 
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 43452] Long Password fails for file saving LibreOffice CALC file

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43452

Justin L  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #20 from Justin L  ---
Looks good.
Tested in gen (both methods of notification work - and that is fine).
Tested in .doc and .xls - alert works for both pasting and typing. Nice.
Tested with .docx - long password is allowed.  Perfect.

This does nothing to alert about password length when actually opening the
file. (That's OK - out of scope and conceivably a security concern.)

-- 
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 47561] EDITING: Cell content that overlaps left cell border inaccessible with mouse click

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=47561

--- Comment #9 from daniel.scha...@gmail.com ---
Reproducible in 6.4.4.2

-- 
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 133188] Draw misrenders PDFs on a Raspberry Pi4 (Rasbian)

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133188

--- Comment #2 from Vignesh  ---
Thank you for reporting the bug. I can not reproduce the bug in Libre Office
7.1 version It seems to me that it might be an OS problem as I am using Windows
10 and I don't see any abnormal spacing

-- 
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 83946] [META] Tracking changes issues

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83946
Bug 83946 depends on bug 127635, which changed state.

Bug 127635 Summary: TRACK CHANGES: Replacement problem - spaces separated from 
other characters when replacing a single word by several words
https://bugs.documentfoundation.org/show_bug.cgi?id=127635

   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 134155] Calc VIEWING: Boolean values shown in locale instead of UI language

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134155

chris...@labs.epiuse.com changed:

   What|Removed |Added

Version|6.4.4.2 release |unspecified

-- 
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 108252] [META] Cell-related bugs and enhancements

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108252
Bug 108252 depends on bug 75838, which changed state.

Bug 75838 Summary: FORMATTING: Red underline by spell checker is broken if you 
change the (cell) language
https://bugs.documentfoundation.org/show_bug.cgi?id=75838

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |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 96000] [META] Spelling and grammar checking bugs and enhancements

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96000
Bug 96000 depends on bug 75838, which changed state.

Bug 75838 Summary: FORMATTING: Red underline by spell checker is broken if you 
change the (cell) language
https://bugs.documentfoundation.org/show_bug.cgi?id=75838

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |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 75838] FORMATTING: Red underline by spell checker is broken if you change the (cell) language

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75838

chris...@labs.epiuse.com changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|NEW |RESOLVED

--- Comment #13 from chris...@labs.epiuse.com ---
It works for me.

Version: 6.3.6.2 (x64)
Build ID: 2196df99b074d8a661f4036fca8fa0cbfa33a497
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
Locale: fr-FR (en_US); 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 132643] [LOCALHELP] Translate section id to English mnemonics

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132643

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

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

tdf#132643 Translate German section IDs

-- 
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 132643] [LOCALHELP] Translate section id to English mnemonics

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132643

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

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

tdf#132643 Translate German section IDs

-- 
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 132643] [LOCALHELP] Translate section id to English mnemonics

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132643

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

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

tdf#132643 Remove unused German section ID

-- 
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 132643] [LOCALHELP] Translate section id to English mnemonics

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132643

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

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

tdf#132643 Translate German section IDs

-- 
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 132643] [LOCALHELP] Translate section id to English mnemonics

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132643

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

https://git.libreoffice.org/help/commit/1c842279a41a855ce4a556aa86d72c45fa445b19

tdf#132643 Translate German section IDs

-- 
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 132643] [LOCALHELP] Translate section id to English mnemonics

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132643

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

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

tdf#132643 Translate German section IDs

-- 
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 132643] [LOCALHELP] Translate section id to English mnemonics

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132643

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

https://git.libreoffice.org/help/commit/06ff6003288de9438e311a0a04cc2391257c96b0

tdf#132643 Translate German section IDs

-- 
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 132643] [LOCALHELP] Translate section id to English mnemonics

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132643

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

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

tdf#132643 Translate German section IDs

-- 
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 132643] [LOCALHELP] Translate section id to English mnemonics

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132643

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

https://git.libreoffice.org/help/commit/6a08ee38a2d84f5a132e4b043127cee69279d780

tdf#132643 Translate German section IDs

-- 
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 132643] [LOCALHELP] Translate section id to English mnemonics

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132643

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

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

tdf#132643 Translate German section IDs

-- 
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 131416] [LOCALHELP] Add BASIC syntax diagrams to Help

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131416

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

https://git.libreoffice.org/help/commit/79b88ef30847c5f6aa72ed8a1695879eecb81113

tdf#131416 Basic statements syntax diagrams

-- 
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 131416] [LOCALHELP] Add BASIC syntax diagrams to Help

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131416

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:7.0.0|target:7.0.0 target:7.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 43808] [META] Right-To-Left (aka Complex Text Layout) language issues (RTL/CTL)

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43808

Eyal Rozenberg  changed:

   What|Removed |Added

 Depends on||134085


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=134085
[Bug 134085] Wrong Document Thumbnails with RTL (Arabic) UI in Start Center
-- 
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 43808] [META] Right-To-Left (aka Complex Text Layout) language issues (RTL/CTL)

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43808

Eyal Rozenberg  changed:

   What|Removed |Added

 Depends on|134085  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=134085
[Bug 134085] Wrong Document Thumbnails with RTL (Arabic) UI in Start Center
-- 
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 129661] [META] Right-To-Left (RTL) user interface issues

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129661

Eyal Rozenberg  changed:

   What|Removed |Added

 Depends on||134085


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=134085
[Bug 134085] Wrong Document Thumbnails with RTL (Arabic) UI in Start Center
-- 
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 134085] Wrong Document Thumbnails with RTL (Arabic) UI in Start Center

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134085

Eyal Rozenberg  changed:

   What|Removed |Added

 Blocks||43808

--- Comment #3 from Eyal Rozenberg  ---
This also happens with a Hebrew language interface, so it's not
Arabic-specific. Confirmed on the same build.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=43808
[Bug 43808] [META] Right-To-Left (aka Complex Text Layout) language issues
(RTL/CTL)
-- 
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 134085] Wrong Document Thumbnails with RTL (Arabic) UI in Start Center

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134085

Eyal Rozenberg  changed:

   What|Removed |Added

 Blocks|43808   |129661


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=43808
[Bug 43808] [META] Right-To-Left (aka Complex Text Layout) language issues
(RTL/CTL)
https://bugs.documentfoundation.org/show_bug.cgi?id=129661
[Bug 129661] [META] Right-To-Left (RTL) user interface issues
-- 
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 131825] [LOCALHELP] 3D effect update button irrelevant

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131825

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

https://git.libreoffice.org/help/commit/7f5ff553b266093767378d7feab9220e24a27d96

tdf#131825 3D Effects help pages

-- 
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 131825] [LOCALHELP] 3D effect update button irrelevant

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131825

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.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 134085] Wrong Document Thumbnails with RTL (Arabic) UI in Start Center

2020-06-19 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134085

Eyal Rozenberg  changed:

   What|Removed |Added

Version|7.1.0.0.alpha0+ Master  |7.0.0.0.beta1+
   Keywords||dataLoss

--- Comment #2 from Eyal Rozenberg  ---
I've marked this issue with dataLoss, since a user who gets confused about
which file they're editing - due to the mismatch of thumbnail and filename -
could very easily make changes or deletions intended for one file in another
file, save these changes, and thus lose the original data.

-- 
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   >