[Libreoffice-bugs] [Bug 131334] Crash on saving large file

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131334

magic9mushr...@gmail.com changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|NEEDINFO|RESOLVED

--- Comment #5 from magic9mushr...@gmail.com ---
Sorry for the wait; I didn't feel like getting the beta.

7.0.0 does indeed appear to avoid the crash.

Thanks.

-- 
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-commits] core.git: Branch 'libreoffice-7-0' - cui/source

2020-09-01 Thread Heiko Tietze (via logerrit)
 cui/source/dialogs/tipofthedaydlg.cxx |   10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

New commits:
commit e21768ce2898453226aedd5f8ce19d8075f5bec5
Author: Heiko Tietze 
AuthorDate: Mon Aug 31 11:38:35 2020 +0200
Commit: Heiko Tietze 
CommitDate: Wed Sep 2 07:37:25 2020 +0200

Resolves tdf#135790 - Support for multiple %MOD1/2 entries

While loop added

Change-Id: I81386bb23381e5248f3c045ad2b998a92346ec34
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101700
Tested-by: Jenkins
Reviewed-by: Heiko Tietze 
(cherry picked from commit db5f204b1d3d96975d902b587d6d18bc06610eea)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101860

diff --git a/cui/source/dialogs/tipofthedaydlg.cxx 
b/cui/source/dialogs/tipofthedaydlg.cxx
index 7d6a05b72a0f..4775ed0578b9 100644
--- a/cui/source/dialogs/tipofthedaydlg.cxx
+++ b/cui/source/dialogs/tipofthedaydlg.cxx
@@ -89,11 +89,17 @@ void TipOfTheDayDialog::UpdateTip()
 #endif
 sal_Int32 aPos;
 aPos = aText.indexOf("%MOD1");
-if (aPos != -1)
+while (aPos != -1)
+{
 aText = aText.replaceAt(aPos, 5, aMOD1);
+aPos = aText.indexOf("%MOD1");
+}
 aPos = aText.indexOf("%MOD2");
-if (aPos != -1)
+while (aPos != -1)
+{
 aText = aText.replaceAt(aPos, 5, aMOD2);
+aPos = aText.indexOf("%MOD2");
+}
 m_pText->set_label(aText);
 
 // hyperlink
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 136386] FILESAVE DOC/DOCX drops contour wrap

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136386

--- Comment #2 from Justin L  ---
Created attachment 165002
  --> https://bugs.documentfoundation.org/attachment.cgi?id=165002=edit
textboxContourWrap_c15.docx: edited wrapping points with Word 2016.

(In reply to Telesto from comment #1)
> Expecting the answer.. rotated textboxes aren't allowed in Word, so don't
> support contour wrap.. at least not in Word 2003
I don't really know much about shapes / images / frames

Word 2016 seems to have the full ability to do contour wrapping.

In Word 2003, I only see "edit wrap points" on the picture toolbar, and it
doesn't handle the shape in this Word 2016 modified file well at all.

LO round-trips this one well enough, so for an ambitious and motivated person
this bug might be solvable. The two documents seem similar enough on a surface
level. I'm not sure why in this case LO easily round-trips

  

but in your case LO only wants to output


-- 
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 136392] Samarinda Cheat

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136392

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g
  Component|Android Editor  |deletionRequest
Version|3.3.0 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 136392] Samarinda Cheat

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136392

BogdanB  changed:

   What|Removed |Added

URL|https://samarindacit.blogsp |
   |ot.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 136393] norton.com/setup

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136393

BogdanB  changed:

   What|Removed |Added

  Component|General |deletionRequest
 CC||buzea.bog...@libreoffice.or
   ||g
Product|cppunit |LibreOffice
URL|https://nortonn-norton.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 135871] Highlighting no fill is not the same as no fill; there is still direct formatting present according to paragraph style

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135871

--- Comment #10 from Mike Kaganski  ---
Just a small addition. If you think there are benefits of using DF over styles
in any scenario, you should not look for ways to make the hybrid. What *is* the
problem in that case is that there is actually a usability problem in using
styles, which needs addressing. So that using styles becomes not cumbersome,
and not less easy than using DF.

-- 
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 135871] Highlighting no fill is not the same as no fill; there is still direct formatting present according to paragraph style

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135871

--- Comment #9 from Mike Kaganski  ---
(In reply to Telesto from comment #8)

"I'm not asking for hundreds (or thousands of tools). I'm only taking about
this function. And that function. And also that one. And this. And I don't
realize that that is just my list of favorites, and others have different
lists; and also many have consistency in mind; so having *some* set of tools to
reset special DF, the question arises to make other DF to have those
counterparts, too. And I have that delusion that I can create a workflow "using
styles", where DF fits."

No, it's true that "You need to be very very disciplined not to use DF
somewhere". And no, it's not that "using Ctrl+B is faster", it's "I need t
learn how to set up my key combination to use styles instead of DF". There's no
efficient workflow that includes both DF and styles, not because there are no
"reset specific DF" tool, but because they are just ideologically mutually
exclusive. And too often I see people here have ideas like "I see this small
problem, and I have this great idea, and I am sure it's nice to have, and I
don't want to learn to see the whole picture, to see that this local solution
would maybe allow some specific thing, but in the expense of much greater
problems, not only because of much greater complexity in the software and
maintenance, but also promoting not what I think it will (using styles), but a
different and very problematic - using DF".

-- 
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 133771] after saving a docx file with encryption, the encryption stays active even when not selected any more

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133771

--- Comment #10 from Mike Kaganski  ---
(In reply to Aron Budea from comment #8)
> Does anyone know of a workaround how to disable password protection after
> this bug?

IIUC, the only workaround is to use a previous 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 136393] norton.com/setup

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136393

carloandy  changed:

   What|Removed |Added

URL||https://nortonn-norton.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 136393] New: norton.com/setup

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136393

Bug ID: 136393
   Summary: norton.com/setup
   Product: cppunit
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: General
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: carloand...@gmail.com
CC: markus.mohrh...@googlemail.com

https://nortonn-norton.com

Discover your Norton item key You can discover the item key in various manners.
It relies upon your circumstance. Get the item key from your Norton account is
the most ideal way. Much of the time, you needn't bother with the item key to
refresh your Norton membership.

https://nortonn-norton.com/;>norton.com/setup

-- 
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 136392] Samarinda Cheat

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136392

samarindacit  changed:

   What|Removed |Added

URL||https://samarindacit.blogsp
   ||ot.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 136392] New: Samarinda Cheat

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136392

Bug ID: 136392
   Summary: Samarinda Cheat
   Product: LibreOffice
   Version: 3.3.0 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Android Editor
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: samarinda...@gmail.com

Description:
Tempat download cheat game online

Actual Results:
I dont know

Expected Results:
I dont know


Reproducible: Sometimes


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
I dont know

-- 
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 136391] Writer does not save documents

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136391

--- Comment #1 from Artem Korneev  ---
If I close the document, it proposes to save it, but is not able to do that
either. It is busy for a few seconds, but nothing happens. And it does not
close the document (which is good, cause it failed to save 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 136391] New: Writer does not save documents

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136391

Bug ID: 136391
   Summary: Writer does not save documents
   Product: LibreOffice
   Version: 7.0.0.3 release
  Hardware: x86-64 (AMD64)
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: artem.korn...@gmail.com

Created attachment 165001
  --> https://bugs.documentfoundation.org/attachment.cgi?id=165001=edit
Save icon

OS - MacOS Catalina 10.15.6 (19G2021)

Writer does not save the document in any ways - Cmd + S does not save it, File
-> Save does not work, "Save as..." does not work, "Export" does not work. In
all those cases I see a turning colored wheel for a few seconds, which means
that the system is busy. But nothing happens after that. Both from hotkeys,
from the system menu and from the window's own toolbar.

If I click "Export as PDF...", it shows the initial dialog with export
settings, but once I click the "Export" button, it is all the same - turning
colored wheel, system is busy for a few seconds, then nothing happens. The
dialog window disappears.

UI keeps showing the "save" icon on a toolbar with red dot, which means
document has unsaved changes - see the 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 136390] New: Hyperlink to Sheetname that is Number links to Cell

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136390

Bug ID: 136390
   Summary: Hyperlink to Sheetname that is Number links to Cell
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tenaz...@gmail.com

I have a spreadsheet where the names of all the sheets are years 1986, 1987,
etc.  If I hyperlink to the sheet name only, it links to the cell A e.g.
A1986 of the current sheet where the hyperlink is instead of to the sheet 1986.
 If I put 1986.A1, it works.  If I change the sheet name to 1986!, it also
works.  I'd like to use the wizard to add buttons, but cannot because of this.

=HYPERLINK("#1987.A1", "1987")  Works
=HYPERLINK("#1987", "1987") Does not work, links to cell A1987 in same sheet.

-- 
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 135538] Search-Replace: Regular Expression engine fails on zero length matches

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135538

Michael Warner  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |michael.warner.ut+libreoffi
   |desktop.org |c...@gmail.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 117826] Area fill pattern is off (dashes at instead of solid horizontal lines) in Presentation mode with Skia or OpenGL

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117826

--- Comment #19 from V Stuart Foote  ---
Created attachment 165000
  --> https://bugs.documentfoundation.org/attachment.cgi?id=165000=edit
fill of smilly face eyes during presentation -- default GDI

-- 
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 117826] Area fill pattern is off (dashes at instead of solid horizontal lines) in Presentation mode with Skia or OpenGL

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117826

V Stuart Foote  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

-- 
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 117826] Area fill pattern is off (dashes at instead of solid horizontal lines) in Presentation mode with Skia or OpenGL

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117826

--- Comment #18 from V Stuart Foote  ---
Created attachment 164999
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164999=edit
fill of smilly face eyes during presentation--Skia Vulkan

Affecting Skia rendering as well as OpenGL. Likewise default GDI has issues in
that the fill differs (line spacing) from edit mode.


Version: 7.1.0.0.alpha0+ (x64)
Build ID: a486fd929d4b3e915f928ef495b6cb2b96d74a3a
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); 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 135887] "Email Document" in Writer on Windows 10 produces an error

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135887

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 135889] No scroll bar in style explorer when expanding the paragraph style

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135889

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 135896] Add hyperlink to file location

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135896

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 135884] ENHANCEMENT: Add a lock to caption frame; so frame being image (as prevention for unintended changes within the frame)

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135884

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 135886] Change Chart Data Ranges in Calc by using fill handle and drag and drop

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135886

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-ux-advise] [Bug 135884] ENHANCEMENT: Add a lock to caption frame; so frame being image (as prevention for unintended changes within the frame)

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135884

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-bugs] [Bug 135873] Inconsistency related to formatting when drag & dropping text

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135873

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 135874] Undo makes the initial selection larger (which can be annoying with drag & drop)

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135874

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 136356] Paypal Donate Link on LibreOffice Website requires change of Paypal-password

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136356

--- 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 135875] UI: Order of paragraph style tabs. Font effect should be followed by highlighting

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135875

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-ux-advise] [Bug 135875] UI: Order of paragraph style tabs. Font effect should be followed by highlighting

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135875

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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


[Libreoffice-bugs] [Bug 136356] Paypal Donate Link on LibreOffice Website requires change of Paypal-password

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136356

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 135869] Anchor a chart behaves differently/wonky compared to an image

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135869

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 130391] Freeze when I was selecting a font & focus lost

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130391

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 135862] Calc Spreadsheet formulas are automatically recalculated on file load when the option is set to disable recalculation on file load

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135862

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 135935] Can't open help page insert chart on calc

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135935

--- 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 135861] No topics on Help page about Show standardized page count (Options > LibreOffice Writer > General > Word Count)

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135861

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 135864] FILESAVE Text Wrap with URL in the cell is not saved in .xlsx

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135864

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 124797] LibreOffice hangs after multiple PDF export calls

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124797

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 130710] Excel file only renders white after turning screen

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130710

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

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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


[Libreoffice-bugs] [Bug 130391] Freeze when I was selecting a font & focus lost

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130391

--- Comment #5 from QA Administrators  ---
Dear Valerie Mates,

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 130271] multilingual unicode text input thru multibyte romanization

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130271

--- Comment #3 from QA Administrators  ---
Dear Ratikant Sutar,

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 130271] multilingual unicode text input thru multibyte romanization

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130271

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 130387] win7 x86 installation error

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130387

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

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 130385] Style editor crashes.

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130385

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 130387] win7 x86 installation error

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130387

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 127208] tilde displays like macron

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127208

--- Comment #7 from QA Administrators  ---
Dear Miguel Frasson,

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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


[Libreoffice-bugs] [Bug 124797] LibreOffice hangs after multiple PDF export calls

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124797

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

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 130385] Style editor crashes.

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130385

--- Comment #3 from QA Administrators  ---
Dear Ronan G. Ramos,

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 131130] SLIDESHOW: Images cropped or missing during slideshow presentation

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131130

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

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

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

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

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

Warm Regards,
QA Team

MassPing-NeedInfo-Ping

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


[Libreoffice-bugs] [Bug 40266] hyphenation w/o inquiry not taking into account configured options

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40266

--- Comment #11 from QA Administrators  ---
Dear Joachim Nuyttens,

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 94030] line wrap at non-breaking space when recording changes

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94030

--- Comment #5 from QA Administrators  ---
Dear Ulrich Windl,

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 135705] Broken link on editable PDF FAQ page

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135705

Olivier Hallot  changed:

   What|Removed |Added

 Resolution|--- |INVALID
 Status|NEW |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 136389] New: Selection drag-and-drop with Option key copying instead of shifting cells in Calc on Mac 6.4.6

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136389

Bug ID: 136389
   Summary: Selection drag-and-drop with Option key copying
instead of shifting cells in Calc on Mac 6.4.6
   Product: LibreOffice
   Version: 6.4.6.2 release
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jds...@gmail.com

Description:
When a selection is moved using drag-and-drop with the Option key depressed,
the cells are supposed to be moved and the intervening cells shifted to
accommodate it.  That is, if Row 2 is moved to below Row 4 in this way, the Row
2 data should end up in Row 4, with the old Row 3 and 4 data moved up (shifted)
to Rows 2 and 3.  The result is the same number of rows, with the old selected
Row 2 shifted to the new position.  This is what the help says should happen
(https://help.libreoffice.org/latest/en-US/text/scalc/guide/move_dragdrop.html?DbPAR=CALC#bm_id3155686).
 It is also what happens in Windows for this same 6.4.6 version.  This is the
same thing Excel does when a selection is moved with the Shift key depressed.

On the Mac, the moved row is inserted and copied, with the original data left
in place.  This results in adding a new row and copying the data, not moving
the moved cells and shifting the intervening cells to accommodate.

I don't know if this was a problem before.  I just installed 6.4.6 today and am
fairly new to using Calc on the Mac.

Steps to Reproduce:
1. Add data to a Calc spreadsheet.
2. Select a row (happens for column and range selections also).
3. Click in a data cell in the selection and drag it to a new row with the
Option (Alt) key depressed.
4. Release mouse button.  Old row data is inserted and copied with old row data
left in place.

e.g. Select Row 2 and move below Row 3 using this method:

A   B   C   D
1   2   3   4
a   b   c   d
w   x   y   z

Actual Results:
A   B   C   D
1   2   3   4   <= old data left in place (error) - data below should shift up.
a   b   c   d
1   2   3   4   <= row inserted and data copied here (OK)
w   x   y   z


Expected Results:
A   B   C   D
a   b   c   d
1   2   3   4  <= should be moved here and data shifted up - no change in #
rows
w   x   y   z

This is what happens on the Windows version of 6.4.6.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Here's what Help says should happen:

Option Key
Cells are moved and shift the cells in the target area to the right or to the
bottom. Source cells are emptied, except if you move within the same rows on
the same sheet.

If you move within the same rows on the same sheet, the cells in the target
area shift to the right, and then the whole row shifts to fill the source area.

-- 
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-commits] core.git: sw/source

2020-09-01 Thread Miklos Vajna (via logerrit)
 sw/source/filter/html/htmlreqifreader.cxx |   56 +++---
 1 file changed, 37 insertions(+), 19 deletions(-)

New commits:
commit 4d33262b1b652b57f222c9f1cce7d976725399d4
Author: Miklos Vajna 
AuthorDate: Tue Sep 1 13:36:48 2020 +0200
Commit: Miklos Vajna 
CommitDate: Wed Sep 2 01:37:53 2020 +0200

sw reqif-xhtml export, embedded objects: prepare pres data earlier

If an embedded object has some native data, we provide presentation data
(replacement graphic) for it in the OLE1 container. We usually take this
from the OLE2 container, but it's OK to omit the presentation data
there.

So refactor to have the presentation data available from the OLE node
(already used for RTF purposes) earlier, that'll allow taking the OLE1
presentation data from RTF if it's missing from OLE2.

Change-Id: Ib6b1b5e843308b0f7af04499de5a1ef5461f7b00
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101840
Reviewed-by: Miklos Vajna 
Tested-by: Jenkins

diff --git a/sw/source/filter/html/htmlreqifreader.cxx 
b/sw/source/filter/html/htmlreqifreader.cxx
index 523bc973c587..87368da014bd 100644
--- a/sw/source/filter/html/htmlreqifreader.cxx
+++ b/sw/source/filter/html/htmlreqifreader.cxx
@@ -231,7 +231,8 @@ OString 
InsertOLE1HeaderFromOle10NativeStream(tools::SvRef& xStorage
 
 /// Inserts an OLE1 header before an OLE2 storage.
 OString InsertOLE1Header(SvStream& rOle2, SvStream& rOle1, sal_uInt32& nWidth, 
sal_uInt32& nHeight,
- SwOLENode& rOLENode)
+ SwOLENode& rOLENode, const sal_uInt8* 
/*pPresentationData*/,
+ sal_uInt64 /*nPresentationData*/)
 {
 rOle2.Seek(0);
 tools::SvRef xStorage(new SotStorage(rOle2));
@@ -279,6 +280,7 @@ OString InsertOLE1Header(SvStream& rOle2, SvStream& rOle1, 
sal_uInt32& nWidth, s
 SvMemoryStream aPresentationData;
 if (ParseOLE2Presentation(rOle2, nWidth, nHeight, aPresentationData))
 {
+// Take presentation data for OLE1 from OLE2.
 // OLEVersion.
 rOle1.WriteUInt32(0x0501);
 // FormatID: constant means the ClassName field is present.
@@ -307,8 +309,9 @@ OString InsertOLE1Header(SvStream& rOle2, SvStream& rOle1, 
sal_uInt32& nWidth, s
 return aClassName;
 }
 
-/// Writes rGraphic with size from rOLENode to rRtf as an RTF hexdump.
-void WrapOleGraphicInRtf(SvStream& rRtf, const SwOLENode& rOLENode, const 
Graphic& rGraphic)
+/// Writes presentation data with the specified size to rRtf as an RTF hexdump.
+void WrapOleGraphicInRtf(SvStream& rRtf, sal_uInt32 nWidth, sal_uInt32 nHeight,
+ const sal_uInt8* pPresentationData, sal_uInt64 
nPresentationData)
 {
 // Start result.
 rRtf.WriteCharPtr("{" OOO_STRING_SVTOOLS_RTF_RESULT);
@@ -317,23 +320,18 @@ void WrapOleGraphicInRtf(SvStream& rRtf, const SwOLENode& 
rOLENode, const Graphi
 rRtf.WriteCharPtr("{" OOO_STRING_SVTOOLS_RTF_PICT);
 
 rRtf.WriteCharPtr(OOO_STRING_SVTOOLS_RTF_WMETAFILE "8");
-Size aSize(rOLENode.GetTwipSize());
 rRtf.WriteCharPtr(OOO_STRING_SVTOOLS_RTF_PICW);
-rRtf.WriteOString(OString::number(aSize.getWidth()));
+rRtf.WriteOString(OString::number(nWidth));
 rRtf.WriteCharPtr(OOO_STRING_SVTOOLS_RTF_PICH);
-rRtf.WriteOString(OString::number(aSize.getHeight()));
+rRtf.WriteOString(OString::number(nHeight));
 rRtf.WriteCharPtr(OOO_STRING_SVTOOLS_RTF_PICWGOAL);
-rRtf.WriteOString(OString::number(aSize.getWidth()));
+rRtf.WriteOString(OString::number(nWidth));
 rRtf.WriteCharPtr(OOO_STRING_SVTOOLS_RTF_PICHGOAL);
-rRtf.WriteOString(OString::number(aSize.getHeight()));
-SvMemoryStream aGraphicStream;
-if (GraphicConverter::Export(aGraphicStream, rGraphic, 
ConvertDataFormat::WMF) == ERRCODE_NONE)
+rRtf.WriteOString(OString::number(nHeight));
+if (pPresentationData)
 {
-auto pGraphicAry = static_cast(aGraphicStream.GetData());
-sal_uInt64 nSize = aGraphicStream.TellEnd();
-msfilter::rtfutil::StripMetafileHeader(pGraphicAry, nSize);
 rRtf.WriteCharPtr(SAL_NEWLINE_STRING);
-msfilter::rtfutil::WriteHex(pGraphicAry, nSize, );
+msfilter::rtfutil::WriteHex(pPresentationData, nPresentationData, 
);
 }
 
 // End pict.
@@ -394,9 +392,27 @@ bool WrapOleInRtf(SvStream& rOle2, SvStream& rRtf, 
SwOLENode& rOLENode)
 
 // Write OLE1 header, then the RTF wrapper.
 SvMemoryStream aOLE1;
-sal_uInt32 nWidth = 0;
-sal_uInt32 nHeight = 0;
-OString aClassName = InsertOLE1Header(rOle2, aOLE1, nWidth, nHeight, 
rOLENode);
+
+// Prepare presentation data early, so it's available to both OLE1 and RTF.
+Size aSize(rOLENode.GetTwipSize());
+sal_uInt32 nWidth = aSize.getWidth();
+sal_uInt32 nHeight = aSize.getHeight();
+const Graphic* pGraphic = rOLENode.GetGraphic();
+const sal_uInt8* pPresentationData = nullptr;
+sal_uInt64 

[Libreoffice-bugs] [Bug 135935] Can't open help page insert chart on calc

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135935

--- Comment #7 from sawakaze  ---
Created attachment 164998
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164998=edit
screencast on kf5(kde)

screen cast kf5

-- 
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 135935] Can't open help page insert chart on calc

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135935

--- Comment #6 from sawakaze  ---
Created attachment 164997
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164997=edit
screencast on gtk3

screen cast On gtk3 env

-- 
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 135935] Can't open help page insert chart on calc

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135935

sawakaze  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #5 from sawakaze  ---
On 2020/8/30 master daily build, I test two env.

(1) gtk3 

Version: 7.1.0.0.alpha0+
Build ID: 0d2dbcbebf0004e690feb91c38dd478a32dc6255
CPU threads: 1; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: ja-JP (ja_JP.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2020-08-30_17:39:21
Calc: threaded

Result: Can't open chart wizard page

---

(2) kf5 (KDE)

Version: 7.1.0.0.alpha0+
Build ID: 0d2dbcbebf0004e690feb91c38dd478a32dc6255
CPU threads: 1; OS: Linux 5.4; UI render: default; VCL: kf5
Locale: ja-JP (ja_JP.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2020-08-30_17:39:21
Calc: threaded

Result: can open chart wizard page

-

I seem this bug is on gtk3 env.

if I description is uncleared, please attachement 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 136388] Icon style should change to breeze-dark when the global color scheme is set to breeze-dark (Qt)

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136388

--- Comment #1 from andresbs2...@pm.me ---
Created attachment 164996
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164996=edit
Too dark

-- 
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 136388] New: Icon style should change to breeze-dark when the global color scheme is set to breeze-dark (Qt)

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136388

Bug ID: 136388
   Summary: Icon style should change to breeze-dark when the
global color scheme is set to breeze-dark (Qt)
   Product: LibreOffice
   Version: 6.4.5.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: andresbs2...@pm.me

I'm using the LibreOffice build bundled with OpenSUSE, and when I change the
colors to Breeze-Dark in KDE, LibreOffice icons remain too dark to be seen
properly. I can fix this behavior by changing the icon theme to Breeze-dark at
LibreOffice view settings, but I thought this should not be necessary, and
instead, done automatically. By the way, this is libreoffice-qt5. I haven't
tested with GTK3.


About:
Version: 6.4.5.2
Build ID: 40(Build:2)
CPU threads: 8; OS: Linux 5.3; UI render: default; VCL: kf5; 
Locale: en-US (en_US.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-commits] dev-tools.git: esc-reporting/esc-analyze.py

2020-09-01 Thread Guilhem Moulin (via logerrit)
 esc-reporting/esc-analyze.py |   11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

New commits:
commit 8804bcdcbb6715ed00cdea8b36faaca579f883af
Author: Guilhem Moulin 
AuthorDate: Thu Jul 23 19:11:25 2020 +0200
Commit: Guilhem Moulin 
CommitDate: Wed Sep 2 01:04:34 2020 +0200

esc-analyze: remove 'fullid' field and use number change IDs instead.

fullid needs to uniquely identify a changeset, which the Change-ID does
not.  (Cherry-picks preserve Change-IDs, which might cause `gerrit 
set-reviewers $CHANGE_ID`
to fail when the Change-ID matches several changes.)

We used to specify changes by Change-ID and not by change number due to
potential conflicts between change numbers and abbreviated commit IDs,
but the ambiguity is fixed since gerrit 1.14.5.1, see

https://bugs.chromium.org/p/gerrit/issues/detail?id=1707
https://gerrit-review.googlesource.com/c/gerrit/+/71936
https://gerrit.libreoffice.org/Documentation/cmd-set-reviewers.html

I guess it'll be more robust to replace the old-style change numeric IDs
with full IDs $PROJECT~$BRANCH~$CHANGE_ID, but that's a more intrusive
change.

Change-Id: Ibf5bb02ed1ab5479a0994dc3fbf1763c288edc23
Reviewed-on: https://gerrit.libreoffice.org/c/dev-tools/+/99333
Reviewed-by: Xisco Fauli 
Reviewed-by: Guilhem Moulin 
Tested-by: Guilhem Moulin 

diff --git a/esc-reporting/esc-analyze.py b/esc-reporting/esc-analyze.py
index dabca7c..1176c32 100755
--- a/esc-reporting/esc-analyze.py
+++ b/esc-reporting/esc-analyze.py
@@ -687,10 +687,7 @@ def analyze_reports():
 row['status'] = 'NEW'
   xDate = datetime.datetime.strptime(row['updated'], '%Y-%m-%d 
%H:%M:%S.%f000')
   ownerEmail = util_check_mail(row['owner']['name'], row['owner']['email'])
-  # while web is happy with the unique project~branch~changeID label, 
commandline interface
-  # only accepts ambiguous changeID, doesn't help, so fullid is not really 
fullid, but at least
-  # less prone to conflicts than just changeset-number that also can 
easily prefix-match commit-hashes
-  entry = {'id': key, 'fullid': row['change_id'], 'name': 
row['owner']['name'], 'email': ownerEmail, 'title': row['subject']}
+  entry = {'id': key, 'name': row['owner']['name'], 'email': ownerEmail, 
'title': row['subject']}
 
   if row['status'] != 'ABANDONED':
 if ownerEmail is None:
@@ -738,7 +735,7 @@ def analyze_reports():
   else:
 automateList['gerrit']['to_abandon_comment'][entry['id']] = 
patchset
 if cntReview == 0 and not 
statList['people'][ownerEmail]['isCommitter']:
-tmpListToReview.append({'id': entry['id'], 'fullid': 
entry['fullid'], 'patchset': patchset})
+tmpListToReview.append({'id': entry['id'], 'patchset': patchset})
 
 for rowTmp in tmpListToReview:
   if gerritData['patch'][rowTmp['id']]['project'] == 'online':
@@ -763,8 +760,8 @@ def analyze_reports():
 except Exception as e:
   pass
   x = statList['people'][reviewEmail]
-  automateList['gerrit']['to_review'][rowTmp['fullid']] = {'name': 
statList['people'][reviewEmail]['gerrit']['reviewName'],
-   'patchset': 
rowTmp['patchset'], 'id': rowTmp['id']}
+  automateList['gerrit']['to_review'][rowTmp['id']] = {'name': 
statList['people'][reviewEmail]['gerrit']['reviewName'],
+   'patchset': 
rowTmp['patchset'], 'id': rowTmp['id']}
 
 for key, row in bugzillaData['bugs'].items():
   if not 'cc' in row:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 136387] New: POWER function in Calc computes 0^0=1

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136387

Bug ID: 136387
   Summary: POWER function in Calc computes 0^0=1
   Product: LibreOffice
   Version: 6.4.3.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tsou...@centrum.cz

Description:
POWER function in Calc computes 0^0=1. In math, the computation 0^0 is
undefined, it should be an error in result. It is math error. Let "a" to be a
real number. If a!=0, then a^0=1.

Steps to Reproduce:
Use function =POWER(0;0)

Actual Results:
1

Expected Results:
an error


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
an error for this case

-- 
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 136277] Can't show TSAs description on Security Option Help page [Local Help Only]

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136277

Olivier Hallot  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |olivier.hallot@libreoffice.
   |desktop.org |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 135935] Can't open help page insert chart on calc

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135935

Olivier Hallot  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #4 from Olivier Hallot  ---
Can't confirm with

Version: 7.1.0.0.alpha0+
Build ID: 8636da690547e8d893d5ea7bcc7bf2ce787c44ec
CPU threads: 16; OS: Linux 5.4; UI render: default; VCL: kf5
Locale: en-US (en_US.UTF-8); UI: pt-BR
Calc: CL

Opened page:

file:///home/tdf/git/core/instdir/help/pt-BR/text/schart/01/wiz_chart_type.html?System=UNIX=CHART=CHART2_HID_SCH_WIZARD_ROADMAP#bm_id2511368

-- 
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 136128] Can't Open help page on function wizard structure(Calc)

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136128

Olivier Hallot  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |olivier.hallot@libreoffice.
   |desktop.org |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-ux-advise] [Bug 136072] add styles commands to the property sidebar

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136072

andreas_k  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org

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


[Libreoffice-bugs] [Bug 136072] add styles commands to the property sidebar

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136072

andreas_k  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 136386] FILESAVE DOC/DOCX drops contour wrap

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136386

Telesto  changed:

   What|Removed |Added

 CC||jl...@mail.com

--- Comment #1 from Telesto  ---
@Justin
Expecting the answer.. rotated textboxes aren't allowed in Word, so don't
support contour wrap.. at least not in Word 2003

-- 
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 136386] New: FILESAVE DOC/DOCX drops contour wrap

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136386

Bug ID: 136386
   Summary: FILESAVE DOC/DOCX drops contour wrap
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
FILESAVE DOC/DOCX drops contour wrap

Steps to Reproduce:
1. Open attachment 164995 [details]
2. Save as DOCX
3. File reload

Actual Results:
No contour

Expected Results:
Contour if possible


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 1e0cfd5662d95cea84e80e4fe10d52c3b1101ae6
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-ux-advise] [Bug 136338] Add gluepoints to computer gallery

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136338

--- Comment #5 from andreas_k  ---
Also the gallery items from the VRT extension has no gluepoints. But I think
they would prefer to add them.

https://www.vrt.com.au/downloads/vrt-network-equipment

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


[Libreoffice-bugs] [Bug 136338] Add gluepoints to computer gallery

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136338

--- Comment #5 from andreas_k  ---
Also the gallery items from the VRT extension has no gluepoints. But I think
they would prefer to add them.

https://www.vrt.com.au/downloads/vrt-network-equipment

-- 
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 136385] New: Shapes moves to different position after undo of anchor to page

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136385

Bug ID: 136385
   Summary: Shapes moves to different position after undo of
anchor to page
   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:
Shapes moves to different position after undo of anchor to page

Steps to Reproduce:
1. Open attachment 164995
2. Select the textbox
3. Right Click -> Anchor to page
4. CTRL+Z

Actual Results:
Shape moves to a different position

Expected Results:
Should stay put


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 1e0cfd5662d95cea84e80e4fe10d52c3b1101ae6
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

no repro with
Version: 7.0.0.0.alpha1+ (x64)
Build ID: 99c4fefdbb6129a58421b9c7f...
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 136385] Shapes moves to different position after undo of anchor to page

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136385

Telesto  changed:

   What|Removed |Added

   Keywords||bibisectRequest, 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-ux-advise] [Bug 136338] Add gluepoints to computer gallery

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136338

--- Comment #4 from andreas_k  ---
the star shape can have a glue point, cause it's a single custome shape.

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


[Libreoffice-bugs] [Bug 136338] Add gluepoints to computer gallery

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136338

--- Comment #4 from andreas_k  ---
the star shape can have a glue point, cause it's a single custome shape.

-- 
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 136338] Add gluepoints to computer gallery

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136338

andreas_k  changed:

   What|Removed |Added

 CC||kain...@gmail.com

--- Comment #3 from andreas_k  ---
It look like it's not possible to use glue points for grouped items is this
correct?

All gallery items are grouped but the only reason they are grouped is that they
are easier to click/select AND all gallery items are named (see navigator F5).

-- 
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-ux-advise] [Bug 136338] Add gluepoints to computer gallery

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136338

andreas_k  changed:

   What|Removed |Added

 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org

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


[Libreoffice-bugs] [Bug 136338] Add gluepoints to computer gallery

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136338

andreas_k  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 136384] Shape moves to different position after undo of changing anchor as character

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136384

Telesto  changed:

   What|Removed |Added

Version|7.1.0.0.alpha0+ Master  |3.5.0 release

--- Comment #2 from Telesto  ---
And in
LibreOffice 3.5.0rc3 
Build ID: 7e68ba2-a744ebf-1f241b7-c506db1-7d53735

-- 
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 136384] Shape moves to different position after undo of changing anchor as character

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136384

--- Comment #1 from Telesto  ---
Created attachment 164995
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164995=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 136384] New: Shape moves to different position after undo of changing anchor as character

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136384

Bug ID: 136384
   Summary: Shape moves to different position after undo of
changing anchor as character
   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:
Shape moves to different position after undo of changing anchor as character

Steps to Reproduce:
1. Open the attached file
2. Select the shape
3. Anchor to character
4. Undo

Actual Results:
Shape moves to different position 

Expected Results:
Same position as on file open


Reproducible: Always


User Profile Reset: No



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

and in
4.4.7.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 136383] Parallel wrap doesn't take textbox border width in consideration

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136383

--- Comment #1 from Telesto  ---
Created attachment 164994
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164994=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 136383] New: Parallel wrap doesn't take textbox border width in consideration

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136383

Bug ID: 136383
   Summary: Parallel wrap doesn't take textbox border width in
consideration
   Product: LibreOffice
   Version: 3.5.0 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
Parallel wrap doesn't take textbox border width in consideration 

Steps to Reproduce:
1. open the attached file
2. Notice text behind the border

Actual Results:
Text behind the border

Expected Results:
Text starts after the border


Reproducible: Always


User Profile Reset: No



Additional Info:
Found in
7.1

and in
LibreOffice 3.5.0rc3 
Build ID: 7e68ba2-a744ebf-1f241b7-c506db1-7d5373

-- 
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 136377] Fedora 32 - dnf instead of yum

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136377

Olivier Hallot  changed:

   What|Removed |Added

  Component|Documentation   |Installation

-- 
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-commits] online.git: common/Authorization.cpp common/Util.cpp common/Util.hpp

2020-09-01 Thread Gülşah Köse (via logerrit)
 common/Authorization.cpp |   33 ++---
 common/Util.cpp  |   34 +-
 common/Util.hpp  |7 ---
 3 files changed, 31 insertions(+), 43 deletions(-)

New commits:
commit 845554a6a3a76dc4161409f9d6648b8ff4133068
Author: Gülşah Köse 
AuthorDate: Tue Sep 1 20:15:30 2020 +0300
Commit: Gülşah Köse 
CommitDate: Tue Sep 1 23:17:03 2020 +0200

Revert "wsd: parse headers with Poco::MessageHeader"

This reverts commit dbc562d9abc997b196fd6d4e5e71f42d442488d0.

tst-05694-05694 2020-08-26 12:59:14.343136 [ unittest ]
ERR Invalid HTTP header [def]: Malformed message:
Field name too long/no colon found| ../common/Util.cpp:980

Following part of the code tests a request with corrupted http header:
Authorization auth2(Authorization::Type::Header, "def");
Poco::Net::HTTPRequest req2;
auth2.authorizeRequest(req2);
LOK_ASSERT(!req2.has("Authorization"));

Poco library throws exception.

Change-Id: Ic31a80c0e1e325de27c23059e2bcb3f00d39ad16
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/101887
Tested-by: Jenkins
Tested-by: Jenkins CollaboraOffice 
Reviewed-by: Gülşah Köse 

diff --git a/common/Authorization.cpp b/common/Authorization.cpp
index 5613aa91a..93c5704fc 100644
--- a/common/Authorization.cpp
+++ b/common/Authorization.cpp
@@ -45,15 +45,42 @@ void 
Authorization::authorizeRequest(Poco::Net::HTTPRequest& request) const
 switch (_type)
 {
 case Type::Token:
-Util::setHttpHeaders(request, "Authorization: Bearer " + _data);
-assert(request.has("Authorization") && "HTTPRequest missing 
Authorization header");
+request.set("Authorization", "Bearer " + _data);
 break;
 case Type::Header:
+{
 // there might be more headers in here; like
 //   Authorization: Basic 
 //   X-Something-Custom: Huh
-Util::setHttpHeaders(request, _data);
+// Split based on \n's or \r's and trim, to avoid nonsense in the
+// headers
+StringVector tokens(Util::tokenizeAnyOf(_data, "\n\r"));
+for (auto it = tokens.begin(); it != tokens.end(); ++it)
+{
+std::string token = tokens.getParam(*it);
+
+size_t separator = token.find_first_of(':');
+if (separator != std::string::npos)
+{
+size_t headerStart = token.find_first_not_of(' ', 0);
+size_t headerEnd = token.find_last_not_of(' ', separator - 
1);
+
+size_t valueStart = token.find_first_not_of(' ', separator 
+ 1);
+size_t valueEnd = token.find_last_not_of(' ');
+
+// set the header
+if (headerStart != std::string::npos && headerEnd != 
std::string::npos &&
+valueStart != std::string::npos && valueEnd != 
std::string::npos)
+{
+size_t headerLength = headerEnd - headerStart + 1;
+size_t valueLength = valueEnd - valueStart + 1;
+
+request.set(token.substr(headerStart, headerLength), 
token.substr(valueStart, valueLength));
+}
+}
+}
 break;
+}
 default:
 // assert(false);
 throw BadRequestException("Invalid HTTP request type");
diff --git a/common/Util.cpp b/common/Util.cpp
index f1cd61b69..e0ce00250 100644
--- a/common/Util.cpp
+++ b/common/Util.cpp
@@ -59,7 +59,7 @@
 #include 
 
 #include "Common.hpp"
-#include 
+#include "Log.hpp"
 #include "Protocol.hpp"
 #include "Util.hpp"
 
@@ -953,38 +953,6 @@ namespace Util
 return std::ctime();
 }
 
-void setHttpHeaders(Poco::Net::HTTPRequest& request, const std::string& 
headers)
-{
-// Look for either \r or \n and replace them with a single \r\n
-// as prescribed by rfc2616 as valid header delimeter, removing
-// any invalid line breaks, to avoid nonsense in the headers.
-const StringVector tokens = Util::tokenizeAnyOf(headers, "\n\r");
-const std::string header = tokens.cat("\r\n", 0);
-try
-{
-// Now parse to preserve folded headers and other
-// corner cases that is conformant to the rfc,
-// detecting any errors and/or invalid entries.
-// NB: request.read() expects full message and will fail.
-Poco::Net::MessageHeader msgHeader;
-std::istringstream iss(header);
-msgHeader.read(iss);
-for (const auto& entry : msgHeader)
-{
-// Set each header entry.
-request.set(Util::trimmed(entry.first), 
Util::trimmed(entry.second));
-}
-}
-catch (const 

[Libreoffice-bugs] [Bug 136382] Unusual and confusing appearance and behaviour of Calc's Media Playback toolbar

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136382

--- Comment #1 from Steve Fanning  ---
Created attachment 164993
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164993=edit
Media Playback toolbar menu - blank options

-- 
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 136382] New: Unusual and confusing appearance and behaviour of Calc's Media Playback toolbar

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136382

Bug ID: 136382
   Summary: Unusual and confusing appearance and behaviour of
Calc's Media Playback toolbar
   Product: LibreOffice
   Version: 7.0.0.2 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: stevemfanning...@gmail.com

Description:
The appearance and behaviour of Calc’s Media Playback toolbar is very strange
and would benefit from a review by the LibreOffice Design and User Experience
team.

There are several oddities about this item:
1. With most Calc toolbars you can right-click anywhere to access the toolbar’s
associated menu. Unusually, for this toolbar it appears that you can only
right-click over the Insert Audio or Video icon at the left of the toolbar.
2. When you access the right-click menu, and click on the Visible Buttons
entry, there is a menu item with no text on it. This menu item seems to control
whether the various media controls (Play, Pause, Stop, Repeat, Position, Mute,
Volume, etc) are display but with no label on the button, this is not very
intuitive. See attachment.
3. When the option without the label is deselected then another blank menu item
appears in the top level of the toolbar’s menu. See attachment.
4. It is unusual for one menu option in a toolbar’s menu to switch on / off the
display of multiple controls in the user interface. 


Steps to Reproduce:
1.Access the Media Playback toolbar by going to View > Toolbar > Media Playback
on the Menu bar.
2. Access the toolbar's menu by right-clicking on the leftmost icon on the
toolbar
3. Click on the Visible Buttons menu option.

Actual Results:
As described in the Summary above.

Expected Results:
Behaviour consistent with the user's expectation and the rest of the Calc user
interface.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.0.0.2 (x64)
Build ID: c01aa64b6c3d89ebe5fe69c28c7adb24eb85249c
CPU threads: 6; OS: Windows 10.0 Build 18363; UI render: Skia/Vulkan; VCL: win
Locale: en-GB (en_GB); 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 129062] [META] Skia library bugs

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

Telesto  changed:

   What|Removed |Added

 Depends on||136381


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=136381
[Bug 136381] Scrolling slugglish/laggish at high zoom levels SKIA Raster
-- 
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 136381] Scrolling slugglish/laggish at high zoom levels SKIA Raster

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136381

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 132769] Different Font name/font size overlap when moving the cursor around paragraphs written in different fonts/sizes

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132769

andreas_k  changed:

   What|Removed |Added

 CC||kain...@gmail.com

--- Comment #2 from andreas_k  ---
can you upload the odt file with the "problem" paragraph.

-- 
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 136356] Paypal Donate Link on LibreOffice Website requires change of Paypal-password

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136356

--- Comment #2 from Rainer  ---
At the moment, I can not reproduce the problem. The link
/Donate/DonationProceed is though ok, it apears after /donate is clicked, when
the user is asked, if it is ok to donate the amount of EUR.
Whatever went wrong, I dont know, but made me suspicious.

-- 
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 120999] calc toolbar media arrangement

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120999

--- Comment #7 from andreas_k  ---
uno commands are neaded sorry.

-- 
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 136381] New: Scrolling slugglish/laggish at high zoom levels SKIA Raster

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136381

Bug ID: 136381
   Summary: Scrolling slugglish/laggish at high zoom levels SKIA
Raster
   Product: LibreOffice
   Version: 7.1.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
Scrolling slugglish/laggish at high zoom levels SKIA Raster

Steps to Reproduce:
1. Open the attached file
2. Zoom in 350%
3. Scroll

Actual Results:
Lag

Expected Results:
No lag


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 1e0cfd5662d95cea84e80e4fe10d52c3b1101ae6
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 136381] Scrolling slugglish/laggish at high zoom levels SKIA Raster

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136381

--- Comment #1 from Telesto  ---
Created attachment 164992
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164992=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-commits] online.git: Branch 'feature/calc-canvas' - loleaflet/src

2020-09-01 Thread Michael Meeks (via logerrit)
 loleaflet/src/layer/tile/CanvasTileLayer.js |   10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

New commits:
commit 071824e9a8c50c4159abbdc865bae19f41741930
Author: Michael Meeks 
AuthorDate: Tue Sep 1 21:35:35 2020 +0100
Commit: Michael Meeks 
CommitDate: Tue Sep 1 21:35:35 2020 +0100

calc canvas: paint invalid tiles until their replacement arrives.

This avoids display corruption when panning, whereby stale/old
canvas content would continue to be rendered in the 'holes'
where invalid tiles were not rendered.

Change-Id: Ic886c0924c5a930116b1437c8e0cf35726ab76a5

diff --git a/loleaflet/src/layer/tile/CanvasTileLayer.js 
b/loleaflet/src/layer/tile/CanvasTileLayer.js
index 8643f8bf7..6d6aacecd 100644
--- a/loleaflet/src/layer/tile/CanvasTileLayer.js
+++ b/loleaflet/src/layer/tile/CanvasTileLayer.js
@@ -253,7 +253,7 @@ L.CanvasTilePainter = L.Class.extend({
!splitPosChanged &&
!scaleChanged);
 
-   console.debug('Tile size: ' + this._layer._getTileSize());
+// console.debug('Tile size: ' + this._layer._getTileSize());
 
if (skipUpdate)
return;
@@ -306,10 +306,14 @@ L.CanvasTilePainter = L.Class.extend({
 
var key = coords.key();
var tile = this._layer._tiles[key];
-   var invalid = tile && 
tile._invalidCount && tile._invalidCount > 0;
-   if (tile && tile.loaded && !invalid) {
+// var invalid = tile && 
tile._invalidCount && tile._invalidCount > 0;
+   if (tile && tile.loaded) {
this.paint(tile, ctx);
}
+/* else
+   console.log('missing tile at ' 
+ i + ', ' + j + ' ' +
+   tile + ' ' + (tile 
&& tile.loaded) + ' ' +
+   (tile ? 
tile._invalidCount : -42) + ' ' + invalid); */
}
}
}
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 132743] Wrong table formatting after redo

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132743

--- Comment #4 from Telesto  ---
Created attachment 164991
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164991=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 132918] Allow row to break across pages and columns does the opposite for embedded table

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132918

--- Comment #8 from Telesto  ---
Yes, except I'm assuming the split being the 'right' behavior'. Only looking
off. But if a developer has the opinion it shouldn't split this way (but move
to the next page) also fine.

-- 
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 135871] Highlighting no fill is not the same as no fill; there is still direct formatting present according to paragraph style

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135871

--- Comment #8 from Telesto  ---
Created attachment 164990
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164990=edit
Example 2 (bold)

(In reply to Mike Kaganski from comment #7)
> (In reply to Telesto from comment #5)
> 
> No. Ctrl+M is *not* a last resort. There are hundreds of possible pieces of
> manual formatting. They interact in different ways to result in what you
> see, with no easy way to know which specific manual setting produced this
> effect. If you took time to learn e.g. rationale for styles inspector, you
> would know that. Introducing those hundreds of tools for a task that is not
> going to be used is just useless.
> 
> WF imo.

I'm not asking for hundreds (or thousands of tools). I'm only taking about the
formatting toolbar. My major problem is that if you started using direct
formatting, there is no to they untouched state for a specific direct
formatting. They direct formatting will keep interfering with styles.

Another example
1. Open the attached file
2. Select World
3. CTRL+B
4. CTRL+B
5. Change paragraph style to Default paragraph style

-> In this case BOLD is DF.

This makes the usage of styles quickly hard and confusing. The opposite of
what's intended. And doesn't result in the quick and easy layout changes as
advertised. You need to be very very disciplined not to use DF somewhere, at
some point.
And the whole idea of quickly changes a style becomes quite a check, double
check, triple check the document again (as there might be DF at at a place it
should be)

And LibreOffice is surely not design to prevent or easily correct such a
mistake without CTRL+M (throwing all formatting - even the intended stuff -
away). 
No someone starts with .. you should have used Character Styles.. but applying
those is cumbersome. CTRL+B is faster.. or for the ones who love markdown
*bold* (still DF). And no, you might not interested in changing the look of the
DF text, again. So usage of those styles rather pointless (a contrary to the
Paragraph styles)

A similar problem arises with 'no-fill'. If you highlight some (direct
formatted text, font type bold etc) text with yellow, and want to remove it,
you use no-fill. Which works with the DF paradigm. However "no fill" is
literally no fill in the page style paradigm. So if highlighting being able in
a style, no fill overrides the style if it has highlighting in it

Something similar with font color automatic. I assumed, back to 'style
inheritance', but this is not the case.

They Style Inspector reliefs some of black box effect. But feels more after the
fact tool, instead of mitigating the cause (pre-emptive). If you make a mistake
with DF, it will hunt you.. there is no leniency

And I personally tend to Write first an care about the layout in a later
stadium. So surely use some DF in the process. Maybe even undo afterwards
(disabled bold), but still lingering in the background.

CTRL+M removes all direct formatting (except as it seems the language
setting?); which is rather excessive number of cases. If you 'want to remove
the bold' DF, but keep the Italic. 
If I used different fonts in some sentences with and also applied a font color
(which being reverted to automatic), it can't be managed by styles anymore. 

And it's already hard to see bold highlight up in the DF formatting toolbar
with if this actually being caused by a paragraph/character style. And if you
unbold/bold again, you applied DF.

This this makes styles rather fuzz to use. Confusing, tiresome to manage/ and
keep track off. You simple drop the styles, as and do it the old an dirty DF
way. Except for areas like Headings. Because the style causing way to much
strain to be used in the whole document. Only to hardcore users remain; instead
of being useful in general.

For the Italic/Bold/Underline area you use one button to things. As DF toggle
button. And as button to show the current active style formatting. In exact the
same way... with the same button (which is a mistake)

In extension of that, if you have default paragraph style and press bold
button, the non-bold becomes bold. Press Bold button again it it's unbolded.
But not back to paragraph style, now it's unbold as DF. 
Visa versa. If paragraph style is a bold, the BOLD button in the toolbar will
be highlighted. And you press unbold, a DF unbold is applied. And the button
becomes de-activated. Press BOLD again, button become active (as at the start)
and text will be bold, but this is DF bold, not style bold. (So GUI is not
informative at all). And secondly there is no way to get rid of the direct
formatting again.. (problem two)

There is CTRL+M; however actually removes all formatting. In theory a 'special
remove formatting' dialog could be created, where could be selected which DF
should be removed. In some sense as the Special Paste dialog in Calc. This
would make it possible to pick the stuff you want to remove, instead of all or
nothing. 

[Libreoffice-bugs] [Bug 132983] LibreOffice.calc data|statistics|z-test repeated results

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132983

Buovjaga  changed:

   What|Removed |Added

 Attachment #160732|application/xml |application/vnd.oasis.opend
  mime type||ocument.spreadsheet

-- 
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 136374] Text to column does not respect the Delmiter String when the Separated by Space

2020-09-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136374

Klaus Otto  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Resolution|INVALID |---
 Status|CLOSED  |REOPENED

--- Comment #3 from Klaus Otto  ---
This quotation mark is what my keyboard writes. The Libreoffice was installed
without any modification to the settings.
What should I do to set the correct configuration?

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