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

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

Bug 118327 Summary: undo selects a list item
https://bugs.documentfoundation.org/show_bug.cgi?id=118327

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 126282] New: Enable Sri Lankan Currency in LibreOffice

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

Bug ID: 126282
   Summary: Enable Sri Lankan Currency in LibreOffice
   Product: LibreOffice
   Version: 6.2.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: danis...@gmail.com

Description:
Rupee is the Sri Lankan currency which write as රුපියල් in Singala and ரூபாய் in
Tamil.  Currency symbol in Sinhala, Tamil and English is රු, ரூ, Rs 
respectively.
Common abbreviation is Rs and LKR is the international currency code.

This need to fix in all components of LibreOffice.


https://en.wikipedia.org/wiki/Sri_Lankan_rupee

Steps to Reproduce:
1. Open LibreOffice Calc
2. Select Currency formating
3. Search for Sri Lankan Rupee or  LKR or Rs

Actual Results:
either LKR or Rs or Sri Lankan Rupee not found 

Expected Results:
LKR or Rs. should be there.


Reproducible: Always


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 118327] undo selects a list item

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

l...@royal.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||l...@royal.net
 Resolution|--- |WORKSFORME

--- Comment #5 from l...@royal.net ---
Fixed in 6.2.4.2/linux

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

[Libreoffice-bugs] [Bug 125425] It's not possible to select a cell range with a finger

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

Tomaz Vajngerl  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |qui...@gmail.com
   |desktop.org |

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

[Libreoffice-bugs] [Bug 126281] New: Data corruption of firebird numeric and decimal fields.

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

Bug ID: 126281
   Summary: Data corruption of firebird numeric and decimal
fields.
   Product: LibreOffice
   Version: 6.2.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mike60...@live.com

Data may be corrupted when coping data into numeric and decimal fields in the
firebird database. These fields may also be corrupted when migrating from a
HSQLDB databases.

Steps:
Created a table with the following schema:
CREATE TABLE "Table1" (ID INTEGER GENERATED BY DEFAULT AS IDENTITY NOT NULL,
"Numeric" NUMERIC(15, 4),
"Decimal" DECIMAL(15, 4),
"Double" DOUBLE PRECISION,
PRIMARY KEY (ID));

Created a calc sheet with the following data:
ID   Numeric  Decimal  Double
1  123
2  1.1  2.1  3.1
3  1.12 2.12 3.12
4  1.1232.1233.123
5  1.1234   2.1234   3.1234
6  1.12345  2.12345  3.12345

Selected the calc sheet and pasted it into the firebird table.
This resulted in the firebird table containing the following unexpected data:
ID   Numeric   Decimal   Double
10.00010.0002 3
20.00010.0002 3.1
30.00010.0002 3.12
40.00010.0002 3.123
50.00010.0002 3.1234
60.00010.0002 3.1235

Repeating the above with a similarly configured HSQLDB database resulted in the
expected results.

Similar issues exist when the numeric and decimal fields are migrated to the
firebird database
Used the above HSQLDB database and loaded it with the following data:
ID   Numeric   Decimal   Double
1 10.1  10.1  10.1
2 10.2  10.2  10.2
3 10.3  10.3  10.3
4 10.4  10.4  10.4
5 10.5  10.5  10.5
6 10.6  10.6  10.6

Closed the database, opened and migrated it to the firebird database.
This resulted in the firebird table containing the following unexpected data:
ID   Numeric DecimalDouble
1   -1667.6216  -1667.6216   10.1
2   -1667.5216  -1667.5216   10.2
3   -1667.4216  -1667.4216   10.3
4   -1667.3216  -1667.3216   10.4
5   -1667.2216  -1667.2216   10.5
6   -1667.1216  -1667.1216   10.6


LibreOffice Version 6.2.4.2
LibreOffice Version 6.2.5.2
Linux Mint19

Possibly related issues:
126268
123591
116893

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

[Libreoffice-bugs] [Bug 126280] New: PRINTING: Clicking Print window's Properties button crashes Calc - Crash in: ml1750u.DLL

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

Bug ID: 126280
   Summary: PRINTING: Clicking Print window's Properties button
crashes Calc - Crash in: ml1750u.DLL
   Product: LibreOffice
   Version: 6.2.4.2 release
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: whon...@gmail.com

This bug was filed from the crash reporting server and is
br-ac43b667-5481-4894-921a-1b7aa5bb103c.
=

In Calc with open spreadsheet...

a) Click File | Select Print | Print window opens
b) In General tab select a printer
c) Click on Properties button
d) Crash occurs

Note: Printer selected in this crash report was 'Samsung ML-1750 Series PCL 6
(USB)'.

However, crash also occurs if select the 'Print to File...' option.

No crash occurs if selected one of the following printer options:
- Fax
- Microsoft Print to PDF
- Microsoft XPS Document Writer
- OneNote

=
Version: 6.2.4.2 (x64)
Build ID: 2412653d852ce75f65fbfa83fb7e7b669a126d64
CPU threads: 8; OS: Windows 10.0; UI render: GL; VCL: win; 
Locale: en-US (en_US); 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 126279] New: CRASH when resuming work with a WebDAV document when session has timed out

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

Bug ID: 126279
   Summary: CRASH when resuming work with a WebDAV document when
session has timed out
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mikekagan...@hotmail.com

LibreOffice crashes when it has a WebDAV document open, and had not
communicated with the server for a while, thus the session has timed out on the
server.

Steps:
1. Open a document from a WebDAV server, like SharePoint.
2. Let LibreOffice stay idle for enough time - in my testing, I didn't touch it
for about 30 minutes.
3. Switch back to LibreOffice, and try anything that would initiate a WebDAV
operation: it could be e.g. opening File menu; or even just closing the
document.

LibreOffice crashes silently.
Tested with Version: 6.2.5.2 (x64)
Build ID: 1ec314fa52f458adc18c4f025c545a4e8b22c159
CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; 
Locale: ru-RU (ru_RU); UI-Language: en-US
Calc: threaded

and current master toward 6.4.

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

[Libreoffice-bugs] [Bug 126026] wrong window icon for an LO calc file started from file manager

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

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 126058] No inner borders after replaying a recorded macro

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

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 121934] Highlighting applied 2 days ago was gone tonight.

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

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 121934] Highlighting applied 2 days ago was gone tonight.

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

--- Comment #4 from QA Administrators  ---
Dear Maurice Jaillet,

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 85398] To cut table contents does not set document-modified flag

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

--- Comment #11 from QA Administrators  ---
Dear Matthew Francis,

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
http://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 117671] Comments (some or all not seen) are lost when a .fods file is saved with a new name

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

--- Comment #5 from QA Administrators  ---
Dear Drew Jensen,

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
http://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 122387] Cannot change paper size for printing on an Epson L200

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

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

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 92813] PRINTING: Page format does not align when printing via Excel

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

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

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
http://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 122426] FILEOPEN: DOC: Page has header when it shouldn't have it

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

--- Comment #3 from QA Administrators  ---
Dear Xisco Faulí,

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 121349] MacOS: The template table styles are missing in normal mode even after a profile reset (fine in safe mode)

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

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

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 122413] Changes to Impress not saved

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

--- Comment #5 from QA Administrators  ---
Dear jared.anrui,

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 91180] Cannot find Philippine Peso in Special Characters

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

--- Comment #15 from QA Administrators  ---
Dear Bamm,

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
http://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 116754] When saving a Writer document As RTF header text from p.2 appears in a footnote on p.1

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

--- Comment #9 from QA Administrators  ---
Dear Bernard Moreton,

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
http://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 118327] undo selects a list item

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

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

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
http://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 81969] EDITING: Find and Replace does not replace text inside object with text

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

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

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
http://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 103056] Endless scrolling upwards after reaching top of document

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

--- Comment #7 from QA Administrators  ---
Dear Yousuf Philips (jay) (retired),

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
http://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 118465] RTF import does not repeat header / repeat heading / repeat as header row for table

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

--- Comment #9 from QA Administrators  ---
Dear Michael J. Evans,

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
http://downloadarchive.documentfoundation.org/libreoffice/old/

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


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

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

Warm Regards,
QA Team

MassPing-UntouchedBug

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

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

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

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
http://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 41442] Control File Locking from Options

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

--- Comment #17 from Mike Kaganski  ---
I propose this to be WORKSFORME.

Rationale:
1. The requested functionality is a power user feature, requiring users to have
clear understanding of what they do and what are the drawbacks (e.g. possible
conflicts on simultaneous edits on filesystems without in-built locking
present, or absent information about who has locked the file on another
system).
2. Since version 4.2, we have Expert Configuration feature [1] allowing one to
set different power-user settings from Options; since version 5.0, the feature
allows searching [2], making it easier to search for needed settings. Find the
feature on Options->LibreOffice->Advanced->Open Expert Configuration.
3. The requested functionality is already present using
'org.openoffice.Office.Common/Misc/UseLocking' setting (controlling creation of
lockfiles and using locking in general), and
'org.openoffice.Office.Common/Misc/UseDocumentOOoLockFile' setting (controlling
whether the present lockfile will be considered when deciding if the file is
locked by someone else). For curious, the details about effects of the settings
are in function SfxMedium::LockOrigFileOnDemand [3].

[1] https://wiki.documentfoundation.org/ReleaseNotes/4.2#GUI
[2]
https://wiki.documentfoundation.org/ReleaseNotes/5.0#Expert_Configuration_usability_improvements
[3]
https://opengrok.libreoffice.org/xref/core/sfx2/source/doc/docfile.cxx#LockOrigFileOnDemand

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

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

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

--- Comment #8 from Aron Budea  ---
The behavior slightly changed between 6.0.0.3 to 6.1.0.3 (and is still the same
in 6.3 beta2): you eventually get to scroll down, the view only jumps back
after each first couple of scrolls, but not afterwards. Another visible
difference is that in 6.0.0.3 the caret flickers very quickly, and in 6.1.0.3
first it doesn't blink at all, and later blinks normally.

Still, I'd expect scrolling to be visible right away... the situation
definitely improved, though.

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

[Libreoffice-bugs] [Bug 98627] Spell check options on right click shows junk characters

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

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu

--- Comment #15 from Aron Budea  ---
Can you please upload a sample document with a few of such words?

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

[Libreoffice-bugs] [Bug 117050] Unable to copy or paste in the Hyperlink dialog box

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

Aron Budea  changed:

   What|Removed |Added

 CC||bugs.documentfoundation.org
   ||_190707-1...@ymy.be

--- Comment #9 from Aron Budea  ---
*** Bug 126270 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 126270] Pasting URL in Insert Hyperlink Dialog is impossible

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

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||ba...@caesar.elte.hu

--- Comment #2 from Aron Budea  ---
Should be fixed as per bug 117050.

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

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

[Libreoffice-bugs] [Bug 126111] FILEOPEN DOCX “Square” symbols replaced

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

Khaled Hosny  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |dr.khaled.ho...@gmail.com
   |desktop.org |
 Status|UNCONFIRMED |ASSIGNED
 Ever confirmed|0   |1

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

[Libreoffice-bugs] [Bug 126278] Show in Styles sidebar only use specific styles

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

andreas_k  changed:

   What|Removed |Added

 CC||kain...@gmail.com
   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 126278] New: Show in Styles sidebar only use specific styles

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

Bug ID: 126278
   Summary: Show in Styles sidebar only use specific styles
   Product: LibreOffice
   Version: 6.4.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kain...@gmail.com

Description:
Styles are very powerfull for office suited also in LibreOffice (writer in
special) the styles sidebar is very powerfull. The problem with powerfull stuff
is, that it can be also confuse for users that use styles not regular.

By default in the styles sidebar the default filter is Hierarchical (drop down
menu on bottom).

For example in an empty files Writer offers 122 Paragraph Styles to select
(which are grouped in a treeview). From this 122 styles there are very common
styles like header 1 - 10, title, subtitle, ... (styles that are also in the
styles menubar section). But there are also styles that are needed for very
specific or software internal stuff like signature, Addressee and Sender (which
were used for Envelopes only). MSO offers you to show recommended styles (by
default setting). As it's very difficult to define recommended styles (you need
an additional GUI configure that the user can change it), I would say show the
user ALL Styles (as it is now) BUT for styles that are used for specific
toppics like Addressee and Sender were use only if you use the envelope dialog,
... this content related styles will be shown ONLY if you have this content in
your document. So it will be an mix between All Styles and Applied Styles.

Steps to Reproduce:
1. writer -> styles sidebar
2. Hierarchical selection

Actual Results:
style sidebar show by default an mix between styles that will be used for
software internal stuff and styles the user should select from.

Expected Results:
Show all styles in Hierarchical form, but for styles that are related to
specific tasks show the styles only if the task is available in the document.


Reproducible: Always


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 126277] Writer Character Styles are not intuitive to read

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

andreas_k  changed:

   What|Removed |Added

 CC||kain...@gmail.com

--- Comment #1 from andreas_k  ---
Created attachment 152631
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152631=edit
writer styles sidebar with character styles

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

[Libreoffice-bugs] [Bug 126277] New: Writer Character Styles are not intuitive to read

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

Bug ID: 126277
   Summary: Writer Character Styles are not intuitive to read
   Product: LibreOffice
   Version: 6.4.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kain...@gmail.com

Description:
if you open the Character Styles in writer there is no Treeview like in
Paragraph Styles and the names are not very intuitive at all.

It's very difficult to understood which style is used for which result. In
addition Character Styles combine internal used styles like Page Number, Line
Numbering with styles with strange names like Example, Definition and styles
that should be used from the user like Source Text, Strong Emphasis.

Steps to Reproduce:
1. Writer open Styles Sidebar
2. Character Styles

Actual Results:
Not ready for the enduser

Expected Results:
Treeview and separate between styles that should be selected by the user and
styles that are needed for internal stuff. Styles with strange names should be
deleted.


Reproducible: Always


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 126276] New: Writer Character Styles: remove Rubies character style

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

Bug ID: 126276
   Summary: Writer Character Styles: remove Rubies character style
   Product: LibreOffice
   Version: 6.4.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kain...@gmail.com

Description:
In the character styles there are a lot of different character styles, where it
can be difficult for an user to select the correct character style.

Rubies Character Style will be used for ruby source code (I think), as there is
already an Source Text Character Style I would recommend to remove Ruby
Character Style and change to Source Text style in the LibO source code.

Steps to Reproduce:
1. writer open Style Sidebar
2. change to character styles
3. there is Rubies and Source Text style

Actual Results:
Rubies Character Style is not easy to understood what the style is used for and
as it's an default style it should be easy understandable for the user what's
an style used for.

Expected Results:
remove Rubies Character Style and use instead Source Text Character Style cause
Ruby is an Source Code.


Reproducible: Always


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 126142] ImageMap menu position inconsistent

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

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #3 from V Stuart Foote  ---
(In reply to andreas_k from comment #2)
> I moved ImageMap in Draw and Impress in the Tools section.
> 
> Here is the patch https://gerrit.libreoffice.org/#/c/70299/
> And discussion was done in Bug 124198
> 
> should I move ImageMap in sd and sc modules to?

I think you meant sw and sc modules, but yes--moved consistently to under the
Tools menu where the sd module already has it active for whole frame or for
selected images in Draw & Impress.  

But it will need help article updates as well, similar to as was done with
https://gerrit.libreoffice.org/#/c/71397/

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

[Libreoffice-bugs] [Bug 126272] Application Error on Debian 9.9 (Crash in: ld-2.24.so)

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

--- Comment #4 from Max A. Dednev  ---
Additional information:
SAL_USE_VCLPLUGIN=gtk3 libreoffice6.2 - works
SAL_USE_VCLPLUGIN=gtk libreoffice6.2 - works
SAL_USE_VCLPLUGIN=kde4 libreoffice6.2 - works with some UI issues (distorted
main menu etc.)
SAL_USE_VCLPLUGIN=gen libreoffice6.2 - works

But,
SAL_USE_VCLPLUGIN=genlo libreoffice6.2 - doesn't work (Application Error).
SAL_USE_VCLPLUGIN=kde4lo libreoffice6.2 - doesn't work (Application Error).
SAL_USE_VCLPLUGIN=kde5lo libreoffice6.2 - doesn't work (Application Error).
SAL_USE_VCLPLUGIN=gtklo libreoffice6.2 - doesn't work (Application Error).
SAL_USE_VCLPLUGIN=qt5lo libreoffice6.2 - doesn't work (Application Error).

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

[Libreoffice-bugs] [Bug 113136] [META] Find & Replace Dialog

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

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

   What|Removed |Added

 Depends on||126275


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=126275
[Bug 126275] Can't find & replace by paragraph styles at once after find by
font attributes
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126275] Can't find & replace by paragraph styles at once after find by font attributes

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

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

   What|Removed |Added

 Blocks||113136
Version|4.3.0.4 release |4.2.8.2 release


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 126275] New: Can't find & replace by paragraph styles at once after find by font attributes

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

Bug ID: 126275
   Summary: Can't find & replace by paragraph styles at once after
find by font attributes
   Product: LibreOffice
   Version: 4.3.0.4 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: 79045_79...@mail.ru

Description:
Can't find & replace by paragraph styles at once after find by font attributes

Steps to Reproduce:
1. Open Writer
2. Ctrl+H (Edit->Find & Replace) to open F dialog
3. Push Attributes button
4. Select Font weight in list and push OK (do not close F dialog!)
5. Push Attributes button again
6. Unselect Font weight in list and push OK (do not close F dialog!)
7. Check Paragraph styles checkbox
8. Try select style in find or replace drop-down list
9. It are empty
10. Close F dialog
11. Open F dialog
12. Check Paragraph styles checkbox
13. Try select style in find or replace drop-down list
14. It works as expected

Actual Results:
Can't find & replace by paragraph styles at once after find by font attributes

Expected Results:
Can find & replace by paragraph styles at once after find by font attributes


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 6.4.0.0.alpha0+ (x64)
Build ID: a9885aed4ee65067613e5506771b6ae6b5e0bae0
CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-07-04_01:38:09
Locale: ru-RU (ru_RU); UI-Language: en-US
Calc: threaded

and I checked it in to 4.2.8.2 build 

possible inherrited from OOo

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

[Libreoffice-bugs] [Bug 125961] [Website] Download page should support non-English users better

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

--- Comment #6 from sbucks  ---
Thank you for caring about the issue.

What do you mean by decoupling the l10n effort from the release cycle exactly?
Where and when do discussions about bugs and/or UX take place?

IMHO the outlined approach adds an extra barrier for end users before they can
use LibO which they should not be forced to. For security and administration
reasons plain end users (not administrators) usually don’t have permissions to
install software. So they will have to enter administration credentials as an
extra step. In governmental or enterprise environments where they don’t have
them they will fail.
Therefore either they would not have LibO in their native language or the
organisation’s IT department has to build its own LibO software package
including the language pack. 

I looked how the OpenOffice people handle this, see attachment. On their
download site they detect the operating system and language. The user can
change both. They offer a full installation package and a separate language
pack.

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

[Libreoffice-bugs] [Bug 125961] [Website] Download page should support non-English users better

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

--- Comment #7 from sbucks  ---
Created attachment 152630
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152630=edit
OpenOffice download site

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

[Libreoffice-bugs] [Bug 125961] [Website] Download page should support non-English users better

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

--- Comment #5 from sbucks  ---
Thank you for caring about the issue.

What do you mean by decoupling the l10n effort from the release cycle exactly?
Where and when do discussions about bugs and/or UX take place?

IMHO the outlined approach adds an extra barrier for end users before they can
use LibO which they should not be forced to. For security and administration
reasons plain end users (not administrators) usually don’t have permissions to
install software. So they will have to enter administration credentials as an
extra step. In governmental or enterprise environments where they don’t have
them they will fail.
Therefore either they would not have LibO in their native language or the
organisation’s IT department has to build its own LibO software package
including the language pack. 

I looked how the OpenOffice people handles this, see attachment. On their
download site they detect the operating system and language. The user can
change both. They offer a full installation package and a separate language
pack.

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

[Libreoffice-bugs] [Bug 126268] FIREBIRD: Migration of DECIMAL creates unusable values

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

MM  changed:

   What|Removed |Added

Version|6.3.0.0.beta2+  |6.3.0.0.alpha1+
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from MM  ---
Confirmed on mint 19.1 x64 with Version: 6.4.0.0.alpha0+
Build ID: 7440ca952c51a756bdc49d436abff1af25fe745b
CPU threads: 2; OS: Linux 4.15; UI render: default; VCL: gtk3; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2019-06-27_16:34:10
Locale: en-US (en_US.UTF-8); UI-Language: en-US
Calc: threaded

and

Version: 6.3.0.0.alpha1+
Build ID: 77ae0abe21f672cf4b7d2e069f1d40d20edc49a7
CPU threads: 2; OS: Linux 4.15; UI render: default; VCL: gtk3; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2019-05-31_15:33:33
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-bugs] [Bug 126272] Application Error on Debian 9.9 (Crash in: ld-2.24.so)

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

--- Comment #3 from Max A. Dednev  ---
Created attachment 152629
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152629=edit
ld log file for libreoffice 6.2.5

Run results from LD_DEBUG=all libreoffice6.2 > log.txt 2>&1 

Warning: about 280 MB decompressed file size.

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

[Libreoffice-bugs] [Bug 126142] ImageMap menu position inconsistent

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

--- Comment #2 from andreas_k  ---
I moved ImageMap in Draw and Impress in the Tools section.

Here is the patch https://gerrit.libreoffice.org/#/c/70299/
And discussion was done in Bug 124198

should I move ImageMap in sd and sc modules to?

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

[Libreoffice-bugs] [Bug 126274] New: Minimize presentation does not clip portions of images outside of slides

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

Bug ID: 126274
   Summary: Minimize presentation does not clip portions of images
outside of slides
   Product: LibreOffice
   Version: 6.2.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ger...@pfeifer.com

When using "Minimize Presentation..." in the Tools menu, the result still
carries portions of images that go beyond the borders of the actual slides.

This is something that's not shown on those slides and should -- similar 
to the "Delete cropped image areas" option in that function -- be either
performed unconditionally or as an option.

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

[Libreoffice-bugs] [Bug 126257] Writer styles: Heading subgroup for TOC related stuff

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

--- Comment #4 from andreas_k  ---
Special is also fine and I would add only an group NO style changes.

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

[Libreoffice-bugs] [Bug 126273] In Writer, Option Buttons Do Not Appear to be Functional

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

Jim Brooking  changed:

   What|Removed |Added

 CC||j...@jimbrooking.net

--- Comment #1 from Jim Brooking  ---
Created attachment 152628
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152628=edit
Test Option Buttons Function in Writer

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

[Libreoffice-bugs] [Bug 126272] Application Error on Debian 9.9 (Crash in: ld-2.24.so)

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

--- Comment #2 from Max A. Dednev  ---
Latest working version is 6.2.3.2, but 6.2.4.1 doesn't start and says
"Application Error".

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

[Libreoffice-bugs] [Bug 126273] New: In Writer, Option Buttons Do Not Appear to be Functional

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

Bug ID: 126273
   Summary: In Writer, Option Buttons Do Not Appear to be
Functional
   Product: LibreOffice
   Version: 6.1.6.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: j...@jimbrooking.net

Description:
Simplest example: Two Option Buttons inserted, Group Name = Group1 for both,
Text=Yes for one and No for the other. Yes preset to be selected. Save document
as PDF Form. Neither button is selected, neither reacts to a click in PDF
viewers.

Steps to Reproduce:
1. Open new document. View Form Controls & Form Design.
2. Insert Option Button 1, set Group Name to Group1, Default Status to Selected
3. Insert Option Button 2, set Group Name to Group1.
4. Save file as RB_Test.odt
5. Export file as PDF, General Options "Create PDF Form" only
6. Open resulting PDF file

Actual Results:
1. Opened file shows Option Buttons 1 and 2 with neither selected.
2. Neither button reacts to a click.

Expected Results:
N/A


Reproducible: Always


User Profile Reset: No



Additional Info:
1. Should have opened with Button 1 selected
2. Clicking either button should select that button and deselect the other.

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

[Libreoffice-bugs] [Bug 126272] Application Error on Debian 9.9 (Crash in: ld-2.24.so)

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

--- Comment #1 from Max A. Dednev  ---
Same bug from other user:
https://superuser.com/questions/1451070/libreoffce-6-2-4-wont-start-after-upgrade-on-debian-9-9

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

[Libreoffice-bugs] [Bug 126271] Selecting of control points of curves not working correctly for combined polygons

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

--- Comment #1 from Michael Köster  ---
Created attachment 152627
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152627=edit
Picture showing the problem

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

[Libreoffice-bugs] [Bug 126271] New: Selecting of control points of curves not working correctly for combined polygons

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

Bug ID: 126271
   Summary: Selecting of control points of curves not working
correctly for combined polygons
   Product: LibreOffice
   Version: 6.2.5.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: michael.koes...@mkhs.de

Description:
Bending of curves on combined polygons does not work. If two polygons are
combined and a curve is tried to be bended, Draw sometimes bends a curve of the
wrong polygon.

This problem refers to:

Version: 6.2.5.2 (x64)
Build-ID: 1ec314fa52f458adc18c4f025c545a4e8b22c159


Steps to Reproduce:
- Create two filled polygons, partially overlaying each other.
- Combine the polygons.
- Use the "Points" tool and select one of the vertices of the "2nd" polygons.
Apply "Convert to curve" to convert the segment following the point to a curve.
- Try to bend the curve. Click on the corresponding control point and try to
move it.


Actual Results:
You can rather not select that control point. Instead, Draw selects either a
vertex or a control point of the "1st" polygon, and moves it to the mouse
position.

Expected Results:
The control point clicked on by the mouse should be selected, allowing the user
to bend the curve.


Reproducible: Always


User Profile Reset: No



Additional Info:
Looks like this happens for the 2nd of the two polygons, the one that was drawn
just before the two objects were combined. This indicates that a kind of index
of the polygon is mistaken. Clicking on a control point on the 2nd polygon
selects the corresponding control point on the 1st polygon (according to the
index of the corresponding vertex). If the line segment on the 1st polygon is
not a curve, it selects the vertex following the vertex with the same index as
the one clicked on on the 2nd polygon.

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

[Libreoffice-bugs] [Bug 126270] Pasting URL in Insert Hyperlink Dialog is impossible

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

--- Comment #1 from ymybe  ---
Created attachment 152626
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152626=edit
step one of my workarround

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

[Libreoffice-bugs] [Bug 126270] New: Pasting URL in Insert Hyperlink Dialog is impossible

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

Bug ID: 126270
   Summary: Pasting URL in Insert Hyperlink Dialog is impossible
   Product: LibreOffice Online
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bugs.documentfoundation.org_190707-1...@ymy.be

Created attachment 152625
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152625=edit
although the clipboard was filled, nothing was pasteable.

When inserting a Hyperlink via Menu or what would be in offline CTRL+K Menue,
the clipboard isnt pasteable.

Even if copied inside the browser/office window there doesnt seem to be
anything on the clipboard, even via right click and "copy internal" it doesnt
work.

Desired behaviour would be: I paste from clipboard regularly via CTRL+v and the
URL appears in the URL field of the Hyperlink Dialoge-Box


Workaround when multiple Words in cell:

type some words,
 paste your link regularly into the cell,
 mark the link, 
click the insert hyperlink menu, 
and in the dialoge change the text to the URL and the text into the word/s you
want you want to appear...

Workaround with just one Word as a Link:


=HYPERLINK("https://;; "words which are clickabkle")

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

[Libreoffice-bugs] [Bug 118988] Portyrait/Landscape/Margins issue

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

--- Comment #17 from sweet zzz  ---
It has been estimated by the Mattress Recycling Council that close to 20
million mattresses end up in a landfill every year, our goal here is to help
you find better ways to dispose of your mattress, so we don’t damage our
beautiful earth as much as possible. Besides, this will help you keep your
houses curb appeal.
regards
https://sweetzzzmattress.com/blog/what-to-do-with-old-mattresses/

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

[Libreoffice-bugs] [Bug 34002] EDITING - Add Reveal Codes feature like there is in WordPerfect.

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

--- Comment #21 from Tor Lillqvist  ---
I would love to resolve this as WONTFIX but I can't handle the shitstorm.
Anybody with more clout?

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

[Libreoffice-bugs] [Bug 126254] Help - About is black with Linux gen backend

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

Buovjaga  changed:

   What|Removed |Added

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

--- Comment #2 from Buovjaga  ---
Bibisected with linux-64-6.4 to
https://gerrit.libreoffice.org/plugins/gitiles/core/+/a30a5d1b8af18d19526f1980df41857f455cc8ef%5E!/
weld AboutDialog

Adding Cc: to Caolán McNamara

Note: in addition to Xavier up there, Xisco and jmux are unable to repro this

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

[Libreoffice-bugs] [Bug 126244] EDITING Category labels of bar chart are rotated vertically

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

Jacques Guilleron  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||jal...@laposte.net

--- Comment #5 from Jacques Guilleron  ---
Hi NISZ LibreOffice Team,

I reproduce with
LO  6.4.0.0.alpha0+ (x86) Build ID: 719f4a93e46a6b397356dbb605d2867639ca3942
CPU threads: 2; OS: Windows 6.1; UI render: default; VCL: win; 
Locale: fr-FR (fr_FR); UI-Language: en-US Calc: CL
and
LO 5.3.7.1 Build ID: 376eaac300a303c4ad2193fb7f6a7522caf550b9
Threads CPU : 2; Version de l'OS :Windows 6.1; UI Render : par défaut; Moteur
de mise en page : nouveau; Locale : fr-FR (fr_FR); Calc: CL

Jacques

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

[Libreoffice-bugs] [Bug 122015] Links to external data not preserved (doubled) for XLSX saving in Linux version 6.1.5

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

--- Comment #11 from egc  ---
Still stuck in the company with LO 547 because of this bug (also in v. 625) ...

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

[Libreoffice-bugs] [Bug 126261] Right to left (RTL) writing doesn't work

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

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from V Stuart Foote  ---
Can not confirm on Windows 10 Home 64-bit en-US with
Version: 6.4.0.0.alpha0+ (x64)
Build ID: a9885aed4ee65067613e5506771b6ae6b5e0bae0
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
TinderBox: Win-x86_64@42, Branch:master, Time: 2019-07-04_01:38:09
Locale: en-US (en_US); UI-Language: en-US
Calc: threaded

Text runs using the Unicode range (10C80-10CFF) with a font that supports it
will be rendered RTL (via ICU library bidirectional calls) regardless of the
containing paragraph's orientation RTL or LTR.

Pre-Unicode PUA mappings onto Latin code points will not.

To enable support for RTL, use Tools -> Options -> Language Settings ->
Languages and place a check mark in the box for 'Complex text layout', any
language the default Hindi, or Hebrew will suffice. That exposes the additional
feature support to set the 'Paragraph' mode as either LTR or RTL

Please verify use of a font with the Old Hungarian Unicode block. Please verify
enabling a Complex text layout choice and that the LTR, RTL toolbar actions
appear.

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

[Libreoffice-bugs] [Bug 126269] diagonal lines are sticking out when pring, preview, exporting PDF.

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

--- Comment #1 from jun meguro  ---
Created attachment 152623
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152623=edit
sample pdf

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

[Libreoffice-bugs] [Bug 126269] New: diagonal lines are sticking out when pring, preview, exporting PDF.

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

Bug ID: 126269
   Summary: diagonal lines are sticking out when
pring,preview,exporting PDF.
   Product: LibreOffice
   Version: 6.2.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jmag...@gmail.com

Created attachment 152622
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152622=edit
sample source file

In CALC, when printing, previewing, and creating PDF, diagonal lines are
sticking out.
Please refer to the attached 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 126257] Writer styles: Heading subgroup for TOC related stuff

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

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

   What|Removed |Added

 CC||79045_79...@mail.ru

--- Comment #3 from Roman Kuznetsov <79045_79...@mail.ru> ---
may be better is

- Heading
  - Heading 1 .. 10
  - Title
  - Subtitle
  - Special
- Bibliography Heading
- Contents Heading
- Figure Index Heading
- Index Heading
- Object Index Heading
- Table Index Heading
- User Index Heading

and I would don't touch 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 118043] Firebird: Migration Data loss (change) when moving decimal datatype data defined in HSQL schema

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

Robert Großkopf  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||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 126268] FIREBIRD: Migration of DECIMAL creates unusable values

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

Robert Großkopf  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 126268] FIREBIRD: Migration of DECIMAL creates unusable values

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

--- Comment #1 from Robert Großkopf  ---
Created attachment 152621
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152621=edit
Database for testing migration of Decimal-values

All is tested with LO 6.3.0.0 beta2 on OpenSUSE 15 64bit rpm Linux

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

[Libreoffice-bugs] [Bug 126268] New: FIREBIRD: Migration of DECIMAL creates unusable values

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

Bug ID: 126268
   Summary: FIREBIRD: Migration of DECIMAL creates unusable values
   Product: LibreOffice
   Version: 6.3.0.0.beta2+
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rob...@familiegrosskopf.de

Created attachment 152620
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152620=edit
Shows table before and after migration - unusable values in Decimal-field

Open the attached *.pdf-file. It will show a table before and after migration
by the migation-wizard from HSQLDB to Firebird. 
Time-bug is already supported. 
Migrating of Decimal values is problematic, as shown in bug 118043. The
screenshot will show: Migration of decimal values is unusable here.

Open the attached *.odb-file and try it yourself.

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

[Libreoffice-bugs] [Bug 126267] New: [VIEWING] Incorrect rendering of SVG image while in normal mode but not in slideshow mode

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

Bug ID: 126267
   Summary: [VIEWING] Incorrect rendering of SVG image while in
normal mode but not in slideshow mode
   Product: LibreOffice
   Version: 6.2.4.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ziga...@free.fr

Created attachment 152619
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152619=edit
The files showing the problem

Hi !

My SVG image is incorrectly rendered when it is shown in normal view.

When the image is rendered in slideshow mode, it is correctly rendered.
It is also correctly rendered when exporting to PDF.

The bug-affichage.zip file contains the following files:

- bug-affichage.odp, a 1 slide file
- rendu-vue-normal.png, what it looks like in normal mode on my computer
- rendu-vue-slideshow.png, what it looks like in slideshow mode on my computer
- schema.svg, the original SVG file created with Inkscape.

In normal mode, the lens misses the circle and the cells have bigger frames
(the grid looks bolder).

Hope it helps!

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

[Libreoffice-bugs] [Bug 65458] FORMATTING: Format not handled correctly when copy paste text from Writer to Calc

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

--- Comment #14 from Xavier Van Wijmeersch  ---
repro with

Version: 6.4.0.0.alpha0+
Build ID: fba2fe825e8dfb9fd084186e3171bbea35297c28
CPU threads: 8; OS: Linux 4.19; UI render: default; VCL: gtk3; 
Locale: nl-BE (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-bugs] [Bug 126254] Help - About is black with Linux gen backend

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

--- Comment #1 from Xavier Van Wijmeersch  ---
I can not reproduce

Version: 6.4.0.0.alpha0+
Build ID: fba2fe825e8dfb9fd084186e3171bbea35297c28
CPU threads: 8; OS: Linux 4.19; UI render: default; VCL: x11; 
Locale: nl-BE (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-bugs] [Bug 125468] Crash when doing a file reload after recovery

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

Telesto  changed:

   What|Removed |Added

 OS|All |Windows (All)
 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #5 from Telesto  ---
No change.. still crashing
Version: 6.4.0.0.alpha0+ (x86)
Build ID: 849b837d1a3b185a8dd893a8f6eaed53605bcab1
CPU threads: 4; OS: Windows 6.3; UI render: GL; VCL: win; 
TinderBox: Win-x86@42, Branch:master, Time: 2019-07-05_03:53:49
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 126266] LO63rc1: on macOS in Writer's tabbed notebookbar mode the tabs are missing/non switchable

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

Martin Srebotnjak  changed:

   What|Removed |Added

   Priority|medium  |high
 CC||kain...@gmail.com,
   ||tima...@gmail.com
   Severity|normal  |major

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

[Libreoffice-bugs] [Bug 126266] LO63rc1: on macOS in Writer's tabbed notebookbar mode the tabs are missing/non switchable

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

--- Comment #1 from Martin Srebotnjak  ---
Created attachment 152617
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152617=edit
No tabs in 6.3 RC1

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

[Libreoffice-bugs] [Bug 126266] LO63rc1: on macOS in Writer's tabbed notebookbar mode the tabs are missing/non switchable

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

--- Comment #2 from Martin Srebotnjak  ---
Created attachment 152618
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152618=edit
Tabs available in 6.3 b1

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

[Libreoffice-bugs] [Bug 126265] Slideshow start delayed

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

Telesto  changed:

   What|Removed |Added

 CC||tele...@surfxs.nl
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 OS|Linux (All) |All

--- Comment #1 from Telesto  ---
Repro
Version: 6.4.0.0.alpha0+ (x86)
Build ID: 849b837d1a3b185a8dd893a8f6eaed53605bcab1
CPU threads: 4; OS: Windows 6.3; UI render: GL; VCL: win; 
TinderBox: Win-x86@42, Branch:master, Time: 2019-07-05_03:53:49
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 126266] New: LO63rc1: on macOS in Writer's tabbed notebookbar mode the tabs are missing/non switchable

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

Bug ID: 126266
   Summary: LO63rc1: on macOS in Writer's tabbed notebookbar mode
the tabs are missing/non switchable
   Product: LibreOffice
   Version: 6.3.0.0.beta2+
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mi...@filmsi.net

Description:
In Writer in tabbed notebookbar UI mode there are no tabs visible so switching
is not possible.
I am attaching two screenshots, from b1 and from rc1 to make it clear.

If confirmed, this seems a stopper for macOS release.

Steps to Reproduce:
1. Open Writer with a document in tabbed notebookbar mode.
2.
3.

Actual Results:
No tabs seen.

Expected Results:
Tabs available.


Reproducible: Always


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 115291] List incompatible features when saving to alien formats in detail (see c5)

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

Telesto  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 125268] Wrong text highlight color when export document to doc/docx

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

Telesto  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 97865] FILESAVE Text highlighting changes from Yellow 10 to Yellow 2 after saving to DOC

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

Telesto  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 125268] Wrong text highlight color when export document to doc/docx

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

Telesto  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||3872,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=97
   ||865

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

[Libreoffice-bugs] [Bug 113872] Highlight colors change

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

Telesto  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 125268] Wrong text highlight color when export document to doc/docx

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

Telesto  changed:

   What|Removed |Added

 CC||prof.zu...@gmail.com

--- Comment #13 from Telesto  ---
*** Bug 126264 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 107793] FILESAVE: docx file; multiple highlighted text colours have been saved in one colour.

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

Telesto  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 126264] Change of background ('Highlight') colour in files saved as MS Word (FORMATTING)

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

Telesto  changed:

   What|Removed |Added

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

--- Comment #1 from Telesto  ---


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

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

[Libreoffice-bugs] [Bug 125268] Wrong text highlight color when export document to doc/docx

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

Telesto  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=92
   ||471,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||7793

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

[Libreoffice-bugs] [Bug 107793] FILESAVE: docx file; multiple highlighted text colours have been saved in one colour.

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

Telesto  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 126264] Change of background ('Highlight') colour in files saved as MS Word (FORMATTING)

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

Telesto  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 126264] Change of background ('Highlight') colour in files saved as MS Word (FORMATTING)

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

Telesto  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 121368] Brochure printing error

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

--- Comment #20 from trevor p  ---
Hi Xisco, still waiting for your postal address to send some sample print outs.
I am not sure whether you get these messages or not. I will try to find an
address for The Document Foundation, Regards Trevor Pilling.

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

[Libreoffice-bugs] [Bug 103610] [META] Slide show (presentation mode) bugs and enhancements

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

Buovjaga  changed:

   What|Removed |Added

 Depends on||126265


Referenced Bugs:

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

[Libreoffice-bugs] [Bug 126265] New: Slideshow start delayed

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

Bug ID: 126265
   Summary: Slideshow start delayed
   Product: LibreOffice
   Version: 6.4.0.0.alpha0+ Master
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Keywords: bibisectRequest, perf, regression
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: todven...@suomi24.fi
Blocks: 103610

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

1. Open attachment 112640
2. Press F5

Stopwatch times for slide to appear:
6.2.4: 2.8 s
6.4: 7.77 s

Flamegraph is pointing to alpha blending and unpremultiply operations.

Arch Linux 64-bit
Version: 6.4.0.0.alpha0+
Build ID: e553b3698f6d8f4f606ebe21ed9857ee09f0c057
CPU threads: 8; OS: Linux 5.1; UI render: default; VCL: gtk3; 
Locale: fi-FI (fi_FI.UTF-8); UI-Language: en-US
Calc: threaded
Built on 5 July 2019


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103610
[Bug 103610] [META] Slide show (presentation mode) 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 42673] With disconnected network printers, Calc hangs opening some files waiting on the Windows print spooler

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

drakkai  changed:

   What|Removed |Added

 CC||drak...@linux.pl

--- Comment #25 from drakkai  ---
Created attachment 152615
  --> https://bugs.documentfoundation.org/attachment.cgi?id=152615=edit
soffice.bin wait chain with spoolsv.exe

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

[Libreoffice-bugs] [Bug 42673] With disconnected network printers, Calc hangs opening some files waiting on the Windows print spooler

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

--- Comment #24 from drakkai  ---
I have the same problem on Windows 10 (version 1903 and 1809). When network
printer is disconnected Calc hangs opening any files, I've tried couple version
6.2.x, 6.1.x and 6.0.x.

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

[Libreoffice-bugs] [Bug 126264] New: Change of background ('Highlight') colour in files saved as MS Word (FORMATTING)

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

Bug ID: 126264
   Summary: Change of background ('Highlight') colour in files
saved as MS Word (FORMATTING)
   Product: LibreOffice
   Version: 6.2.4.2 release
  Hardware: Other
OS: other
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: prof.zu...@gmail.com

Description:
In a file saved as a MS word file, 2007-2019 format (using LibreOffice Writer)
--- when I make (using Highlight Color icon) background of some text as tan
colour, then upon closing the file and opening it, I find that the background
has changed from tan to yellow 

Version of my LibreWriter is  6.2.4.2 (x64)

CPU of my laptop is AMD A8-7410

OS is Windows 10 Home Single Language 64-bit


Steps to Reproduce:
1.Select some text (letters / digits) in a MS word file, while using Libre
Writer
2.Using Highlight Colour icon, make background of the text as 'tan' colour (of
'html' pallete)
3.Close the file
4. Re-open the file using Libre Writer

Actual Results:
The highlight (background) colour of that text, instead of being 'tan', is a
bright yellow

Expected Results:
The highlight (background) colour of that text, should have remained as 'tan'.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 6.2.4.2 (x64)
CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; 
Locale: en-IN (en_IN); 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 126251] Colibre: Change Minimize Presentation icon from image to be slide

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

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

https://git.libreoffice.org/core/+/44182cd608a961377b3f60c902cf0df16b5a45d8%5E%21

Colibre: Fix for tdf#126251 change minimize presentation icons

It will be available in 6.4.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

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

[Libreoffice-bugs] [Bug 126251] Colibre: Change Minimize Presentation icon from image to be slide

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.4.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 124947] Dialog theming/UX - Radio buttons are hard to use

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

Tomaz Vajngerl  changed:

   What|Removed |Added

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

  1   2   >