[Libreoffice-bugs] [Bug 69644] FILEOPEN: Writer opens DOCX with cells already deleted from table

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69644

Aron Budea  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 108364] [META] Table/Row/Column/Cell management function bugs and enhancements

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108364

Aron Budea  changed:

   What|Removed |Added

 Depends on||135760


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=135760
[Bug 135760] Merge cells not functioning in exported DOCX
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135760] Merge cells not functioning in exported DOCX

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135760

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Keywords|bibisectRequest |bibisected, bisected
 Whiteboard| QA:needsComment|
 CC||ba...@caesar.elte.hu
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=69
   ||644
 Ever confirmed|0   |1
 Blocks||108364, 10

--- Comment #3 from Aron Budea  ---
Confirmed using LO 7.1.0.0.alpha0+ (217122387f6e0ef657b8ba85eae082b448901cec) /
Ubuntu.

The change has been bibisected to the following commit using repo
bibisect-42max.
https://cgit.freedesktop.org/libreoffice/core/commit/?id=57c54792781cc9befe3a65a97b37fa85f89da0ae
author  Adam Co  2013-10-17 11:48:31 +0200
committer   Miklos Vajna   2013-11-05 16:22:49
+0100

fdo#69644 - fix docx export of wrong number and width of columns


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=10
[Bug 10] [META] DOCX (OOXML) table-related issues
https://bugs.documentfoundation.org/show_bug.cgi?id=108364
[Bug 108364] [META] Table/Row/Column/Cell management function bugs and
enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104444] [META] DOCX (OOXML) table-related issues

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=10

Aron Budea  changed:

   What|Removed |Added

 Depends on||135760


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=135760
[Bug 135760] Merge cells not functioning in exported DOCX
-- 
You are receiving this mail because:
You 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 'distro/collabora/cp-6.4' - 10 commits - cui/source readlicense_oo/license sw/qa sw/source writerfilter/source

2020-08-30 Thread Vasily Melenchuk (via logerrit)
 cui/source/inc/chardlg.hxx|   11 
 cui/source/tabpages/chardlg.cxx   |   77 
 readlicense_oo/license/CREDITS.fodt   | 4269 +++---
 sw/qa/extras/ooxmlexport/data/tdf131801.docx  |binary
 sw/qa/extras/ooxmlexport/data/tdf135973.odt   |binary
 sw/qa/extras/ooxmlexport/ooxmlexport15.cxx|   74 
 sw/qa/extras/uiwriter/data/tdf132160.odt  |binary
 sw/qa/extras/uiwriter/uiwriter.cxx|   18 
 sw/source/core/attr/swatrset.cxx  |   10 
 sw/source/core/doc/DocumentLayoutManager.cxx  |9 
 sw/source/core/doc/DocumentRedlineManager.cxx |   59 
 sw/source/core/docnode/ndsect.cxx |1 
 sw/source/core/text/txtfld.cxx|   30 
 sw/source/core/txtnode/ndtxt.cxx  |5 
 sw/source/core/unocore/unoobj.cxx |   11 
 sw/source/filter/ww8/wrtw8nds.cxx |3 
 sw/source/filter/ww8/wrtw8num.cxx |   30 
 sw/source/filter/ww8/wrtww8.hxx   |3 
 sw/source/filter/ww8/ww8atr.cxx   |  158 
 writerfilter/source/dmapper/DomainMapper_Impl.cxx |4 
 20 files changed, 2535 insertions(+), 2237 deletions(-)

New commits:
commit 9cb9bc37d1fcd7b61d218ad63893db92a19a0cb6
Author: Vasily Melenchuk 
AuthorDate: Tue Aug 18 17:59:26 2020 +0200
Commit: Andras Timar 
CommitDate: Mon Aug 31 07:18:48 2020 +0200

tdf#131801: sw: support of style references in ListAutoFormat

ListAutoFormat property did support char attributes, but not
style references ("CharStyleName"). It is important for correct
formatting of pilcrow symbol or list format in some DOCX scenarios.

Export to DOCX already works, but not to RTF/DOC.

Change-Id: I1bf23d1e45fcc213adcf9aa6f404be803919fbee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100893
Tested-by: Michael Stahl 
Reviewed-by: Michael Stahl 
(cherry picked from commit c77b9c349f0a48392d8cb7a49532844b2cafb5ba)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101560
Tested-by: Jenkins

diff --git a/sw/qa/extras/ooxmlexport/data/tdf131801.docx 
b/sw/qa/extras/ooxmlexport/data/tdf131801.docx
new file mode 100644
index ..61872b5399f5
Binary files /dev/null and b/sw/qa/extras/ooxmlexport/data/tdf131801.docx differ
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx
index 2942b74dd194..a20a93c93637 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx
@@ -9,6 +9,7 @@
 
 #include 
 
+#include 
 #include 
 
 char const DATA_DIRECTORY[] = "/sw/qa/extras/ooxmlexport/data/";
@@ -33,6 +34,58 @@ DECLARE_OOXMLEXPORT_TEST(testTdf14_followPgStyle, 
"tdf14_followPgStyle.o
 CPPUNIT_ASSERT_EQUAL(2, getPages());
 }
 
+DECLARE_OOXMLIMPORT_TEST(testTdf131801, "tdf131801.docx")
+{
+CPPUNIT_ASSERT_EQUAL(1, getPages());
+
+xmlDocPtr pDump = parseLayoutDump();
+// "1." is red
+CPPUNIT_ASSERT_EQUAL(OUString("1."), getXPath(pDump, 
"//page[1]/body/txt[1]/Special", "rText"));
+CPPUNIT_ASSERT_EQUAL(OUString("00ff"), getXPath(pDump, 
"//page[1]/body/txt[1]/Special/SwFont", "color"));
+// "2." is red
+CPPUNIT_ASSERT_EQUAL(OUString("2."), getXPath(pDump, 
"//page[1]/body/txt[2]/Special", "rText"));
+CPPUNIT_ASSERT_EQUAL(OUString("00ff"), getXPath(pDump, 
"//page[1]/body/txt[2]/Special/SwFont", "color"));
+// "3." is black
+CPPUNIT_ASSERT_EQUAL(OUString("3."), getXPath(pDump, 
"//page[1]/body/txt[3]/Special", "rText"));
+CPPUNIT_ASSERT_EQUAL(OUString(""), getXPath(pDump, 
"//page[1]/body/txt[3]/Special/SwFont", "color"));
+// "4." is black
+CPPUNIT_ASSERT_EQUAL(OUString("4."), getXPath(pDump, 
"//page[1]/body/txt[4]/Special", "rText"));
+CPPUNIT_ASSERT_EQUAL(OUString(""), getXPath(pDump, 
"//page[1]/body/txt[4]/Special/SwFont", "color"));
+// "5." is red
+CPPUNIT_ASSERT_EQUAL(OUString("5."), getXPath(pDump, 
"//page[1]/body/txt[5]/Special", "rText"));
+CPPUNIT_ASSERT_EQUAL(OUString("00ff"), getXPath(pDump, 
"//page[1]/body/txt[5]/Special/SwFont", "color"));
+// "6." is red
+CPPUNIT_ASSERT_EQUAL(OUString("6."), getXPath(pDump, 
"//page[1]/body/txt[6]/Special", "rText"));
+CPPUNIT_ASSERT_EQUAL(OUString("00ff"), getXPath(pDump, 
"//page[1]/body/txt[6]/Special/SwFont", "color"));
+// "7." is black
+CPPUNIT_ASSERT_EQUAL(OUString("7."), getXPath(pDump, 
"//page[1]/body/txt[7]/Special", "rText"));
+CPPUNIT_ASSERT_EQUAL(OUString(""), getXPath(pDump, 
"//page[1]/body/txt[7]/Special/SwFont", "color"));
+// "8." is black
+CPPUNIT_ASSERT_EQUAL(OUString("8."), getXPath(pDump, 
"//page[1]/body/txt[8]/Special[1]", "rText"));
+CPPUNIT_ASSERT_EQUAL(OUString(""), getXPath(pDump, 
"//page[1]/body/txt[8]/Special[1]/SwFont", "color"));
+
+xmlDocPtr 

[Libreoffice-bugs] [Bug 135740] tab characters are no longer displayed after upgrading from 6.2

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135740

Dieter  changed:

   What|Removed |Added

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

--- Comment #11 from Dieter  ---
(In reply to Mike Blumenkrantz from comment #10)
> Should I be reporting this downstream to Fedora, or is this likely to
> somehow be a local issue?

I'm using Windows, so I can't answer this question. But if the problem is
solved with build from LO website let's close the bug report

=> RESOLVED WORKSFORME

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


[Libreoffice-bugs] [Bug 136316] New: Allow intermediate lines to be repeated as table heading

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136316

Bug ID: 136316
   Summary: Allow intermediate lines to be repeated as table
heading
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: v_...@ukr.net

Description:
Most of my tables have the second line with numbers of columns. It should be
repeated on each page. But in "Table Properties" dialog I can repeat rows only
from the first one.
Please, enhance the dialog.

Steps to Reproduce:
Create a table with multiple rows. Open Table - Table Properties and open Text
Flow tab

Actual Results:
[v] Repeat heading   First [ 1 ]-+ rows.

Expected Results:
[v] Repeat heading   From row [ 1 ]-+ to row [ 1 ]-+


Reproducible: Always


User Profile Reset: No



Additional Info:
Workaround:
To repeat an intermediate row, split a table before the row and delete an empty
line between the new tables. Vertical borders should be adjusted twice - on
both tables.

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


[Libreoffice-bugs] [Bug 136315] New: LibreOffice 7.0.0 Refuses to Open After Using It Once on a Windows Session

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136315

Bug ID: 136315
   Summary: LibreOffice 7.0.0 Refuses to Open After Using It Once
on a Windows Session
   Product: LibreOffice
   Version: 7.0.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bhiskins.198...@gmail.com

Description:
Sometimes when using LibreOffice 7.0.0, the program does not load after using
it once in a Windows session. In addition, sometimes when I attempt to paste
something, it doesn't paste what I wanted to paste.

Actual Results:
-

Expected Results:
-


Reproducible: Sometimes


User Profile Reset: No



Additional Info:
-

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


[Libreoffice-bugs] [Bug 129709] Incorrect hyphenation of marathi words having Zero Width Joiner

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129709

Shantanu  changed:

   What|Removed |Added

 Resolution|--- |NOTOURBUG
 Status|NEEDINFO|RESOLVED

--- Comment #6 from Shantanu  ---
I guess you are correct. The extension owner is the right person to resolve
this. Closing.

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


[Libreoffice-bugs] [Bug 134982] Base - cannot connect via native mysql connector to XAMMP mysql/mariadb instance installed on Ubuntu 18.04

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134982

--- Comment #7 from Duns  ---
I have the same problem of Silvain.
You says to do a symlink from the lampp socket (in /opt) to "the place where LO
expects to find it". 
But can you kindly tell me where is this place?

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


[Libreoffice-bugs] [Bug 135815] Interactive frame split converting odt to docx and back to odt

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135815

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 132661] Wizard service does not display current Page

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132661

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 132778] Macro security settings don't work for network shares

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132778

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 132663] Layer Tabs in LO Draw should behave as in LO- Calc

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132663

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 132542] LibreOffice Calc - cursor formula bar conflict

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132542

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 135806] Applying page style using sidebar confusing (affecting more pages compared what was intended)

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135806

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 135800] UI: Dialog is missing a setting for changing page style for first page

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135800

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 135813] UI: The relation of setting page break/page style inside paragraph dialog is source for confusion

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135813

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 135796] FILESAVE DOCX/DOC: Highlighting inside textboxes not exported with a odt to DOC/DOCX conversion

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135796

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 135781] More button on print dialogue doesn't work on LibreOffice Wayland enviroment

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135781

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 135810] FILEOPEN PPTX chart has wrong height

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135810

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 135808] Removing the first page (by deleting page break) deletes the page style of the next page

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135808

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 135807] Paragraph style changed to Landscape after double clicking page style in sidebar

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135807

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 135805] When themes are applied at higher resolution

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135805

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 135813] UI: The relation of setting page break/page style inside paragraph dialog is source for confusion

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135813

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 135798] Empty page when anchor attached to previous page, which doesn't disappear at undo

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135798

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 135801] There is no way to copy a path from Options / Paths.

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135801

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 135807] Paragraph style changed to Landscape after double clicking page style in sidebar

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135807

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 135516] Image in Calc sheet partly rendered (MacOS)

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135516

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 135800] UI: Dialog is missing a setting for changing page style for first page

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135800

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 130324] Calc does not create or display graph plots correctly

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130324

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

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 130353] Calc bug. When selecting any cell is slow and does not show the cell as selected. When selecting any row or column from 1, 2, 3, or A, B, C..left and top column or row

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130353

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-ux-advise] [Bug 135806] Applying page style using sidebar confusing (affecting more pages compared what was intended)

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135806

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 135795] Page background color is set to white, instead of non because of presence of a textbox

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135795

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 133115] RTF import fails on index sub keys

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133115

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

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


[Libreoffice-bugs] [Bug 133115] RTF import fails on index sub keys

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133115

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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


[Libreoffice-bugs] [Bug 135791] impress:During the slide show, the screen is violently disrupted.

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135791

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 130353] Calc bug. When selecting any cell is slow and does not show the cell as selected. When selecting any row or column from 1, 2, 3, or A, B, C..left and top column or row

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130353

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

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-ux-advise] [Bug 135808] Removing the first page (by deleting page break) deletes the page style of the next page

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135808

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 109074] Unable to change Tamil text to bold

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109074

--- Comment #11 from QA Administrators  ---
Dear karthikeyan g,

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 127303] FILESAVE takes longer and longer with each save, including autosave events. Version 6.2.4.2

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127303

--- Comment #4 from QA Administrators  ---
Dear Thomas Groover,

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 130324] Calc does not create or display graph plots correctly

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130324

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 101325] Problem with connector type in LibreOffice Draw

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101325

--- Comment #4 from QA Administrators  ---
Dear Nicholas Borisov,

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 65515] French-style footnotes

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=65515

--- Comment #16 from QA Administrators  ---
Dear Alessandro Ceschini,

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 130705] Incorrect scaling preview in format cells dialog

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130705

--- Comment #2 from QA Administrators  ---
Dear Jan Vlug,

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 136217] Unable to move tag and to put tab marks in ruler under writer

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136217

--- Comment #1 from sur...@hotmail.com ---
Just tried with the latest version (30/09/2020 - 05:36:32)
The bug is still there

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


[Libreoffice-bugs] [Bug 101646] UI option "Scaling" was removed

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101646

--- Comment #53 from dev...@oddhack.org ---
I'd also benefit from this change. Note: not using any "Desktop Environment",
just a traditional X window manager. It is very annoying to have UI text almost
too small to see while I can arbitrarily scale content using the zoom slider.

Someone on SU did come up with a workaround involving installing
libreoffice-gtk3 and setting GDK_SCALE, which is an improvement over trying to
read tiny text in the menu bar, but not a great one and could go away at any
time AFAIK.

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


[Libreoffice-bugs] [Bug 136314] New: Edits by collaborator give single formatting to entire document, removes comments

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136314

Bug ID: 136314
   Summary: Edits by collaborator give single formatting to entire
document, removes comments
   Product: LibreOffice Online
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: stephane.guil...@member.fsf.org

Using CODE version 4.2.5 used on Firefox, I invited a collaborator (on Windows,
using Chrome) who added a couple of lines of text and changed the formatting of
one heading, but when I went back to it, the entire document was using the
"preformatted text" style, with the TOC turned into simple text.
The comments disappeared as well.

The share document is this one:

https://cloud.indie.host/s/sibH9ibzittFKGB

Version details:

LOOLWSD
4.2.5 (git hash: a400fc3)
served by: 5b81464c
LOKit:
Collabora Office 6.2-18 (git hash: 1692732)
"Ubuntu 18.04.1 LTS"

Not sure how to troubleshoot best?

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


[Libreoffice-bugs] [Bug 136313] New: Inconsistency in Bringing forth the Page Style Window Using the Status Bar from LibreOffice Calc

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136313

Bug ID: 136313
   Summary: Inconsistency in Bringing forth the Page Style Window
Using the Status Bar from LibreOffice Calc
   Product: LibreOffice
   Version: 7.0.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: szf...@yahoo.com

Description:
Because of Bug 133661 I had to correct many LibreOffice Writer files that has
the wrong Default Page Style.  I also check many Libreoffice Calc Default Page
Style.

It because irritating when LibreOffice Writer only needs a SINGLE click to
bring up the Page Style Window while LibreOffice Calc requires a DOUBLE click
to bring up the Page Style Window.  This becomes an issue when using my travel
Laptop + Trackpad.  On my Desktop + standard mouse, it is not as irritating for
either a single or double click.

Can it be changed to be more consistent for the two programs as I use Writer &
Calc the most.

Steps to Reproduce:
1. In LibreOffice Writer, a SINGLE click is all that is needed to bring out any
of the Windows from Writer's Status Bar.
2. In LibreOffice Calc, a DOUBLE click is needed to bring forth any of the
Windows from Calc's Status Bar.

Actual Results:
Wordprocessor Status Bar shortcuts requires a single click from mouse/trackpad.

Spreadsheet Status Bar shortcuts requires a double click from mouse/trackpad.

Expected Results:
Would be great if the two program are a bit more consistent for this function
as I would get use to the single click (I had to do it a few hundred times),
and wonder why it didn't work with the Calc Spreadsheet app, which needed a
double click to bring out the same dialog window.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.0.0.3 (x64)
Build ID: 8061b3e9204bef6b321a21033174034a5e2ea88e
CPU threads: 2; OS: Windows 10.0 Build 19041; UI render: Skia/Raster; 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 136310] VIEWING Images/pictures are not shown when Skia is enabled

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136310

--- Comment #2 from stefan_lange...@t-online.de  
---
The problem doesn't exist in both LO 7.0.1.2 (pre-release) and the recently
(until 2020-08-29) created builds of LOdev 7.0.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 133115] RTF import fails on index sub keys

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133115

--- Comment #8 from Jim  ---
Created attachment 164903
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164903=edit
RTF file

RTF file attached

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


[Libreoffice-bugs] [Bug 133115] RTF import fails on index sub keys

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133115

--- Comment #7 from Jim  ---
Created attachment 164902
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164902=edit
PDF file attached

PDF result from MS Word

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


[Libreoffice-bugs] [Bug 136304] The spell checker doesn't mark words wrong spelled if there is a number written at beginning/ end or somewhere within

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136304

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #3 from Regina Henschel  ---
The desired behavior can be set from the user in Tools > Options > Language
Settings > Writing Aids.
Option "Check words with numbers" in section "Options".

No bug.

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


[Libreoffice-bugs] [Bug 133115] RTF import fails on index sub keys

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133115

--- Comment #6 from Jim  ---
(In reply to Buovjaga from comment #4)
> Created attachment 164888 [details]
> PDF exported from MSO 2013

Ok
Attached are two file
1) Adam Dell.RTF
2) Adam Dell.PDF

I read the RTF file into MS Word 2019 and created the PDF file.
Look closely on page 7 at the index.

Try to product the same looking index in LibreOffice from the RTF file.

Please let me know if you understand

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


[Libreoffice-bugs] [Bug 136312] New: Crash and document restore dialogue after opening Update settings in Settings menu

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136312

Bug ID: 136312
   Summary: Crash and document restore dialogue after opening
Update settings in Settings menu
   Product: LibreOffice
   Version: 7.1.0.0.alpha0+ Master
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: necros...@gmail.com

Version: 7.1.0.0.alpha0+ (x64)
Build ID: 977a97f3148c0aece0a54304aae81ec44ced07e0
CPU threads: 4; OS: Windows 10.0 Build 19041; UI render: Skia/Vulkan; VCL: win
Locale: ru-RU (ru_RU); UI: ru-RU
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 136311] New: XML Form Document - Properties:Textbox

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136311

Bug ID: 136311
   Summary: XML Form Document - Properties:Textbox
   Product: LibreOffice
   Version: 7.0.0.3 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: turigergel...@gmail.com

Description:
The Properties window of a Textbox in XML Form Document turns black when a
selection is made.
The colors are shown again if the Properties-window looses focus.

Steps to Reproduce:
1. Put a textbox anywhere in the XML Form Document
2. Open Properties
3. Data - XML Data model - Make a selection

Actual Results:
The properties-window turns black

Expected Results:
The properties-window should not turn black


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.0.0.3 (x86)
Build ID: 8061b3e9204bef6b321a21033174034a5e2ea88e
CPU szálak: 8; OS: Windows 10.0 Build 18363; Felületmegjelenítés: Skia/Raster;
VCL: win
Locale: hu-HU (hu_HU); UI: hu-HU
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 136310] VIEWING Images/pictures are not shown when Skia is enabled

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136310

--- Comment #1 from stefan_lange...@t-online.de  
---
Created attachment 164901
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164901=edit
6 screenshots showing the problem (created with LO builds from 2020-08-21 and
2020-08-25)

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


[Libreoffice-bugs] [Bug 136310] New: VIEWING Images/pictures are not shown when Skia is enabled

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136310

Bug ID: 136310
   Summary: VIEWING Images/pictures are not shown when Skia is
enabled
   Product: LibreOffice
   Version: 7.1.0.0.alpha0+ Master
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: stefan_lange...@t-online.de

Description:
Pictures in a Writer text document are not shown when Skia is active as well as
with Skia/Vulcan as with Skia/Raster.
The problem didn't exist in builds created until 2020-08-21. It occurs first in
the build from 2020-08-25.

Steps to Reproduce:
1. Start LO with Skia active (Vulcan or Raster)
2. New -> Writer Text document
3. Insert -> Picture -> Select any picture e.g from your computer to insert
-> Result: The inserted picture is not shown - only the frame and the sizing
corners are displayed.
4. Save the document and close it.
-> Result: In the file history screen with document previews the saved document
is shown with the picture.
5. Reopen the document created before
-> Result: The picture ist not shown.
6. Disable Skia in Options - View and restart LO
7. Reopen the created document
-> Result: The picture is shown!

Actual Results:
see above (picture not shown with Skia active)

Expected Results:
The inserted pictures should be shown also when Skia is active, how it was in
builds created until 2020-08-21


Reproducible: Always


User Profile Reset: No



Additional Info:
None

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


[Libreoffice-bugs] [Bug 132663] Layer Tabs in LO Draw should behave as in LO- Calc

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132663

krau...@gmx.net changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #2 from krau...@gmx.net ---
I'm sorry, I don't agree to immediately close this ticket.

The concrete requests are

- LO-Draw Layer Tabs should be reorderable
-> Any plan / schedule for bug 70012?

Other concrete requests
- LO-Draw Layer UI should be same as LO-Calc: 
- Buttons |< < > >| and "+"(!) in the lower left
- Optional BG Coloring of the Tab Text

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


[Libreoffice-bugs] [Bug 134224] Pie chart data rounding error

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134224

Leyan  changed:

   What|Removed |Added

 CC||ouyang.le...@hotmail.com

--- Comment #3 from Leyan  ---
The rounding of each percentage is correct, the fact that the sum is 101 is
just an artifact of the insufficient precision displayed. So the question is
whether it is better to have less precise individual values and a nicer total
or whether the current behavior should be kept?

I played a bit with it in Excel, this is only applied for integer percentage
values, not when there is additional precision displayed. A pie chart with
three identical parts will sum to 100% when the display format is 0% but 99.9%
when it is 0.0%. 

For these integer percentage values, the algorithm used seems to be to change
the displayed value by 1 for as many labels as necessary, starting with the
labels closest to 0.5. 

This simple algorithm can lead to pie charts displaying different percentages
even if the underlying value is the same, which is not great in my opinion. For
example, with a pie chart with 3 identical parts, the percentages displayed
will be 34%, 33%, 33%.

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


[Libreoffice-bugs] [Bug 132662] Layer Tab scrolls to active layer when Shift-/Ctrl-clicking on a non-active one

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132662

--- Comment #2 from krau...@gmx.net ---
Let me clarify, I did not mean in #3 a double-click but two distinct
single-click operations in a short period of time (say ~1..2 secs) to toggle
the visibilty of all elements on the clicked layer to analyze their positions
on the current drawing. This is my usual use-case where the problem is really
annoying.
However as suggested, a single Shift-/ or CTRL-Click on a visible layer while
the active one is outside the view already sufficiently shows the issue.

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


[Libreoffice-bugs] [Bug 135288] Bullets disappeared in old presentations

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135288

raal  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
 CC||azeemmys...@gmail.com,
   ||r...@post.cz

--- Comment #6 from raal  ---
bisected sxi file
This seems to have begun at the below commit.
Adding Cc: to Mohammed Abdul Azeem ; Could you possibly take a look at this
one?
Thanks

2fb92e5b348a9aa7fb86fe470d28e5fb8e743a27 is the first bad commit
commit 2fb92e5b348a9aa7fb86fe470d28e5fb8e743a27
Author: Jenkins Build User 
Date:   Wed Mar 14 14:28:34 2018 +0100

source sha:bf46b46a1d734348096936284fb8a76e977936d0

author  Mohammed Abdul Azeem 2017-10-01 14:11:11
+0530
committer   Michael Meeks  2018-03-14
14:12:08 +0100
commit  bf46b46a1d734348096936284fb8a76e977936d0 (patch)
treea76c30897cf1e49491bf26580c823701b6d74778
parent  1b61d0417bf46896ef1f1bd1e1a8209588fc157a (diff)
Moving XSAXDocumentBuilder2 to use XFastDocumentHandler:

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


[Libreoffice-bugs] [Bug 136294] Red wrong spelled lining needs a trigger to get activated

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136294

--- Comment #6 from Telesto  ---
(In reply to Buovjaga from comment #5)
> (In reply to Telesto from comment #4)
> > @Buovjaga
> > This one is bit higher on my bibisect priority list.
> 
> I tried on Linux, but unfortunately it is seen in the oldest of 44max, but
> not yet in latest of 43max :( If you have space, try on Windows with the
> respective repos

It's fine in
Version: 4.3.8.0.0+
Build ID: 2d13cf60ecdab83997c9cd7275c799ddd96617cd

Must be a timer change in 4.4 branch. Did you try to remove the profile? 
They 4.4 Windows bibisect repro is one piece of worthless junk (there was a
e-mail conversation about that).. Alternative would be Mac

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


[Libreoffice-bugs] [Bug 135890] Chart Properties Dialog broken on some workflows

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135890

--- Comment #6 from Aron Budea  ---
Created attachment 164900
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164900=edit
Screenshot of state after commit bisected in comment 3

(In reply to Caolán McNamara from comment #5)
> what exactly is bisected to e3a002c53a544de02e5119c5b0a2fd4f972156a8 ? My
> understanding is that the chart sidebar has always been somewhat broken
> since its creation
Actually, there are multiple states. The difference between the current look
and the one before the first commit is the gaps instead of pane titles that can
be seen in attachment 164421. Only when the Properties sidebar is opened after
getting in chart edit mode (ie. the generally broken state), if the sidebar is
already open, all is fine.

The steps are the following:
1. After comment 3's commit, only Chart Type pane is shown (attaching
screenshot). Titles aren't shown.

2. After the following commit, Chart Type and Elements panes are shown. Titles
aren't shown.
https://cgit.freedesktop.org/libreoffice/core/commit/?id=8dd9dda69ffca6b167f690481070b8ee7bf7f8fd
author  Caolán McNamara 2019-12-20 15:40:52
+
committer   Caolán McNamara 2019-12-21 11:27:48
+0100

"weld ChartElementsPanel"

3. After the following commit, it gets the current look, Chart Type, Elements
and Area panes are shown. Titles aren't shown.
https://cgit.freedesktop.org/libreoffice/core/commit/?id=40fe5b93bc0838e04b46bfc7942d1ee6a2482ce0
author  Caolán McNamara 2020-01-02 14:45:32
+
committer   Caolán McNamara 2020-01-06 16:44:21
+0100

"weld AreaPropertyPanel"

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


[Libreoffice-bugs] [Bug 136294] Red wrong spelled lining needs a trigger to get activated

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136294

--- Comment #5 from Buovjaga  ---
(In reply to Telesto from comment #4)
> @Buovjaga
> This one is bit higher on my bibisect priority list.

I tried on Linux, but unfortunately it is seen in the oldest of 44max, but not
yet in latest of 43max :( If you have space, try on Windows with the respective
repos

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


[Libreoffice-bugs] [Bug 135636] Deleting page break not working, if the cursor is on different page

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135636

Telesto  changed:

   What|Removed |Added

 CC||caol...@redhat.com

--- Comment #8 from Telesto  ---
@Caolan
There is still an issue after the fix for you did for bug 134439

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


[Libreoffice-bugs] [Bug 136294] Red wrong spelled lining needs a trigger to get activated

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136294

Telesto  changed:

   What|Removed |Added

 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #4 from Telesto  ---
@Buovjaga
This one is bit higher on my bibisect priority list.

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


[Libreoffice-bugs] [Bug 136309] Image position different between on screen & file reload

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136309

--- Comment #1 from Telesto  ---
Created attachment 164899
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164899=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 136309] New: Image position different between on screen & file reload

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136309

Bug ID: 136309
   Summary: Image position  different between on screen & file
reload
   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:
Image position  different between on screen & file reload

Steps to Reproduce:
1. Open the attached file
2. Click figure 2 image frame on third page
3. Press arrow left
4. The image on page 5 will shift to page 6 
5. Save & reload
6. Image of page 6 is back on page 5 again 

Actual Results:
Different position of image 

Expected Results:
Same


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 6640d7f405d2970ba2825a9455926cc803284d01
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: default; 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 132960] UI: PNG export dialog doesn't show image dimensions for Export Selection (being an image)

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132960

Buovjaga  changed:

   What|Removed |Added

Version|7.0.0.0.alpha1+ |6.0.0.3 release

--- Comment #8 from Buovjaga  ---
Bibisected the dialog revamp with win32-6.0 to
https://git.libreoffice.org/core/commit/7c8db524248bacc1dfa22df7bad0ad81e31d63ca
Writer export to PNG,JPG: switch to proper SvFilterOptionsDialog

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


[Libreoffice-bugs] [Bug 136308] Images wrongly positioned after undo image movement in a DOCX

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136308

Telesto  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression

--- Comment #3 from Telesto  ---
Pretty broken in 
Version: 6.4.0.0.beta1+ (x64)
Build ID: 20be5cd0bdc57d812bf34a2debfe48caa51de881
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: default; VCL: win; 
Locale: nl-NL (nl_NL); UI-Language: 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 121398] Powers of negative numbers highly inconsistent

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121398

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

   What|Removed |Added

 Blocks||109324


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 109324] [META] Calculate bugs and enhancements

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109324

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

   What|Removed |Added

 Depends on||136268


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=136268
[Bug 136268] Math function not evaluated correctly
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109324] [META] Calculate bugs and enhancements

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109324

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

   What|Removed |Added

 Depends on||121398


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=121398
[Bug 121398] Powers of negative numbers highly inconsistent
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 121398] Powers of negative numbers highly inconsistent

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121398

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

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 136308] Images wrongly positioned after undo image movement in a DOCX

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136308

--- Comment #2 from Telesto  ---
Still ok in
Version: 6.3.0.0.alpha0+
Build ID: da881f38c088c439f034e3404ca53e67389f
CPU threads: 4; OS: Windows 6.3; UI render: default; VCL: win; 
Locale: nl-NL (nl_NL); UI-Language: 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 136268] Math function not evaluated correctly

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136268

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

   What|Removed |Added

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


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 136308] Images wrongly positioned after undo image movement in a DOCX

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136308

--- Comment #1 from Telesto  ---
Created attachment 164898
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164898=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] core.git: helpcontent2

2020-08-30 Thread Olivier Hallot (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1e0cfd5662d95cea84e80e4fe10d52c3b1101ae6
Author: Olivier Hallot 
AuthorDate: Sun Aug 30 22:01:48 2020 +0200
Commit: Gerrit Code Review 
CommitDate: Sun Aug 30 22:01:48 2020 +0200

Update git submodules

* Update helpcontent2 from branch 'master'
  to aeb5cc458fce90b7f5c02128e95bad89f92b3efd
  - Typo.

Change-Id: I6706a7811e93de08281900012a302e6431caa899
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/101668
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/helpcontent2 b/helpcontent2
index da7d4570411e..aeb5cc458fce 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit da7d4570411ec5324a68e4e3a671fde9f66355c8
+Subproject commit aeb5cc458fce90b7f5c02128e95bad89f92b3efd
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: source/text

2020-08-30 Thread Olivier Hallot (via logerrit)
 source/text/shared/05/err_html.xhp |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit aeb5cc458fce90b7f5c02128e95bad89f92b3efd
Author: Olivier Hallot 
AuthorDate: Sun Aug 30 15:19:23 2020 +0200
Commit: Olivier Hallot 
CommitDate: Sun Aug 30 22:01:48 2020 +0200

Typo.

Change-Id: I6706a7811e93de08281900012a302e6431caa899
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/101668
Tested-by: Jenkins
Reviewed-by: Olivier Hallot 

diff --git a/source/text/shared/05/err_html.xhp 
b/source/text/shared/05/err_html.xhp
index 446622431..1fd8a27b5 100644
--- a/source/text/shared/05/err_html.xhp
+++ b/source/text/shared/05/err_html.xhp
@@ -32,15 +32,15 @@
   That is an 
error. Possible causes are:
 
 
-The page does 
not exists and must be created.
+The page does 
not exist and must be created.
 
 
-The page 
exists, but the Help ID is wrong or missing.
+The page exist, 
but the Help ID is wrong or missing.
 
 
 Use the Module, 
Contents, Index and Search selectors to find the right page.
 
 The following data 
could be helpful in locating the error:
-  Help ID: 

+Help ID: 

 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 136308] New: Images wrongly positioned after undo image movement in a DOCX

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136308

Bug ID: 136308
   Summary: Images wrongly positioned after undo image movement in
a DOCX
   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:
Images wrongly positioned after undo image movement in a DOCX

Steps to Reproduce:
1. Open the attached file
1.b Save to DOCX
1.c File reload
2. Select the frame on page 2 drag it bit around
3. Select image frame on page 3 and drag it around a bit
4. Undo everything

Actual Results:
Images not on the proper spot

Expected Results:
Should be so


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 6640d7f405d2970ba2825a9455926cc803284d01
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: default; 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 136307] Additional Extensions dialog looks terribly on Windows

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136307

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
Created attachment 164897
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164897=edit
Screenshot with terrible view

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


[Libreoffice-bugs] [Bug 38062] Load each document in the last position and size of application window used by that specific document

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=38062

Buovjaga  changed:

   What|Removed |Added

 CC||p.peyremo...@free.fr

--- Comment #21 from Buovjaga  ---
*** Bug 131847 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 131847] Save document window place and size inside document

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131847

Buovjaga  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Status|UNCONFIRMED |RESOLVED
 Whiteboard| QA:needsComment|

--- Comment #2 from Buovjaga  ---


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

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


[Libreoffice-bugs] [Bug 136307] New: Additional Extensions dialog looks terribly on Windows

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136307

Bug ID: 136307
   Summary: Additional Extensions dialog looks terribly on Windows
   Product: LibreOffice
   Version: 7.1.0.0.alpha0+ Master
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: 79045_79...@mail.ru

Description:
Additional Extensions dialog looks terribly on Windows

Steps to Reproduce:
1. Add Additional Extensions tool to any toolbar in Writer
2. Start Additional Extension
3. Look at it

Actual Results:
It looks terribly

Expected Results:
It should look as in Release Notes
https://wiki.documentfoundation.org/ReleaseNotes/7.1#New_Dialog:_Additions


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 977a97f3148c0aece0a54304aae81ec44ced07e0
CPU threads: 4; OS: Windows 6.1 Service Pack 1 Build 7601; UI render:
Skia/Vulkan; VCL: win
Locale: ru-RU (ru_RU); 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 108799] [META] HTML export bugs and enhancements

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108799

Buovjaga  changed:

   What|Removed |Added

 Depends on||132739


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=132739
[Bug 132739] HTML Document: Table borders disappear, because multiple style
attributes are written within a single tag
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 132739] HTML Document: Table borders disappear, because multiple style attributes are written within a single tag

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132739

Buovjaga  changed:

   What|Removed |Added

 Ever confirmed|0   |1
Version|5.3.6.1 release |5.2.0.4 release
 OS|Linux (All) |All
 Blocks||108799
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=63
   ||211
 Status|UNCONFIRMED |NEW
 Whiteboard| QA:needsComment|
   Keywords||bibisected, bisected,
   ||regression

--- Comment #4 from Buovjaga  ---
Bibisected with win32-5.2 repo to this massive change
https://git.libreoffice.org/core/commit/46fa816aa0a713c54836b9689fa7a1c9ff55ef5a
tdf#63211: saving embedded images to HTML optional


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 82952] Add an option to show the full path in the window title.

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82952

Wolfgang Jäger  changed:

   What|Removed |Added

 CC||j...@psilosoph.de

--- Comment #15 from Wolfgang Jäger  ---
An alternative might be to make the width of the 'Load URL' element of the
'Standard' toolbar changeable.(There are disadvantages, of course.)  

I visited this bug due to a comment by an impatient user in
https://ask.libreoffice.org/en/question/44280/ . He thought waiting >6 years
should be enough.

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


[Libreoffice-bugs] [Bug 136306] Dutch spell checker produces debatable suggestions

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136306

Telesto  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl

--- Comment #2 from Telesto  ---
@Cor
Not to happy with the spelling suggestions. The compositions are way off, if
you ask me. But not sure how the whole dictionary thing works.. So to blame it
on Hunspell or the dictionary. Already seen in 3.5.0.3

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


[Libreoffice-bugs] [Bug 136306] New: Dutch spell checker produces debatable suggestions

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136306

Bug ID: 136306
   Summary: Dutch spell checker produces debatable suggestions
   Product: LibreOffice
   Version: 7.1.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Linguistic
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl
CC: so...@libreoffice.org

Description:
Dutch spell checker produces debatable suggestions

Steps to Reproduce:
1. open the attached file
2. Right click the words & look at the suggestions

Actual Results:
wrongleszst = wrongleszet as first suggestion?

Expected Results:
Dutch?


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 6640d7f405d2970ba2825a9455926cc803284d01
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: default; VCL: win
Locale: lb-LU (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 136306] Dutch spell checker produces debatable suggestions

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136306

--- Comment #1 from Telesto  ---
Created attachment 164896
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164896=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] core.git: framework/source

2020-08-30 Thread Maxim Monastirsky (via logerrit)
 framework/source/fwe/classes/addonsoptions.cxx |   26 +
 1 file changed, 14 insertions(+), 12 deletions(-)

New commits:
commit 15d655f0133d986a85f4ba9630587566d90a0c50
Author: Maxim Monastirsky 
AuthorDate: Sun Aug 30 19:04:03 2020 +0300
Commit: Maxim Monastirsky 
CommitDate: Sun Aug 30 21:33:26 2020 +0200

Related: tdf#107548 Make sure embedded images have higher priority

As documented in the schema, the dev guide and a comment in
AddonsOptions_Impl::ReadImageData. Noticed the problem while testing
the ProtocolHandlerAddon sdk example which has the ImageSmall props
defined yet didn't show the icons. Turned out this was a result of
the previous commit that fixed ImageSmallURL, which started now to
override ImageSmall.

Change-Id: I0a9eb6b13b73a60efc801905601894c862d68cba
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101666
Tested-by: Jenkins
Reviewed-by: Maxim Monastirsky 

diff --git a/framework/source/fwe/classes/addonsoptions.cxx 
b/framework/source/fwe/classes/addonsoptions.cxx
index 4201a6a5f4f7..00766c66e208 100644
--- a/framework/source/fwe/classes/addonsoptions.cxx
+++ b/framework/source/fwe/classes/addonsoptions.cxx
@@ -256,7 +256,8 @@ class AddonsOptions_Impl : public ConfigItem
 // accessed in this order
 OneImageEntry aSizeEntry[2];
 ImageEntry() {}
-void addImage(ImageSize eSize, const BitmapEx , const 
OUString );
+void addImage(ImageSize eSize, const BitmapEx );
+void addImage(ImageSize eSize, const OUString );
 };
 
 typedef std::unordered_map< OUString, ImageEntry > ImageManager;
@@ -349,11 +350,13 @@ class AddonsOptions_Impl : public ConfigItem
 MergeStatusbarInstructionContainer
m_aCachedStatusbarMergingInstructions;
 };
 
-void AddonsOptions_Impl::ImageEntry::addImage(ImageSize eSize,
-  const BitmapEx& rImage,
-  const OUString )
+void AddonsOptions_Impl::ImageEntry::addImage(ImageSize eSize, const BitmapEx& 
rImage)
 {
 aSizeEntry[static_cast(eSize)].aImage = rImage;
+}
+
+void AddonsOptions_Impl::ImageEntry::addImage(ImageSize eSize, const OUString 
)
+{
 aSizeEntry[static_cast(eSize)].aURL = rURL;
 }
 
@@ -1608,8 +1611,7 @@ void AddonsOptions_Impl::ReadAndAssociateImages( const 
OUString& aURL, const OUS
 aFileURL.appendAscii( aExtArray[i] );
 aFileURL.append( ".bmp" );
 
-aImageEntry.addImage( !i ? IMGSIZE_SMALL : IMGSIZE_BIG,
-  BitmapEx(), aFileURL.makeStringAndClear() );
+aImageEntry.addImage( !i ? IMGSIZE_SMALL : IMGSIZE_BIG, 
aFileURL.makeStringAndClear() );
 }
 
 m_aImageManager.emplace( aURL, aImageEntry );
@@ -1639,7 +1641,7 @@ std::unique_ptr 
AddonsOptions_Impl::ReadImageDat
 {
 if ( !pEntry )
 pEntry.reset(new ImageEntry);
-pEntry->addImage(i == OFFSET_IMAGES_SMALL ? IMGSIZE_SMALL : 
IMGSIZE_BIG, aImage, "");
+pEntry->addImage(i == OFFSET_IMAGES_SMALL ? IMGSIZE_SMALL : 
IMGSIZE_BIG, aImage);
 }
 }
 else if ( i == OFFSET_IMAGES_SMALL_URL || i == OFFSET_IMAGES_BIG_URL )
@@ -1649,11 +1651,11 @@ std::unique_ptr 
AddonsOptions_Impl::ReadImageDat
 
 // Retrieve image data from an external bitmap file. Make sure 
that embedded image data
 // has a higher priority.
-aPropertyData[i] >>= aImageURL;
-
-SubstituteVariables( aImageURL );
-
-pEntry->addImage(i == OFFSET_IMAGES_SMALL_URL ? IMGSIZE_SMALL : 
IMGSIZE_BIG, BitmapEx(), aImageURL);
+if (aPropertyData[i] >>= aImageURL)
+{
+SubstituteVariables(aImageURL);
+pEntry->addImage(i == OFFSET_IMAGES_SMALL_URL ? IMGSIZE_SMALL 
: IMGSIZE_BIG, aImageURL);
+}
 }
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 136205] Mendeley citation plugin works in LO 6.4 but not 7

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136205

Julien Nabet  changed:

   What|Removed |Added

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

--- Comment #13 from Julien Nabet  ---
Ok let's put this one to WFM then.

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


[Libreoffice-bugs] [Bug 136305] Print Dialogue is too large - Ok Button not visible

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136305

--- Comment #1 from Gerd  ---
Created attachment 164895
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164895=edit
Screenshot

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


[Libreoffice-bugs] [Bug 136205] Mendeley citation plugin works in LO 6.4 but not 7

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136205

--- Comment #12 from Paul  ---
Whatever the issue was, it has been sorted in 7.0.1.2
Plugin works as expected in this version

Alex Thurgood suggested that here were Javascript execution issues that may
have already been corrected

looks as though they have

Paul

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


[Libreoffice-bugs] [Bug 136305] New: Print Dialogue is too large - Ok Button not visible

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136305

Bug ID: 136305
   Summary: Print Dialogue is too large - Ok Button not visible
   Product: LibreOffice
   Version: 6.4.5.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Printing and PDF export
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gerd.m...@gmx.net

Description:
In Ubuntu 20.10 the print dialogue in libre office is too large. The OK button
is not visible. Special setting: with GnomeTweakTool font size has been
upscaled to 1.35.

Steps to Reproduce:
1.Set font scaling to factor 1.35 in gnome tweak tools (for visually impaired)
2.Open Print Dialogue in Libre Office


Actual Results:
Print dialogue window is too large to be used (OK button is not visible and
window is vertically not resizable).

Expected Results:
Print dialogue is right in size. 


Reproducible: Always


User Profile Reset: No



Additional Info:
Special setting: with GnomeTweakTool font size has been upscaled to 1.35.

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


[Libreoffice-bugs] [Bug 136304] The spell checker doesn't mark words wrong spelled if there is a number written at beginning/ end or somewhere within

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136304

Telesto  changed:

   What|Removed |Added

 CC||nem...@numbertext.org

--- Comment #2 from Telesto  ---
@László Németh
The Hunspell expert. Feature or bug. Looks like a bug to me.

Outside the scope of this, I would also expect a sensible suggestion for
"He^llo" But noticing more spell checkers having trouble with that.

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


[Libreoffice-bugs] [Bug 136304] The spell checker doesn't mark words wrong spelled if there is a number written at beginning/ end or somewhere within

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136304

--- Comment #1 from Telesto  ---
Created attachment 164894
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164894=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 136304] New: The spell checker doesn't mark words wrong spelled if there is a number written at beginning/ end or somewhere within

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136304

Bug ID: 136304
   Summary: The spell checker doesn't mark words wrong spelled if
there is a number written at beginning/ end or
somewhere within
   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:
The spell checker doesn't mark words wrong spelled if there is a number written
at beginning/ end or somewhere within

Steps to Reproduce:
1. open the attached file
2. Look at the red lining

Actual Results:
Nothing misspelled

Expected Results:
I would expect they spell checker being trigger, bit to tolerant for my taste 


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 6640d7f405d2970ba2825a9455926cc803284d01
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: default; VCL: win
Locale: lb-LU (nl_NL); UI: en-US
Calc: CL

and 
3.3.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 136303] No warning of missing dictionary's or disabled dictionary's

2020-08-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136303

Telesto  changed:

   What|Removed |Added

   Severity|normal  |enhancement
   Keywords||needsUXEval
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.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


  1   2   3   4   >