[Libreoffice-bugs] [Bug 120063] [META] Options dialog's expert configuration bugs and enhancements

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120063
Bug 120063 depends on bug 157431, which changed state.

Bug 157431 Summary: Show description for config keys in expert config
https://bugs.documentfoundation.org/show_bug.cgi?id=157431

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 151855] Freeze on start on Windows

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151855

Buovjaga  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 151855] Freeze on start on Windows

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151855

--- Comment #15 from Vovan  ---
> Does the freeze only happen when connected to a network and a printer is
> unavailable?

It's home computer with Ethernet connection to router and without network
printer, so I don't think it's related.

Anyway I reinstalled Windows and now freeze stopped, so I guess bug could be
closed as not reproducible.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157986] Contents in rotated text frame invisible if SKIA rendering is disabled.

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157986

--- Comment #9 from ⁨خالد حسني⁩  ---
I have no idea why this is an issue in the Skia-less code path, and I don’t
have a Windows system to debug this.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158064] Day position into cells

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158064

--- Comment #6 from ⁨خالد حسني⁩  ---
(In reply to Eike Rathke from comment #5)
> See also initial analysis at
> https://ask.libreoffice.org/t/date-position-into-cell/97797/8

Arabic-Indic digits (used in Arabic) and Extended Arabic-Indic digits (used in
Persian) have different BiDi properties, but it should matter hear only if the
base text direction is LTR, compare these two:

https://util.unicode.org/UnicodeJsps/bidi.jsp?a=%DB%B3+%D8%A8%D9%87%D9%85%D9%86%0D%0A%D9%A3+%D9%86%D9%88%D9%81%D9%85%D8%A8%D8%B1=RTL
https://util.unicode.org/UnicodeJsps/bidi.jsp?a=%DB%B3+%D8%A8%D9%87%D9%85%D9%86%0D%0A%D9%A3+%D9%86%D9%88%D9%81%D9%85%D8%A8%D8%B1=LTR

Which suggests that the cell direction is LTR. Indeed, if I enter the strings
manually (not as dates) and make the cell direction RTL, both strings render
with the digit at the right. But when they are dates, changing cell direction
makes no difference.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158085] Incorrect footnote number

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158085

--- Comment #8 from Buovjaga  ---
I should note that even after installing the fonts, the footnote you specified
was not found on page 239.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158085] Incorrect footnote number

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158085

--- Comment #7 from Buovjaga  ---
(In reply to Hudson from comment #6)
> Please, give me attention. I want to help to improve the LibreOffice Writer.
> 
> Despise of giving right in your system, I think that is because the fonts
> used to open the Writer IS NOT THE SAME AS I USED. IF THIS IS THE CASE, THE
> FORMATTING CAN CHANGE AND THE PROBLEM MAY NOT OCCUR, understand?
> 
> Please, install the fonts EB Garamond (from Google) and GFS Porson (from the
> Greek Font Society), both free of charge, to test the problem, because I
> have changed the version for the most recent, but the problem PERSISTS for
> me.
> 
> Once more, when these fonts are not installed, other fonts are selected, and
> the formatting (font size, line spacing, paragraph spacing, etc.) may
> change. I suspect that the problem occur, because one page before, there is
> more footnotes terminating the page of text.
> 
> I have openede other bug envolving footnotes, and I think that is a problema
> with footnote marks from one page for another.

Before testing, I made sure to install the fonts.

Have you confirmed that *without the fonts*, you do not see the issue?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158099] Auto numbering needs more options for RTL languages to change direction of numbers

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158099

--- Comment #9 from M.Mahdi  ---
(In reply to ajlittoz from comment #7)

> I know Arabic/Persian letters have 4 shapes: isolated, initial, middle and
> final. What is the effect of zwnj if you put it inside a word, e.g. w 
> o  rd? Would the w and o (I know, weak vowels are not written in
> Arabic; this is just an example) take the isolated shape? And rd be written
> as initial+final?

It depends on character that all 4 shapes are different or not. If we assume
the character have these 4 shapes then yes, w and o are isolated and rd is
initial+final.

> The case of U+002E FULL stop may need the use of U+200F RIGHT-TO-LEFT MARK
> to force it RTL because its Unicode direction property is "neutral". Then
> perhaps we'll get correct ordering.

Maybe. I tested it and works in this form:
1.2.3. Text
But I think the main thing in there is that we should be able to change
intermediate characters, what is not possible currently. Am I right?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157103] SVG: no space between tspan elements

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157103

Kira Tubo  changed:

   What|Removed |Added

 CC||kira.t...@gmail.com

--- Comment #5 from Kira Tubo  ---
Reproduced 

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 676e0527d2f31556eccae314fbb12ce204f02ec7
CPU threads: 6; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149824] Wrong multi-level numbering in RTL mode

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149824

--- Comment #14 from M.Mahdi  ---
(In reply to ⁨خالد حسني⁩ from comment #13)
> *** Bug 158099 has been marked as a duplicate of this bug. ***

Thanks for your attention. I searched but found nothing. My bad.
Anyway... I submitted a feature request to handle this situation and with
guidance of @ajlittoz in Bug 158099 we found that if we could change
intermediate characters in multilevel ordering numbers then we would put U+2013
EN DASH as intermediate character and the problem can be solved because this
character or any similar characters hasn't neutral direction (as dot '.' is).

Is there any bug issue that requests this feature (change intermediate
character in multilevel ordered lists)? I searched but found nothing. Shall I
open one?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158094] Can't remove trusted certificate in Macro Security

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158094

Kira Tubo  changed:

   What|Removed |Added

 CC||noelgran...@gmail.com
Version|7.3.0.3 release |7.3.0.0 alpha0+
   Keywords|bibisectRequest |bibisected, bisected
  Regression By||Noel Grandin

--- Comment #2 from Kira Tubo  ---
Bibisected win64-7.3. Added Noel Grandin to cc.

https://git.libreoffice.org/core/+/6ed8c5a0f19901ab413c6610649326b2475c3a8c

--

commit  6ed8c5a0f19901ab413c6610649326b2475c3a8c[log]
author  Noel Grandin Sun Jul 25 21:35:05 2021 +0200
committer   Noel Grandin  Mon Jul 26
14:25:35 2021 +0200
tree948037d1a61f9e88547b88e107ba6e8a306c3833
parent  a23b44fd9f0119f7ea3523e32875f55c1a07c1cd [diff]
--

commit f68376ad88759493e19206f9e1dd9be0adc12697
Author: Norbert Thiebaud 
Date:   Mon Jul 26 06:14:15 2021 -0700

source sha:6ed8c5a0f19901ab413c6610649326b2475c3a8c

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 118255] SVG: stroke-miterlimit is wrongly rendered in presentation mode

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118255

Kira Tubo  changed:

   What|Removed |Added

 CC||kira.t...@gmail.com

--- Comment #6 from Kira Tubo  ---
Reproduced with Test_SVG_linked.odp

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 676e0527d2f31556eccae314fbb12ce204f02ec7
CPU threads: 6; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158021] The formula bar shows blank when interface is RTL

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158021

Kira Tubo  changed:

   What|Removed |Added

Summary|The formula bar shows blank |The formula bar shows blank
   |when interface is arabic|when interface is RTL

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 81969] EDITING: Find (and Replace) does not find (nor replaces) text inside object with text

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81969

--- Comment #11 from zzz  ---
Two notes.
1. This request is for Writer, but I like to have this search-inside-textbox in
Calc too.
2. In Calc, it is desirable that the search range can be controlled by
checkboxes:
  X Find inside cells (default ON)
  X Find inside objects (default ON)
X Find only inside currently selected object (default OFF)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158094] Can't remove trusted certificate in Macro Security

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158094

Kira Tubo  changed:

   What|Removed |Added

Summary|Can't remove trusted|Can't remove trusted
   |certificate |certificate in Macro
   ||Security

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158094] Can't remove trusted certificate

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158094

Kira Tubo  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||kira.t...@gmail.com
 Ever confirmed|0   |1

--- Comment #1 from Kira Tubo  ---
Reproduced 

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 676e0527d2f31556eccae314fbb12ce204f02ec7
CPU threads: 6; OS: Windows 10.0 Build 22621; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 139449] When signing Libreoffice won't ask for token password

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139449

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158096] Selection of lighter Preinstalled Themes under Personalization (Options) leaves menu ribbon icons white and unreadable

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158096

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158096] Selection of lighter Preinstalled Themes under Personalization (Options) leaves menu ribbon icons white and unreadable

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158096

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 139449] When signing Libreoffice won't ask for token password

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139449

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 137272] Make it less likely that user unwillingly loses footnote and endnote font size inheritance from paragraph

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137272

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 137272] Make it less likely that user unwillingly loses footnote and endnote font size inheritance from paragraph

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137272

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 154600] PIVOTTABLE: Wrong anchor (SUM) fields

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154600

QA Administrators  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 154600] PIVOTTABLE: Wrong anchor (SUM) fields

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154600

--- Comment #4 from QA Administrators  ---
Dear Michael Jungnickl,

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] [Bug 154456] TABLE: can't change border settings without also resetting the padding of every cell

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154456

--- Comment #3 from QA Administrators  ---
Dear Szczepan Hołyszewski,

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] [Bug 154299] Truncated JPG export of columns

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154299

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] [Bug 154456] TABLE: can't change border settings without also resetting the padding of every cell

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154456

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] [Bug 154244] Print and Print preview does not show Textbox second line if the text is a double line. Only shows and print the first line.

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154244

QA Administrators  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 154299] Truncated JPG export of columns

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154299

--- Comment #3 from QA Administrators  ---
Dear Mr Mustard,

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] [Bug 154244] Print and Print preview does not show Textbox second line if the text is a double line. Only shows and print the first line.

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154244

--- Comment #6 from QA Administrators  ---
Dear Georg Engelmann,

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] [Bug 102998] [META] Mail merge bugs and enhancements

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102998
Bug 102998 depends on bug 150442, which changed state.

Bug 150442 Summary: Crash when using Send Email Messages in Mail Merge
https://bugs.documentfoundation.org/show_bug.cgi?id=150442

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150442] Crash when using Send Email Messages in Mail Merge

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150442

--- Comment #13 from QA Administrators  ---
Dear emeriau.famille,

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] [Bug 133092] [META] Crash bugs

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133092
Bug 133092 depends on bug 150442, which changed state.

Bug 150442 Summary: Crash when using Send Email Messages in Mail Merge
https://bugs.documentfoundation.org/show_bug.cgi?id=150442

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133092
Bug 133092 depends on bug 147637, which changed state.

Bug 147637 Summary: LO Write crash when use the EXCHANGE DATABASE button in 
mail merge
https://bugs.documentfoundation.org/show_bug.cgi?id=147637

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102998
Bug 102998 depends on bug 147637, which changed state.

Bug 147637 Summary: LO Write crash when use the EXCHANGE DATABASE button in 
mail merge
https://bugs.documentfoundation.org/show_bug.cgi?id=147637

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 147637] LO Write crash when use the EXCHANGE DATABASE button in mail merge

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147637

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] [Bug 89102] PIVOTTABLE wont work if heading ends with asterisk

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89102

--- Comment #14 from QA Administrators  ---
Dear HFM,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#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] [Bug 147637] LO Write crash when use the EXCHANGE DATABASE button in mail merge

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147637

--- Comment #10 from QA Administrators  ---
Dear marco.jj,

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] [Bug 155259] Text indenting continually changes when I open the document

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155259

--- Comment #4 from QA Administrators  ---
Dear samuel.baker90,

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] [Bug 143082] SVG export of slide shows blank in some apps, hides objects with

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143082

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#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] [Bug 142127] FILEOPEN PPTX No audio played from file trimmed in PP

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142127

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#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] [Bug 134627] Font shadow not rendered in presentation mode if highlighted

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134627

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

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#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] [Bug 100639] FILEOPEN Page number doesn't display (MS Publisher)

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100639

--- Comment #8 from QA Administrators  ---
Dear E.Mi,

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

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

If you have time, please do the following:

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

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

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

Please DO NOT

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


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

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


Feel free to come ask questions or to say hello in our QA chat:
https://web.libera.chat/?settings=#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] [Bug 155519] Shape's Text Box Should Be resizeable with handles

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155519

--- Comment #11 from ddmi...@gmail.com  ---
(In reply to Heiko Tietze from comment #10)
> (In reply to Regina Henschel from comment #9)
> > I think, it is a valid enhancement request, to be able to change the values
> > of "Line Spacing" be dragging something.
> Do you agree with this, ddminnl?

Basically, yes.  Dragging a handle (to resize) or dragging a border (to move)
the text box associated with a shape, including a connector, would address my
enhancement request.

Thanks for your consideration.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158088] FILEOPEN: Version incompatibility when i open the pdf

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158088

--- Comment #11 from zarifah...@outlook.com ---
(In reply to Buovjaga from comment #10)
> Please don't upload copyrighted material. I created a sample-sized version
> of it: attachment 190703 [details]. But I don't get the error.

Apologies, but the problem lies in that exact pdf, without that pdf the problem
is not reproducible. So I had to submit that exact PDF without any
modifications.

As you have noticed, modifications to the original PDF resolves the issue ( but
that's not the actual bug )

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158124] New: Holding down delete key doesn't work and causes crash

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158124

Bug ID: 158124
   Summary: Holding down delete key doesn't work and causes crash
   Product: LibreOffice
   Version: 7.6.2.1 release
  Hardware: All
OS: macOS (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: nicholasak...@hotmail.com

Description:
In Writer, any document: if I hold the delete key down it only deletes one
character, and then the cursor remains stationary, then as a result of holding
the key down, the next time I Save or close the document, LibreOffice crashes.
Happens consistently.
Version 7.6.2.1 (X86_64), Macbook, OS 12.7.1

Steps to Reproduce:
1. hold down delete key
2. save or close document

Actual Results:
LibreOffice crashes

Expected Results:
Holding down delete should delete multiple characters.


Reproducible: Always


User Profile Reset: No

Additional Info:
(away from my computer)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157875] Selecting text that uses several font families does not show a blank name in Font Name combobox in Impress

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157875

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

Version|4.0.0.3 release |Inherited From OOo
   Keywords|bibisectRequest, regression |

--- Comment #5 from Stéphane Guillou (stragu) 
 ---
(In reply to Stéphane Guillou (stragu) from comment #4)
> Regression, as it used to work as expected in OOo 3.3.
Actually, no, it's inherited. Just needed to wait a second to let the combobox
update, then Ctrl + A: no blank for multiple font families.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157876] When selection only has variants of same font family, don't show empty box

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157876

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157875] Selecting text that uses several font families does not show a blank name in Font Name combobox in Impress

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157875

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

Summary|Selecting text in two font  |Selecting text that uses
   |families shows first family |several font families does
   ||not show a blank name in
   ||Font Name combobox in
   ||Impress
 CC||stephane.guillou@libreoffic
   ||e.org
   Keywords||bibisectRequest, regression
 Ever confirmed|0   |1
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||7876
Version|24.2.0.0 alpha0+ Master |4.0.0.3 release
 Status|UNCONFIRMED |NEW

--- Comment #4 from Stéphane Guillou (stragu) 
 ---
Reproduced.
But no need to copy and paste from Writer, as shown in first set of steps in
comment 3.
The displayed font name is the one that was last displayed, so not necessarily
the selection's first paragraph's.
Inconsistency might depend on how slow the Font Name combobox updates. (It
takes about a second for me.)

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: ff3fb42b48c70ba5788507a6177bf0a9f3b50fdb
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

Also in 4.0.0.3.

Regression, as it used to work as expected in OOo 3.3.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 139449] When signing Libreoffice won't ask for token password

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139449

--- Comment #3 from 4ae66ce...@c0x0.com ---
Hi, I got this bug when trying to sign LibreOffice files (.odt .ods .odg .odp
) with an x509 cert (sorry I didn't mention it in the first report, I even
think OpenPGP wasn't a thing back then). However, an update:

I've updated all the software:
* LOO 7.6.2.1
* Gemalto SafeNet Authentication Client 10.8 R9 (10.8.2725.8) - token's drivers
-
* Still Windows 10 Enterprise LTSC x86_64 tho

And the situation is the same:

The signature IS available and listed in File > Digital Signatures > Sign
Document, but when selected (double click on certificate line) nothing will
happen, and will be returned to the File > Digital Signatures screen with no
signature applied at all.

The certificate and private key also appears in windows cert store, and can be
used by other applications.

* Tested this time with Thunderbird 115.4.2

The problem just seems to be when trying to sign LOO files, since I can sign
PDF files just fine using the File > Export As > Export As PDF... > Digital
Signatures.


ABOUT SIGNING WITH OPENPGP SIGNATURES:
Just tested it (Gpg4win 4.2.0), and I can sign LOO files without any problems
(wonderful!)


So, the problem seems to occur ONLY when trying LOO files (PDF are ok) with an
x509 key/cert. Token appears to function ok since it can be used by every other
program to sign/verify, and even LibreOffice seems to be capable to access it
considering Draw can use the stored certs to sign existing PDFs correctly (I
can do this even without having gpg4win installed, so I would say it doesn't
rely on it at all -speaking of x509 signatures-).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156172] The link to the help button in the "Protect Spreadsheet Structure" Dialog is inconsistent.

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156172

--- Comment #4 from Stéphane Guillou (stragu) 
 ---
(In reply to nobu from comment #3)
> I confirmed that the link has been corrected in the following version.
Are you sure, nobu? I just tested and clicking Help in the "Protect Spreadsheet
Structure" dialog still goes to password_dlg.html for me, in both versions.
And I couldn't find a commit that would have resolved it.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 157924] It opens almost all documents with distorted fonts

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157924

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||stephane.guillou@libreoffic
   ||e.org
 Status|UNCONFIRMED |NEEDINFO

--- Comment #9 from Stéphane Guillou (stragu) 
 ---
Not reproduced with provided DOC in:

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: ff3fb42b48c70ba5788507a6177bf0a9f3b50fdb
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

Nor in 7.6.3.1. I've got Times New Roman installed. Capitals and numbers don't
look like the PDF or the screenshot.

The PDF you attached contins the font Arachnid:

name type  encoding emb sub
uni object ID
 -  --- ---
--- -
BA+TimesNewRomanPS-BoldMTTrueType  WinAnsi  yes yes
yes241  0
CA+arachnid  TrueType  WinAnsi  yes yes
yes236  0

This is what you are seeing: https://www.ffonts.net/arachnid.font

If I export a PDF file, I get:

name type  encoding emb sub
uni object ID
 -  --- ---
--- -
BA+TimesNewRomanPS-BoldMTTrueType  WinAnsi  yes yes
yes286  0
CA+TimesNewRomanPSMT TrueType  WinAnsi  yes yes
yes281  0

Is it possible that you don't have the TimesNewRomanPSMT font installed, and LO
somehow uses Arachnid as a fallback font? Maybe try and apply the same font to
the whole document?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 96487] Expose tracked changes to ATs via accessible objects and attributes

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96487

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org
Version|unspecified |5.1.2.2 release

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 48741] [META] Writer's page header and footer issues

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48741

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||102164


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102164
[Bug 102164] No assistive technology indication when jumping from header/footer
back to main document area
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 102164] No assistive technology indication when jumping from header/footer back to main document area

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102164

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org
Version|unspecified |4.2 all versions
 Blocks||48741

--- Comment #6 from Stéphane Guillou (stragu) 
 ---
I tested with Orca.

In 6.0.0.3 and 6.1.0.3 and nothing is announced when switching to the footer,
nor when switch from footer to header (or vice versa).
However, body to header is announced.

Version: 6.0.0.3
Build ID: 64a0f66915f38c6217de274f0aa8e15618924765
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk2; 
Locale: en-AU (en_AU.UTF-8); Calc: group

However, in a recent trunk build, _and testing with a new document_[1] landing
into the header or the footer in any way is announced to Orca. I get "Header 1
Header" and "Footer 1 Footer" respectively for page 1.

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: ff3fb42b48c70ba5788507a6177bf0a9f3b50fdb
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

So remaining issue is indeed to announce the return to the body.

[1]: I think this matters as the footer not being announced seems related to it
not getting a "name" (?) when created with an older version of LO.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=48741
[Bug 48741] [META] Writer's page header and footer issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 103429] [META] Split and group buttons in toolbar and sidebar bugs and enhancements

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103429

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||123864


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=123864
[Bug 123864] No feedback for screen reader when radio button for underline
attribute changes
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 127204] [META] Formatting bugs and Improvements

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127204

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||123864


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=123864
[Bug 123864] No feedback for screen reader when radio button for underline
attribute changes
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 123864] No feedback for screen reader when radio button for underline attribute changes

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123864

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Blocks||127204, 103429
Version|6.0.6.2 release |5.2.0.4 release
 CC||m.wegh...@posteo.de,
   ||stephane.guillou@libreoffic
   ||e.org

--- Comment #17 from Stéphane Guillou (stragu) 
 ---
Reproduced with Orca in recent trunk build, using both the Ctrl + U shortcut or
pressing the toolbar button:

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: ff3fb42b48c70ba5788507a6177bf0a9f3b50fdb
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

However, I am not sure about the bibisection in comment 4 as I can reproduce
the issue in 5.4.0.0.alpha1 as well as in 5.2.0.0.beta2.

Text read is "Underline push button" without an on/off status. This is the same
as for other split buttons like Font Color and Highlight Color, but it makes
sense for them as they are not on/off toggles like the underline button is.

Issue is the same for Bullet and Numbering list buttons, so probably a more
general issue to fix with such "toggle split buttons".

Michael W., you might be interested?


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103429
[Bug 103429] [META] Split and group buttons in toolbar and sidebar bugs and
enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=127204
[Bug 127204] [META] Formatting bugs and Improvements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 87450] SVG with embedded PNG reduced in quality and distorted

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87450

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 56468] EDITING: image rescaling method should be configurable

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=56468

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=87
   ||450

--- Comment #14 from Stéphane Guillou (stragu) 
 ---
Here's another example of how it could be useful: bug 87450 shows in attachment
110994 an imported SVG chart with an embedded upscaled heatmap: large coloured
squares that should be displayed sharp and not rescaled.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158101] Disabled popup menu items are visible with non-gtk backend

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158101

Jim Raykowski  changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
 Ever confirmed|0   |1

--- Comment #1 from Jim Raykowski  ---
While DontHideDisabledEntry could be set false to prevent the disabled context
menu items from being shown, it would defeat the purpose of the regression
causing patch.

Here is a patch that provides gtk context menu behavior for non-gtk backends
while preserving the intent of the regression causing patch:
https://gerrit.libreoffice.org/c/core/+/159192

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158096] Selection of lighter Preinstalled Themes under Personalization (Options) leaves menu ribbon icons white and unreadable

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158096

--- Comment #3 from TH  ---
No, but it IS a bug.  Mike, your suggestion that use of a light icon theme with
dark mode (OS dark mode) "is not something expected to work) is INCORRECT. 
Here's the problem: if one changes the OS's dark mode to light mode, for
example, then ALL applications are affected, NOT just LibreOffice.  In version
7.4.x of LibreOffice, with the OS being set to dark mode, the light themes in
LibreOffice DO have properly readable menu ribbon icons, etc.  It is in later
version of LibreOffice, that this is broken.  NO ONE should be required to have
their OS set to non-dark-mode in order to be able to successfully use a lighter
in-built theme in LibreOffice, and that should NOT be your expectation.

Regardless of the OS mode in-place, whether it is dark mode or something else,
LibreOffice's lighter themes should have READABLE menu ribbon and other icons,
period.  They were readable in version 7.4.x and earlier, now they are NOT when
the OS is in dark mode.  That is a bug and break in LibreOffice itself, and
needs to be corrected / fixed.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156172] The link to the help button in the "Protect Spreadsheet Structure" Dialog is inconsistent.

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156172

nobu  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from nobu  ---
I confirmed that the link has been corrected in the following version.

Version: 7.5.8.2 (X86_64) / LibreOffice Community
Build ID: f718d63693263970429a68f568db6046aaa9df01
CPU threads: 4; OS: Windows 10.0 Build 10240; UI render: Skia/Raster; VCL: win
Locale: ja-JP (ja_JP); UI: ja-JP
Calc: CL threaded

Version: 7.6.2.1 (X86_64) / LibreOffice Community
Build ID: 56f7684011345957bbf33a7ee678afaf4d2ba333
CPU threads: 4; OS: Windows 10.0 Build 10240; UI render: Skia/Raster; VCL: win
Locale: ja-JP (ja_JP); UI: ja-JP
Calc: CL threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 120201] [META] Update or add link to help page

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120201
Bug 120201 depends on bug 156172, which changed state.

Bug 156172 Summary: The link to the help button in the "Protect Spreadsheet 
Structure" Dialog is inconsistent.
https://bugs.documentfoundation.org/show_bug.cgi?id=156172

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 137272] Make it less likely that user unwillingly loses footnote and endnote font size inheritance from paragraph

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137272

--- Comment #31 from TH  ---
"have a software architet..." should say "am a software architect..."

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 137272] Make it less likely that user unwillingly loses footnote and endnote font size inheritance from paragraph

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=137272

--- Comment #30 from TH  ---
I write a great deal, being an author of many books (under a pen name), which
are heavily documented.

I also have a software architect and engineer, as well as a database architect,
though NOT in the tools / language used for LibreOffice.

>From a UI and UX perspective, and as a writer, it does NOT make sense to be
able to set a fixed font size for footnotes or endnotes ACCIDENTALLY (i.e.,
without intent to do so), and it also does not make sense that undoing such a
change should be difficult or inobvious.

Here's my suggestion: Provide a check box next to the Size for the font in the
Anchor style, which indicates Calculated.  If that box is selected (and it
should be, by default), then changing the font size explicitly would be
disabled.  If unselected and the Size is subsequently changed, then re-checking
Calculated should remove any "under the hood" explicit font size for the anchor
style.  This approach would provide the best of all worlds: the ability to use
an explicit font size if desired for the anchor text, and the ability to
understand what has occurred and easily undo that explicit specification,
reverting to the default calculations for the anchor size, should that be
needed / desired.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158064] Day position into cells

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158064

Eike Rathke  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

--- Comment #5 from Eike Rathke  ---
See also initial analysis at
https://ask.libreoffice.org/t/date-position-into-cell/97797/8

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158115] View settings don't keep their value

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158115

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org
 Ever confirmed|0   |1
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||0728
 Status|UNCONFIRMED |NEW
Version|24.2.0.0 alpha0+ Master |7.6.2.1 release

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150728] In Web view Formatting Aids settings for Writer/Web are ignored but settings for Writer used

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150728

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158122] odd fonts in pivot table

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158122

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
Please attach a sample file, and paste the information in Menu/Help/About
LibreOffice, there is an icon to copy.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158120] Keyboard dead

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158120

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from m.a.riosv  ---
Please test in safe mode, Menu/Help/Restart in Safe Mode

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158119] Alphabetical index: allow adjacent page numbers to combine (such as 15-16, 267-68 etc.)

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158119

m.a.riosv  changed:

   What|Removed |Added

   Severity|normal  |enhancement

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150414] Cell / font formatting lost when data linked from external data

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150414

--- Comment #17 from Cor Nouws  ---
(In reply to Heiko Tietze from comment #15)
> Ultimately it sounds correct to follow Stephane's suggestion in comment 10
> and harmonize the functions.
Having looked again, I think these are too different, to expect them to act the
same wrt possible formatting in the source of the linked data.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 150414] Cell / font formatting lost when data linked from external data

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150414

Cor Nouws  changed:

   What|Removed |Added

Version|6.0.0.3 release |Inherited From OOo

--- Comment #16 from Cor Nouws  ---
Reading all info and ideas, I clearly support Carstens expectation:
- I suggest that refreshing linked data, does not overwrite the applied
formatting.
- And clarifying the Help would be good to.


AFAIK, there are various quite different ways to get 'external' data.
1. Sheet > External Links
 uses no formatting (plain data)
 but currently, refreshing overwrites applied cell formatting

2. Edit > Paste Special
 with data from within the application;
 (='file:///xx/yy.ods'#$Sheet1.A3:E36
 either with or without formatting from the source

3. Navigator > Select different file at bottom > Drag named range (copy or
link..)
 does use the source formatting 

NB:  Edit > Paste Special, with external data, opens the text import dialog
(known from CSV) and is not a link (and also without formatting).


Some Help (partly additional to what Stéphane mentioned):
https://help.libreoffice.org/24.2/en-US/text/shared/01/0218.html?=CALC=UNIX
https://help.libreoffice.org/24.2/en-US/text/scalc/01/0409.html
https://help.libreoffice.org/24.2/en-US/text/scalc/guide/cellreferences_url.html?DbPAR=CALC
https://help.libreoffice.org/24.2/en-US/text/scalc/guide/cellreference_dragdrop.html?DbPAR=CALC
https://help.libreoffice.org/24.2/en-US/text/scalc/guide/webquery.html?=SHARED
https://help.libreoffice.org/24.2/en-US/text/shared/00/0208.html?=SHARED=UNIX

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 43808] [META] Right-To-Left and Complex Text Layout language issues (RTL/CTL)

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43808
Bug 43808 depends on bug 158099, which changed state.

Bug 158099 Summary: Auto numbering needs more options for RTL languages to 
change direction of numbers
https://bugs.documentfoundation.org/show_bug.cgi?id=158099

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158099] Auto numbering needs more options for RTL languages to change direction of numbers

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158099

⁨خالد حسني⁩  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #8 from ⁨خالد حسني⁩  ---


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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 149824] Wrong multi-level numbering in RTL mode

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149824

⁨خالد حسني⁩  changed:

   What|Removed |Added

 CC||zi8c6e...@mozmail.com

--- Comment #13 from ⁨خالد حسني⁩  ---
*** Bug 158099 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 100188] Lost of CONDITIONAL FORMATTING with formula on refresh by macro with cell link with an another file

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100188

Cor Nouws  changed:

   What|Removed |Added

   Keywords||bibisectRequest
 CC||c...@nouenoff.nl

--- Comment #14 from Cor Nouws  ---
looking at comment 8, possible regression?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 154953] [ feature request ] arrows in tabbed and grouped bar compact should reposition NB elements sliding view right or left

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154953

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||hoss...@libreoffice.org

--- Comment #13 from Stéphane Guillou (stragu) 
 ---
*** Bug 158123 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158123] Overflow the tabbed interface to scroll/flip instead of a popup

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158123

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   Keywords|needsUXEval |
 Resolution|--- |DUPLICATE
 CC||stephane.guillou@libreoffic
   ||e.org
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Stéphane Guillou (stragu) 
 ---
Thanks Hossein. This was suggested in bug 154953 but argued against by the
UX/Design team and closed as "won't fix".
I think it would be better to mark this as a duplicate and comment there if you
think it should be reconsidered.

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 112581] [META] Linked (non-embedded) external files bugs and enhancements

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112581

László Németh  changed:

   What|Removed |Added

 Depends on||158114


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=158114
[Bug 158114] Show lost linked images
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158114] Show lost linked images

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158114

László Németh  changed:

   What|Removed |Added

 Blocks||112581


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=112581
[Bug 112581] [META] Linked (non-embedded) external files bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158114] Show lost linked images

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158114

--- Comment #4 from László Németh  ---
(In reply to Mike Kaganski from comment #1)
> That would likely be easy to see in Navigator, if it attributed them somehow?

I thought of using a broken chain symbol instead of the link symbol of the
linked images. The problem if there are more than a few dozen of images, it's
still hard to notice the missing one (but more easier, than scrolling the whole
document), especially for people with visual impairment. But I would be glad of
the extension of the Navigator, too.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158114] Show lost linked images

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158114

--- Comment #3 from László Németh  ---
Created attachment 190735
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190735=edit
screenshot of the accessibility checker reporting missing linked image

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 43784] Show infobar when document has broken linked files

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43784
Bug 43784 depends on bug 158114, which changed state.

Bug 158114 Summary: Show lost linked images
https://bugs.documentfoundation.org/show_bug.cgi?id=158114

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158114] Show lost linked images

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158114

László Németh  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED
   Assignee|nem...@numbertext.org   |libreoffice-b...@lists.free
   ||desktop.org

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 43784] Show infobar when document has broken linked files

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43784

--- Comment #10 from Commit Notification 
 ---
László Németh committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/0156cba6e34026f8fa0f2912e503378a5ec2208d

tdf#43784 tdf#158114 sw accessibility: check missing linked graphic

It will be available in 24.2.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] [Bug 43784] Show infobar when document has broken linked files

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=43784

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|BSA |BSA target:24.2.0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158123] Overflow the tabbed interface to scroll/flip instead of a popup

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158123

Hossein  changed:

   What|Removed |Added

   Keywords||needsUXEval

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158123] New: Overflow the tabbed interface to scroll/flip instead of a popup

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158123

Bug ID: 158123
   Summary: Overflow the tabbed interface to scroll/flip instead
of a popup
   Product: LibreOffice
   Version: 24.2.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: hoss...@libreoffice.org

Description
The tabbed menu is nice, but in HiDPI displays, which are common these days,
one have to use 2x, 3x or even more zoom in the UI.

I use gtk3 with 2x display, and I see a button like "»" when things does not
fit in the visible area. Clicking that shows a popup, which is not much usable.

The other option would be to scroll the tab, or even flip or other sort of
change to show the remaining stuff.

It would be much easier to use.

Version: 7.6.1.2 (X86_64) / LibreOffice Community
Build ID: f5defcebd022c5bc36bbb79be232cb6926d8f674
CPU threads: 12; OS: Linux 6.2; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 138509] Ability to navigate via viewing area on charts

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138509

Cor Nouws  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Resolution|DUPLICATE   |---
 Status|RESOLVED|UNCONFIRMED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158122] New: odd fonts in pivot table

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158122

Bug ID: 158122
   Summary: odd fonts in pivot table
   Product: LibreOffice
   Version: 7.3.7.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jerome.bo...@laposte.net

Created attachment 190734
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190734=edit
there are mixed font although there were not a few seconde before

The fonts appear odd in the columns of a pivot table.

A few seconds before they appeared well. It seems I just changed the focus.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 138510] Ability to hover on charts to quickly visualize details

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138510

--- Comment #3 from Cor Nouws  ---
*** Bug 138509 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 138509] Ability to navigate via viewing area on charts

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138509

Cor Nouws  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |DUPLICATE
 CC||c...@nouenoff.nl

--- Comment #3 from Cor Nouws  ---
did you look

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 98290] [META] Better shortcuts on macOS

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98290
Bug 98290 depends on bug 108309, which changed state.

Bug 108309 Summary: Cannot avoid the "Delete Contents" dialog on Mac
https://bugs.documentfoundation.org/show_bug.cgi?id=108309

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 108309] Cannot avoid the "Delete Contents" dialog on Mac

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108309

ka...@goodtimes.fi changed:

   What|Removed |Added

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

--- Comment #3 from ka...@goodtimes.fi ---
Fn+Delete does this by default. On a full-size keyboard, that would be the
Forward Delete key (⌦).

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 143134] PDF restrictions in signed PDF documents

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143134

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl

--- Comment #8 from Cor Nouws  ---
(In reply to renatosen from comment #6)

> In my region, we have seen external users and companies signing contracts
> one after the other. This have guaranteed the digital validity of documents.
This to me looks like a chain of signatures, and not uncommon. You refer to
e.g. Adobe?

Also, I think the summary of the bug report is too generic. Can you suggest a
one sentence description that clearly tells which feature/behavior misses?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 158111] Problem in editing a line in cell with special character '°'

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158111

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #1 from raal  ---
No repro with Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 41d9584179ef7b4e18eda47c2c0a955df8c087a5
CPU threads: 4; OS: Linux 6.2; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded

but on windows I can reproduce, when AltGr+5 open right panel Functions. You
can see keyboard shortcuts Alt+Ctrl+5 in Tools>Customize>Keyboard

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 87450] SVG with embedded PNG reduced in quality and distorted

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87450

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   Keywords||bibisected
Version|3.5.0 release   |4.0.0.3 release
 CC||caolan.mcnamara@collabora.c
   ||om

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 87450] SVG with embedded PNG reduced in quality and distorted

2023-11-08 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87450

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org

--- Comment #16 from Stéphane Guillou (stragu) 
 ---
Created attachment 190733
  --> https://bugs.documentfoundation.org/attachment.cgi?id=190733=edit
sample ODP with PNG and SVG side by side

I had a look at the history of it, testing with both the SVG and the PNG-only
(see attachment) in the linux-64-releases bibisect repo:

- from OOo 3.3: only PNG supported, always blurry.
- from 4.0.0.1: SVG now supported as well, both always blurry.
- from 4.2.0.0.beta1:
  - gen: crisp in edit mode, blurry in presentation
  - gtk: could not test
- from 5.1.1.1: crisp in edit mode, blurry in presentation (both gen and gtk)
- from 6.2.0.0.alpha1:
  - gen: crisp in edit mode, blurry in presentation (as before)
  - gtk3: always blurry
- from 7.6 to current trunk: always blurry. This started with Caolán's commit
6d1ba1877ac1e8d77748b238a7706e3a4f8d9ed4: "use SvpSalBitmap for X11/gen also".

Looks like we've just been going back and forth between methods of upscaled
bitmap rendering / interpolation, with some difference between VCL plugins when
in edit mode. At least, the interpolation is now consistently used between edit
/ presentation modes, and between VCL plugins.

Result is always the same regardless of if it is inside the SVG or the PNG is
on its own, so I'm tempted to remove the SVG keywords. However, there might be
something we could better support in the image rendering settings included in
the SVG, possibly the image-rendering attribute, but I don't understand the SVG
spec enough so leaving as it is.

-- 
You are receiving this mail because:
You are the assignee for the bug.

  1   2   3   >