[Bug 87912] EDITING: Image is hidden, when anchor is character and another image is inserted on the same page

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87912

--- Comment #19 from Robert Großkopf  ---
Bug still exists in LO 24.2.4.2 on OpenSUSE 15.6 64bit rpm Linux.

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

[Bug 158386] Windows Excel File locks up Libre Calc vers. 7.6.2.1 while trying to open it.

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158386

Mike Kaganski  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #11 from Mike Kaganski  ---
FTR:
The formal VBS specification is available at
https://learn.microsoft.com/en-us/openspecs/microsoft_general_purpose_programming_languages/ms-vbal/d5418146-0bd2-45eb-9c7a-fd9502722c74

In its current version (v20240521), the default parameter value is defined in
section 5.3.1.5 Parameter Lists:

> default-value = "=" constant-expression

and the  ABNF rule (as per sect. 1.4) is defined in
section 5.6.16.1 Constant Expressions:

> constant-expression = expression
> 
> Static semantics. A constant expression is valid only when  is
> composed solely of the following constructs:
> ...
> * Simple name expression invoking the VBA intrinsic function Int, Fix, Abs, 
> Sgn, Len, LenB,
>   CBool, CByte, CCur, CDate, CDbl, CInt, CLng, CLngLng, CLngPtr, CSng, CStr 
> or CVar.

There are no other functions mentioned there as allowed in the expression.

Further, section 6.1.2.3.1.14 CVErr does not include any "Static Semantics"
subsection, only "Runtime Semantics" subsection.

So:
1. VBA supports a subset of functions in constant expressions (explicitly
defined set), which answers comment 3.
2. It formally doesn't allow CVErr there, so the problematic document uses a
formally invalid construct.
3. After #1 is implemented, it will be possible to decide on a case-by-case
basis, if we should extend the list of permitted functions to match the actual
VBA implementation details.
4. It would be nice to file a ticket to MS about the problem in documentation
(my expectation would be, that the function is added to the permitted intrinsic
function list).

Setting to NEW, because at least the intrinsic functions must be supported in
constant expressions.

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

Re: GSoC: Libreoffice Theme WIN (not getting stdout, cannot do printfdebugging)

2024-07-01 Thread Heiko Tietze

In cygwin environment, don't you run instdir/program/soffice.exe? Works well 
here.


On 01.07.24 8:42 PM, Sahil Gautam wrote:
Hi, I successfully built libreoffice on windows using LODE. The problem is that 
I cannot see stdout on the terminal, or in vscode's terminal. I rely on that for 
checking if opening this dialog trips this breakpoint or not, and how many times 
does it do so. using a debugger seems a good choice, but it's a hassle 
considering that UI can trigger a function changing colors n times, and I don't 
want to press F5 n times, it's not feasible. Is there any way to get the stdout 
on the terminal? I tried ./..soffice > log.file, but didn't get anything. If not 
then n times F5 (continue the debugger) will be the only option. I use 
`std::cout << "string here" << std::endl;` in the function calls. Regards Sahil 
Gautam


OpenPGP_signature.asc
Description: OpenPGP digital signature


[Bug 161815] StarDesktop.Terminate() will lead to crash if executed by event of a document

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161815

--- Comment #5 from Alex Thurgood  ---
Created attachment 195077
  --> https://bugs.documentfoundation.org/attachment.cgi?id=195077=edit
Apple stack trace on hang when closing Query in Base file

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

[Bug 161815] StarDesktop.Terminate() will lead to crash if executed by event of a document

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161815

--- Comment #4 from Alex Thurgood  ---
The problem appears to lie somewhere here in the mutex yield / acquire running
on a different thread to the application thread. Race condition ?

CFRunLoopRunSpecific + 608 (CoreFoundation + 508980) [0x187224434]
  56  __CFRunLoopRun + 776 (CoreFoundation + 511380) [0x187224d94]
  56  __CFRunLoopDoObservers + 536 (CoreFoundation + 513896) [0x187225768]
  56  __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 36
(CoreFoundation + 514172) [0x18722587c]
  56  ___NSRunLoopObserverCreateWithHandler_block_invoke + 64 (AppKit +
11674120) [0x18b56c208]
  56  __62+[CATransaction(NSCATransaction)
NS_setFlushesWithDisplayLink]_block_invoke + 272 (AppKit + 1452496)
[0x18abac9d0]
  56  CA::Transaction::commit() + 320 (QuartzCore + 11524) [0x18f416d04]
  56  CA::Transaction::run_commit_handlers(CATransactionPhase) + 120
(QuartzCore + 16228) [0x18f417f64]
  56  NSDisplayCycleFlush + 644 (AppKit + 911528) [0x18ab288a8]
  56  NSDisplayCycleObserverInvoke + 168 (AppKit + 912460) [0x18ab28c4c]
  56  __NSWindowGetDisplayCycleObserverForDisplay_block_invoke + 516 (AppKit +
916868) [0x18ab29d84]
  56  -[SalFrameWindow displayIfNeeded] + 88 (libvclplug_osxlo.dylib + 316980)
[0x102909634]
  56  SalYieldMutex::doAcquire(unsigned int) + 268 (libvclplug_osxlo.dylib +
139908) [0x1028de284]
  56 
std::__1::condition_variable::wait(std::__1::unique_lock&) +
28 (libc++.1.dylib + 68372) [0x18706cb14]

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

[Bug 161815] StarDesktop.Terminate() will lead to crash if executed by event of a document

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161815

--- Comment #3 from Alex Thurgood  ---
With the test Base file, and 

soffice
Path: /Applications/LO7672.app/Contents/MacOS/soffice
Identifier:   org.libreoffice.script
Version:  7.6.7.2 (7.6.7.2)
Team ID:  7P5S3ZLCN7
Is First Party:   No
Beta Identifier:  6F0F0697-544E-52E6-8449-7384B2E55B50
Architecture: arm64

I get a hang, requiring a forced kill to exit.

Apple stack trace attached.

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

[Bug 161815] StarDesktop.Terminate() will lead to crash if executed by event of a document

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161815

Alex Thurgood  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

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

[Bug 161815] StarDesktop.Terminate() will lead to crash if executed by event of a document

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161815

--- Comment #2 from Alex Thurgood  ---
With the Writer test document provided, and

Version: 24.2.4.2 (AARCH64) / LibreOffice Community
Build ID: b9485aad85c48b220279f5499908c52f00f5
CPU threads: 8; OS: macOS 14.5; UI render: Skia/Metal; VCL: osx
Locale: fr-FR (fr_FR.UTF-8); UI: fr-FR
Calc: threaded

I get a crash after typing a letter, and the following error message when the
recovery dialog has briefly been displayed:

"LibreOffice must unfortunately be restarted manually after installation or an
update."

The error message is misleading at best, and the crash recovery dialog
shouldn't really be shown at all, but the soffice process is terminated.

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

[Bug 161626] Math equations using "it" as subscript are not opening correctly

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161626

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 161623] Split Screen Issue - MacOS - Calc

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161623

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 161617] Undoing search and replace at some point removes formatting of contents of a cell.

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161617

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 133092] [META] Crash bugs

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133092
Bug 133092 depends on bug 143317, which changed state.

Bug 143317 Summary: Base crashes viewing / browsing mysql database table using 
direct mysql connector
https://bugs.documentfoundation.org/show_bug.cgi?id=143317

   What|Removed |Added

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

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

[Bug 161608] Add expert setting for how many menu entries should be shown in the menubar popup like view, edit, file etc.

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161608

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 104790] [META] Database connectivity interfaces (ODBC, JDBC..) and external databases

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104790
Bug 104790 depends on bug 143317, which changed state.

Bug 143317 Summary: Base crashes viewing / browsing mysql database table using 
direct mysql connector
https://bugs.documentfoundation.org/show_bug.cgi?id=143317

   What|Removed |Added

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

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

[Bug 143317] Base crashes viewing / browsing mysql database table using direct mysql connector

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143317

QA Administrators  changed:

   What|Removed |Added

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

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

[Bug 143317] Base crashes viewing / browsing mysql database table using direct mysql connector

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143317

--- Comment #17 from QA Administrators  ---
Dear AJ,

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.

[Bug 158764] Icons rendered with black borders

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158764

--- Comment #2 from QA Administrators  ---
Dear Paul Menzel,

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.

[Bug 149767] No lines for translate of some Calc functions

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149767

--- Comment #8 from QA Administrators  ---
Dear neurofreak-alt,

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.

[Bug 158792] Crash when closing (sometimes)

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158792

--- Comment #2 from QA Administrators  ---
Dear Tim Gromeyer,

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.

[Bug 158506] LibreOffice Writer: Special Characters (in color) that are inserted above text titles, previously printed in color, but now print only in black.

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158506

--- Comment #3 from QA Administrators  ---
Dear bananabo...@wavecable.com,

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.

[Bug 87912] EDITING: Image is hidden, when anchor is character and another image is inserted on the same page

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87912

--- Comment #18 from QA Administrators  ---
Dear Robert Großkopf,

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.

[Bug 149762] Traces of lines when moving rows or columns in Writer with Skia Vulkan

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149762

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

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.

[Bug 161853] Vertical tab dialog: Focus rectangle artifacts remain on previously focused item when moving using keyboard

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161853

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 OS|Windows (All)   |All

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

[Bug 161566] Fractional Scaling results in misshapen / blurry fonts

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161566

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1
Summary|Fractional Scaling results  |Fractional Scaling results
   |in misshapen fonts  |in misshapen / blurry fonts

--- Comment #13 from Stéphane Guillou (stragu) 
 ---
I can see the difference in sharpness between 195% in attachment 195073
(blurrier) and 200% in attachment 195074 (sharper).

I can also see a slight difference with Ubuntu 22.04 + GNOME 42.9 + Wayland,
comparing 100% and 175% (the UI only allow .25 increments).

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

But the same happens to e.g. the flashing cursor and the margin markers, and
your screenshot shows the same issue with the toolbar icons. So isn't this a
more general issue? Does it happen with other apps?

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

[Bug 158386] Windows Excel File locks up Libre Calc vers. 7.6.2.1 while trying to open it.

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158386

--- Comment #10 from Stéphane Guillou (stragu) 
 ---
(In reply to Mike Kaganski from comment #5)
> Right; so it seems that the question is, should we allow the non-standard
> extension that Excel allows; and if yes, then to what extent (question in
> comment 3).
Mike, who do you think could help reach a decision on this? Out of my depth
here.

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

[Bug 161362] Can Location be added to Linux system file open/save dialog

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161362

--- Comment #7 from Stéphane Guillou (stragu) 
 ---
(In reply to Stéphane Guillou (stragu) from comment #6)
> On Ubuntu 22.04 + GNOME 42
with libgtk-3-0:amd64 3.24.33-1ubuntu2.1

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

[Bug 161362] Can Location be added to Linux system file open/save dialog

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161362

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   See Also||https://gitlab.gnome.org/GN
   ||OME/gtk/-/issues/6471

--- Comment #6 from Stéphane Guillou (stragu) 
 ---
Looks like FreeOffice were using gtk2 and they now moved to gtk3?

On Ubunut 22.04 + GNOME 42.9 running:

   gsettings range org.gtk.Settings.FileChooser location-mode

...show one can use the following values for this settings:

   'path-bar'
   'filename-entry'

However, if you set it to 'filename-entry' with:

   gsettings set org.gtk.Settings.FileChooser location-mode 'filename-entry'

...and confirm it has worked with:

   gsettings get org.gtk.Settings.FileChooser location-mode

...the setting is not used, and it is reset to 'path-bar' once the file picker
is used by an app.

See https://gitlab.gnome.org/GNOME/gtk/-/issues/6471

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

[Bug 159102] automatic hyphenation results bad smart justify

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159102

--- Comment #7 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/6eee182e46bb568a58620a02e5827532d15c8220

tdf#159102 sw: add missing get_url_for_data_file to the unit test

It will be available in 25.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.

[Bug 154602] Scrolling using keyboard very slow (GTK3) with 4K monitor

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154602

--- Comment #23 from M. Knepper  ---
This a comment from a different duplicate bug thread catching the issue in
action. It seems to get much worse at higher resolutions from my experience.

VIDEO LINK: https://www.youtube.com/watch?v=EXyMSzOVsds

Hardware:
13700k
7900xt
32gb DDR5
2tb SSD NVME

Software/OS:
Fedora 40
Linux 6.8x
LibreOffice 24.2.3.2
hTOP
Gnome 46
Gnome-Terminal
GPU drivers, VCL version, GTK version, etc, etc - whatever is on Fedora 40 as
of this video.

Confirmed My Testing With:
2700x
RX 580 8gb
16gb DDR4
1tb SSD SATA
Linux 5.x
LibreOffice 7.6+

Note: This seems to happen regardless of using any widget toolkit such gtk, qt,
whether it's on Xorg, Wayland, a Debian distro, an Arch distro, a Fedora based
distro etc. I've been able to confirm for sure on different hardware and since
version 7.6+ of LibreOffice. I plan to test newer versions soon.

As stated before, I tested it on 15k words to 50k words, 30 pages to 72 pages -
it has high CPU usage either way. This doesn't happen on other word processors. 

The issue persists regardless of scaling. 100% scaling makes no difference and
neither 200% scaling. 150% doesn't make a difference either.

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

[Bug 161828] font list use deleted font instead of repair the problem

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161828

m_a_riosv  changed:

   What|Removed |Added

 Resolution|--- |NOTABUG
 Status|UNCONFIRMED |RESOLVED

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

[Bug 160170] FILEOPEN .DOCX: words pulled together, characters overlap in some line of hyphenated paragraph

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160170

--- Comment #19 from László Németh  ---
Created attachment 195076
  --> https://bugs.documentfoundation.org/attachment.cgi?id=195076=edit
English unit test document

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

[Bug 161857] Imperfect wrapping of legacy drawings

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161857

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #3 from m_a_riosv  ---
Please attach the odt file showing th bug.

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

[Bug 148647] LO pastes previously copied content instead of what was last copied from other app (Windows 10; see comment 11)

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148647

m_a_riosv  changed:

   What|Removed |Added

 CC||pi...@atapol.com.pl

--- Comment #26 from m_a_riosv  ---
*** Bug 161856 has been marked as a duplicate of this bug. ***

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

[Bug 161856] Clipboard not working properly when copying multiple cells

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161856

m_a_riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m_a_riosv  ---


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

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

[Bug 161854] Font attributes shadow and outline are taken into the pilcrow

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161854

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
Version|unspecified |Inherited From OOo

--- Comment #1 from m_a_riosv  ---
Seems it happens with outline and shadow.
Version: 24.2.4.2 (X86_64) / LibreOffice Community
Build ID: 51a6219feb6075d9a4c46691dcfe0cd9c4fff3c2
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: en-US
Calc: CL threaded

Version: 25.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 5bf58785ba2831de4efc2afe9df463b4a753ccb1
CPU threads: 16; OS: Windows 11 X86_64 (10.0 build 22631); UI render: default;
VCL: win
Locale: es-ES (es_ES); UI: en-US
Calc: CL threaded

Inherited from Aoo

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

[Bug 88914] Microsoft Advertising PDF Import deadlock

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88914

--- Comment #12 from Dave Gilbert  ---
Whatever encoded this pdf is just depressing; while some of the problems we
have are use of hyper-clever fill patterns in pdf, this one is just silly.
Page 14 has 3025 copies of each of 6 different stipple patterns, all
indidivudally embedded in the PDF rather than referencing a single instance or
using a tiled fill.
Page 22 has 1715 copies of each of the stipple patterns; although depressingly
they seem to be used to make a stippled white on white background so are triply
pointless.

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

[Bug 161853] Vertical tab dialog: Focus rectangle artifacts remain on previously focused item when moving using keyboard

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161853

m_a_riosv  changed:

   What|Removed |Added

 OS|Linux (All) |Windows (All)
 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #3 from m_a_riosv  ---
Also in windows, but a bit less, with:
Version: 25.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: b0b691aa32719aa0d41bc0f72480cc455bc414ec
CPU threads: 16; OS: Windows 11 X86_64 (10.0 build 22631); UI render:
Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: en-US
Calc: CL threaded
similar without Skia
Version: 25.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: b0b691aa32719aa0d41bc0f72480cc455bc414ec
CPU threads: 16; OS: Windows 11 X86_64 (10.0 build 22631); UI render: default;
VCL: win
Locale: es-ES (es_ES); UI: en-US
Calc: CL threaded

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

[Bug 161862] New: Viewing: Feature request. Is it possible to add a horizontal scroll search.

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161862

Bug ID: 161862
   Summary: Viewing: Feature request. Is it possible to add a
horizontal scroll search.
   Product: LibreOffice
   Version: 3.3.0 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jbuckler1...@zoho.com

Description:
Add a capability that will allow selection of any column for viewing its data
while scrolling up/down instead of the row number. For example, right click on
the scroll area or any component used in scrolling and select a column to view.
Could also be setup through a "scroll" selection in the View pulldown. 

Actual Results:
Can only see row number now

Expected Results:
Would like to be able to select any column for viewing


Reproducible: Always


User Profile Reset: No

Additional Info:
see above

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

[Bug 149421] import/export DOCX hyphenation zone

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149421

--- Comment #7 from László Németh  ---
Created attachment 195075
  --> https://bugs.documentfoundation.org/attachment.cgi?id=195075=edit
Remaining difference (not related to the hyphenation zone)

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

[Bug 149421] import/export DOCX hyphenation zone

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=149421

--- Comment #6 from László Németh  ---
(In reply to László Németh from comment #5)
> Note: it seems, if there are multiple hyphenation points within the
> hyphenation zone, MSO doesn't choose the last one, like the recent
> implementation of LibreOffice, see the test document. A new issue will be
> filed for this remaining problem.

This is not related to the hyphenation zone: disabling it doesn't modify the
difference.

The word “közvetlenül” is hyphenated as közvetle-nül in Writer, and
közvet-lenül in MSO.

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

[Bug 161566] Fractional Scaling results in misshapen fonts

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161566

miafr...@duck.com changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Bug 161566] Fractional Scaling results in misshapen fonts

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161566

--- Comment #12 from miafr...@duck.com ---
The blurriness is most noticeable in the comparison between 195% and 200% on my
tablet.

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

[Bug 161566] Fractional Scaling results in misshapen fonts

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161566

--- Comment #11 from miafr...@duck.com ---
Created attachment 195074
  --> https://bugs.documentfoundation.org/attachment.cgi?id=195074=edit
200% Tablet Plasma 6.1.1

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

[Bug 161566] Fractional Scaling results in misshapen fonts

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161566

--- Comment #10 from miafr...@duck.com ---
Created attachment 195073
  --> https://bugs.documentfoundation.org/attachment.cgi?id=195073=edit
195% Tablet Plasma 6.1.1

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

[Bug 161566] Fractional Scaling results in misshapen fonts

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161566

--- Comment #9 from miafr...@duck.com ---
Created attachment 195072
  --> https://bugs.documentfoundation.org/attachment.cgi?id=195072=edit
200% Plasma 6.1.1 Sabon Bold

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

[Bug 161566] Fractional Scaling results in misshapen fonts

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161566

--- Comment #8 from miafr...@duck.com ---
Created attachment 195071
  --> https://bugs.documentfoundation.org/attachment.cgi?id=195071=edit
120% Plasma 6.1.1 Sabon Bold

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

[Bug 161860] LibreOffice completely closes when opening a spreadsheet

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161860

--- Comment #6 from MikeDerr  ---
-first- It seems fixed!
The LO stable that I tried was 7.6.7 just downloaded.  
The reason why I tried a different version (24.2.2) is because that was in my
downloads folder.
It did seem to only be with calc and I could open a blank sheet with no
problem.
Lastly, I unchecked the opencl and restarted and now I can dbl-click from
FileManager and launch,open,and go-to-work.

I'll test more tomorrow but, that looks like that might be it. 

The problem started sometime during 24.2.2.  I do see that I received a Radeon
driver update  on May 10th.  I wonder if that was it?

I'll respond again tomorrow about this time...hoping all goes well.  Thanks for
the assist!!!

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

[Bug 161566] Fractional Scaling results in misshapen fonts

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161566

--- Comment #7 from miafr...@duck.com ---
Unfortunately(In reply to Stéphane Guillou (stragu) from comment #6)
> tested on Ubuntu 22.04 with Wayland and:
> 
> Version: 24.2.4.2 (X86_64) / LibreOffice Community
> Build ID: 51a6219feb6075d9a4c46691dcfe0cd9c4fff3c2
> CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3
> Locale: en-AU (en_AU.UTF-8); UI: en-US
> Calc: CL threaded
> 
> I can't reproduce - or maybe I can't see the difference. Can you please be
> more specific about the issue, maybe annotating the screenshots side-by-side?
> 
> And please share the full version info from Help > About LibreOffice.
> 
> Thank you!


I just opened up a document to test again and the rendering has changed. This
presumably is due to the KDE Plasma 6.1.1 update.

The issue with inaccurate font shapes seems to be gone. However text now looks
slightly soft at any fractional scaling level compared to integer scaling. 

Fonts now look better on my 4K screen which I run at 120% scaling, but worse on
my tablet which I run at 195%. Previously when the scaling was close to 200%
the font looked both smoother and crisper and more true to shape, but now on
both displays it looks true to shape but a little soft. (I still consider this
an improvement since being true to shape is more important to me than
sharpness)

I still stand by my initial hypothesis that the font is being rendered at an
integer resolution and then downscaled – it just looks like the downscaling
filter has been modified to now include more anti-aliasing.

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

[Bug 161860] LibreOffice completely closes when opening a spreadsheet

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161860

--- Comment #5 from ady  ---
(In reply to MikeDerr from comment #3)
> I removed LO and installed the stable versionsame issue.

Which exact version was that? Have you actually tried LO 7.6? Please go to menu
Help > About and click on the icon to copy the info to the clipboard; then
paste it in your next post.

I am also wondering why you are now testing with LO 24.2.2, and not the latest
(24.2.4 ATM).

>From your comment 3, I am guessing that the problem is seen on Calc only, and
not with other modules such as Writer.

If, instead of opening a specific spreadsheet file, you try to start Calc with
an empty clean spreadsheet, would that crash too?

Does the crash happen with a specific spreadsheet file? Or with a set of them?
Or with any spreadsheet file?

Which type of spreadsheet files are we talking about? Are these ODS files? Are
these XLSX files? Have you tried with others?

Please review your Calc settings. For example, LO menu Tools > Options >
LibreOffice > OpenCL. What happens if you disable that and then close all LO
windows and restart Calc anew? Does it cash as before?

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

[Bug 113305] [META] Bundled fonts bugs and enhancements

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113305

m...@jeka.info changed:

   What|Removed |Added

 CC||m...@jeka.info

--- Comment #2 from m...@jeka.info ---
Is it really so hard to drop "Source Sans Pro" (and "Open Sans" and probably
more) from the wiki? 

No, it isn't - so can someone please do it? 
(There was really much confusion. A friend's documents were not working as
expected for her but fine on my machine ...)

thanks
j.j.

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

[Bug 161860] LibreOffice completely closes when opening a spreadsheet

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161860

--- Comment #4 from MikeDerr  ---
After my first post, I did the profile reset.   Getting the same results, I
just gave up and did the full gutting procedure that I just mentioned - in
between.

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

[Bug 161860] LibreOffice completely closes when opening a spreadsheet

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161860

--- Comment #3 from MikeDerr  ---
(In reply to ady from comment #2)
> (In reply to ady from comment #1)
> 
> > Is LO crashing when saving a different type of document/module, such as from
> > Writer, instead of saving a spreadsheet from Calc?
> 
> Sorry. I meant "saving" or "opening" or any other action from whichever
> module, including the Start Center.

I removed LO and installed the stable versionsame issue.  Then, deleted
that, ran regedit to delete anything LO, then manually went to appdata and
programfiles and deleted the LO folders and rebooted and reinstalled 24.2.2.  
I still have the problem HOWEVER, if I open a doc file first and let it sit in
the background, I can open my spreadsheet and work on it and save it.

it is giving me more wtf feeling.

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

[Bug 158386] Windows Excel File locks up Libre Calc vers. 7.6.2.1 while trying to open it.

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158386

--- Comment #9 from Jeffry  ---
Hey, again, are there any thoughts or decisions made on whether support for
opening this Excel file could be added to Libre Calc?

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

New Defects reported by Coverity Scan for LibreOffice

2024-07-01 Thread scan-admin
Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found 
with Coverity Scan.

300 new defect(s) introduced to LibreOffice found with Coverity Scan.
175 defect(s), reported by Coverity Scan earlier, were marked fixed in the 
recent build analyzed by Coverity Scan.

New defect(s) Reported-by: Coverity Scan
Showing 20 of 300 defect(s)


** CID 1608034:(LOCK)
/filter/source/config/cache/typedetection.cxx: 1046 in 
filter::config::TypeDetection::impl_detectTypeFlatAndDeep(utl::MediaDescriptor 
&, const std::vector> &, bool, rtl::OUString &)()
/filter/source/config/cache/typedetection.cxx: 1045 in 
filter::config::TypeDetection::impl_detectTypeFlatAndDeep(utl::MediaDescriptor 
&, const std::vector> &, bool, rtl::OUString &)()



*** CID 1608034:(LOCK)
/filter/source/config/cache/typedetection.cxx: 1046 in 
filter::config::TypeDetection::impl_detectTypeFlatAndDeep(utl::MediaDescriptor 
&, const std::vector> &, bool, rtl::OUString &)()
1040 
1041 OUString sDeepType = impl_askDetectService(sDetectService, 
rDescriptor);
1042 
1043 // d)
1044 if (!sDeepType.isEmpty())
1045 return sDeepType;
>>> CID 1608034:(LOCK)
>>> "~unique_lock" unlocks "aLock" while it is unlocked. [Note: The source 
>>> code implementation of the function has been overridden by a builtin model.]
1046 }
1047 catch(const css::container::NoSuchElementException&)
1048 {}
1049 // e)
1050 }
1051 
/filter/source/config/cache/typedetection.cxx: 1045 in 
filter::config::TypeDetection::impl_detectTypeFlatAndDeep(utl::MediaDescriptor 
&, const std::vector> &, bool, rtl::OUString &)()
1039 }
1040 
1041 OUString sDeepType = impl_askDetectService(sDetectService, 
rDescriptor);
1042 
1043 // d)
1044 if (!sDeepType.isEmpty())
>>> CID 1608034:(LOCK)
>>> "~unique_lock" unlocks "aLock" while it is unlocked. [Note: The source 
>>> code implementation of the function has been overridden by a builtin model.]
1045 return sDeepType;
1046 }
1047 catch(const css::container::NoSuchElementException&)
1048 {}
1049 // e)
1050 }

** CID 1608033:  Memory - illegal accesses  (INTEGER_OVERFLOW)
/sc/source/core/data/table3.cxx: 2056 in ScTable::DoSubTotals(ScSubTotalParam 
&)()



*** CID 1608033:  Memory - illegal accesses  (INTEGER_OVERFLOW)
/sc/source/core/data/table3.cxx: 2056 in ScTable::DoSubTotals(ScSubTotalParam 
&)()
2050 
2051 for (sal_uInt16 nLevel=0; nLevel>> CID 1608033:  Memory - illegal accesses  (INTEGER_OVERFLOW)
>>> "aRowEntry.nGroupNo", which might have underflowed, is passed to 
>>> "rParam.nSubTotals[aRowEntry.nGroupNo]".
2056 SCCOL nResCount = 
rParam.nSubTotals[aRowEntry.nGroupNo];
2057 // result functions
2058 ScSubTotalFunc* pResFunc = 
rParam.pFunctions[aRowEntry.nGroupNo].get();
2059 
2060 if (nResCount > 0)  // 
otherwise only sort
2061 {

** CID 1608032:(INTEGER_OVERFLOW)
/sw/source/core/doc/gctable.cxx: 446 in lcl_MergeGCLine(SwTableLine *, 
::GCLinePara *)()
/sw/source/core/doc/gctable.cxx: 444 in lcl_MergeGCLine(SwTableLine *, 
::GCLinePara *)()



*** CID 1608032:(INTEGER_OVERFLOW)
/sw/source/core/doc/gctable.cxx: 446 in lcl_MergeGCLine(SwTableLine *, 
::GCLinePara *)()
440 nBoxes = pLn->GetTabBoxes().size();
441 }
442 
443 // ATTENTION: The number of boxes can change!
444 for( SwTableBoxes::size_type nLen = 0; nLen < 
pLn->GetTabBoxes().size(); ++nLen )
445 if( !lcl_MergeGCBox( pLn->GetTabBoxes()[nLen], pGCPara ))
>>> CID 1608032:(INTEGER_OVERFLOW)
>>> Expression "--nLen", which is equal to 18446744073709551615, where 
>>> "nLen" is known to be equal to 0, underflows the type that receives it, an 
>>> unsigned integer 64 bits wide.
446 --nLen;
447 }
448 return true;
449 }
450 
451 // Clean structure a bit
/sw/source/core/doc/gctable.cxx: 444 in lcl_MergeGCLine(SwTableLine *, 
::GCLinePara *)()
438 
439 pLn = pLine;// and set up anew
440 nBoxes = pLn->GetTabBoxes().size();
441 }
442 
443 // ATTENTION: The number of boxes can change!
>>> CID 1608032:(INTEGER_OVERFLOW)
>>> Expression "++nLen", which is equal to 0, where "nLen" is known 

[Bug 161860] LibreOffice completely closes when opening a spreadsheet

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161860

--- Comment #2 from ady  ---
(In reply to ady from comment #1)

> Is LO crashing when saving a different type of document/module, such as from
> Writer, instead of saving a spreadsheet from Calc?

Sorry. I meant "saving" or "opening" or any other action from whichever module,
including the Start Center.

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

[Bug 161860] LibreOffice completely closes when opening a spreadsheet

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161860

--- Comment #1 from ady  ---
I would suggest try installing LO 7.6 instead. Does the crash happen with any
version other than 24.2.4?

Is LO crashing when saving a different type of document/module, such as from
Writer, instead of saving a spreadsheet from Calc?

You could also test installing a current Dev version. It would install in
parallel to your stable version. Having a stable version and a development
version installed is OK. Just beware not to run/execute more than one version
at a time; close all LO windows before launching a different LO version.

Whichever the case, please report back any new info.

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

[Bug 161497] META: Vertical Tab dialogs issues and enhancements

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161497
Bug 161497 depends on bug 161388, which changed state.

Bug 161388 Summary: Rename 'Organizer' to 'General' in style dialogs
https://bugs.documentfoundation.org/show_bug.cgi?id=161388

   What|Removed |Added

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

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

[Bug 108456] [META] Style modify dialog bugs and enhancements

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108456
Bug 108456 depends on bug 161388, which changed state.

Bug 161388 Summary: Rename 'Organizer' to 'General' in style dialogs
https://bugs.documentfoundation.org/show_bug.cgi?id=161388

   What|Removed |Added

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

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

[Bug 105683] Allow expressions with references in inline arrays, not only constants

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105683

Óvári  changed:

   What|Removed |Added

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

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

[Bug 105683] Allow expressions with references in inline arrays, not only constants

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105683

--- Comment #5 from Óvári  ---
https://bugs.documentfoundation.org/show_bug.cgi?id=126573#c41
https://ask.libreoffice.org/t/draw-the-mandelbrot-set-in-libreoffice-calc-using-only-formulae/107400/3

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

[Bug 150900] [META] Excel Functions

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150900
Bug 150900 depends on bug 126573, which changed state.

Bug 126573 Summary: Add array functions in Calc: FILTER, SORT, SORTBY, UNIQUE, 
SEQUENCE, RANDARRAY
https://bugs.documentfoundation.org/show_bug.cgi?id=126573

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

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

[Bug 108237] [META] ODF specification issues

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108237
Bug 108237 depends on bug 126573, which changed state.

Bug 126573 Summary: Add array functions in Calc: FILTER, SORT, SORTBY, UNIQUE, 
SEQUENCE, RANDARRAY
https://bugs.documentfoundation.org/show_bug.cgi?id=126573

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

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

[Bug 159781] [META] Issues with connectors after "tdf#89449 PPTX import: fix line connectors"

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159781
Bug 159781 depends on bug 157172, which changed state.

Bug 157172 Summary: FILEOPEN PPTX: Curved connector adjustment values are not 
imported
https://bugs.documentfoundation.org/show_bug.cgi?id=157172

   What|Removed |Added

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

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

[Bug 159781] [META] Issues with connectors after "tdf#89449 PPTX import: fix line connectors"

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159781
Bug 159781 depends on bug 157460, which changed state.

Bug 157460 Summary: FILEOPEN PPTX: Elbow connector adjustment value has wrong 
value
https://bugs.documentfoundation.org/show_bug.cgi?id=157460

   What|Removed |Added

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

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

[Bug 161362] Can Location be added to Linux system file open/save dialog

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161362

--- Comment #5 from Timur  ---
Created attachment 195070
  --> https://bugs.documentfoundation.org/attachment.cgi?id=195070=edit
FreeOffice dialogs

The other product which used to Open separate field Location where user may
type is FreeOffice 2021.
(Recently they published 2024 and interestingly new Open dialog is like LO).

With that, if this can be done, it would better be an option in
General-dialogs.

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

[Bug 161861] New: Copy dimension line format

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161861

Bug ID: 161861
   Summary: Copy dimension line format
   Product: LibreOffice
   Version: 7.4.7.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Draw
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ked...@yahoo.com

Description:
I have set a dimension line but unable to copy it's format

Steps to Reproduce:
1. making a dimension line 1st
2. setting format of 1st dimension line
3. making another one dimension line 2nd
4. select dimension line 1st
= copy format icon inactive

Actual Results:
unable to copy formats of dimension lines

Expected Results:
copy formats of dimension lines


Reproducible: Always


User Profile Reset: No

Additional Info:
[Information automatically included from LibreOffice]
Locale: hu
Module: DrawingDocument
[Information guessed from browser]
OS: Windows (All)
OS is 64bit: no

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

[Bug 158885] Hyphenate compound words at compound constituent boundaries, and not near them

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158885

László Németh  changed:

   What|Removed |Added

Summary|Hyphenate compound words at |Hyphenate compound words at
   |stem boundaries within the  |compound constituent
   |hyphenation zone|boundaries, and not near
   ||them

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

Re: GSoC: Libreoffice Theme WIN (not getting stdout, cannot do printfdebugging)

2024-07-01 Thread Sahil Gautam
Hi, I successfully built libreoffice on windows using LODE. The problem 
is that I cannot see stdout on the terminal, or in vscode's terminal. I 
rely on that for checking if opening this dialog trips this breakpoint 
or not, and how many times does it do so. using a debugger seems a good 
choice, but it's a hassle considering that UI can trigger a function 
changing colors n times, and I don't want to press F5 n times, it's not 
feasible. Is there any way to get the stdout on the terminal? I tried 
./..soffice > log.file, but didn't get anything. If not then n times F5 
(continue the debugger) will be the only option. I use `std::cout << 
"string here" << std::endl;` in the function calls. Regards Sahil Gautam


On 6/30/24 12:49 AM, Sahil Gautam wrote:

Hi,
So I was setting up Libreoffice Dev on windows (Yes, windows), I was following 
the
LODE guide from the wiki. I faced this error while running ./autogen.sh

checking whether build should auto use hardening compiler flags... no   
  checking whether to build a Community flavor... yes   
checking whether to sign windows build... 
no  checking for gawk... gawk   
  checking for 
gawk... /usr/bin/gawk   
 checking for bash... /bin/sh   
   checking for pigz... no  
 checking for gzip... /usr/bin/gzip 
   checking for GNU or BSD tar... tar   
 checking for tar's 
option to strip components... --strip-components   
checking how to build and package galleries... internal src images for desktop  
  checking build with or without template files... enable all 
templates checking for ccache... not found  
checking for sccache... 
(cached) not foundchecking 
whether to build with .NET support... yes   
 checking for dotnet... no  
   checking whether to build with Java support... yes   
 checking whether to treat the installation as 
read-only... no checking Visual C++... checking 
VC++ Build Tools and similar... configure: error: no Visual Studio installation 
found   
Error running configure at ./autogen.sh line 321.

I will try one more time, and If I get some success, then I will  write a 
followup.
Also I Installed visual studio 2022 community (this is what I found on the 
first few links.
on a google search)
On 28-06-2024 10:37, Sahil Gautam wrote:
Hi, I missed the email for the last week, sorry for that. So the 
patch for gtk was pushed, and the one for QT will be out by 
tommorrow(+1 day). I spent quite some time with QStyle trying to get 
it to paint the UI elements, which complicated stuff, and took a lot 
of time, where it was just palette manipulation (mostly). Also I 
found that we handle the menubar separately, and it's not drawn via 
drawNativeControl(...). What is left for QT: - color customization 
for menus (menubar/window/button/etc done) - adding a listener for 
instant redraw - And some improvements on the GTK patch (on color 
coverage). Then I will start with windows vcl plugin. Can't say, but 
I would be very happy if I get done with windows vcl plugin before 
the mid term evaluation. In this time I tried setting up macos VM as 
well, and using quickget (as suggested by Ilmari), it was quite 
simple. (Though it took years to install neovim via brew, and I had 
to C^c it every time) Regards Sahil Gautam

On 6/11/24 11:44 PM, Sahil Gautam wrote:

Hi, so the issue has been 
resolved,https://gerrit.libreoffice.org/c/core/+/168016/comment/b977e358_def16582/
[Rafael's comment on missing registry entry for LoadDefaultSystemColors]. Now 
it loads the default colors
into the registry once (as expected).
On 6/11/24 4:04 AM, Sahil Gautam wrote:

Hi
went through the design of data flow this week. I found myself running away 
from the VCL
and it's colors, or rather from the question of "how to get 2 way exchange of colors 
working".

https://gerrit.libreoffice.org/c/core/+/168016  Here's the patch [WIP]

There is quite some information to keep in the head, I would try to briefly 
describe it.

- So we get colors out of the widget toolkits using the updateSettings() 
functions.
- We have ColorConfig() which gives access to the ExpertConfiguration colors 
(or colors in the 

[Bug 159102] automatic hyphenation results bad smart justify

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159102

--- Comment #6 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/c6d7b7fa686b742c6ffef42aa6cc280358babe0d

tdf#159102 sw: enable unit test again with extended test document

It will be available in 25.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.

[Bug 159102] automatic hyphenation results bad smart justify

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159102

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:24.8.0 target:24.2.1 |target:24.8.0 target:24.2.1
   ||target:25.2.0

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

[Bug 160170] FILEOPEN .DOCX: words pulled together, characters overlap in some line of hyphenated paragraph

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160170

--- Comment #18 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/83733601124f611938c365426485d0001e1fe454

tdf#160170 sw: test for fix overshrank lines with hyphenation

It will be available in 25.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.

[Bug 161860] New: LibreOffice completely closes when opening a spreadsheet

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161860

Bug ID: 161860
   Summary: LibreOffice completely closes when opening a
spreadsheet
   Product: LibreOffice
   Version: 24.2.4.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mld...@yahoo.com

Description:
I am opening LibreOffice and then opening a .ods spreadsheet that is 12k in
size.  At about the moment that the spreadsheet should appear, all windows
close and LibreOffice closes completely.  I disabled my AVG antivirus software.
 I can open LibreOffice, start a new ss, then select open and open my old
document.  If I click -save- at the top, again everything of LibreOffice
immediately closes.  I am running Windows 10 Pro with 8Gb ram.  My spreadsheet
has simple calculations in it.  If I select About LibreOffice to get the exact
version - again - closed.

Steps to Reproduce:
1. I double click a spreadsheet to launch and open - 
2. LibreOffice bombs before document appears.
or
1. Launch LibreOffice, select file>open, click ss to open from desktop folder>
bomb.

Actual Results:
the document never opens. Instead, all Libreoffice windows close and the system
is returned to the desktop

Expected Results:
The document should open for work


Reproducible: Always


User Profile Reset: No

Additional Info:
When I open LibreOffice and select about.two seconds lateragain bombs. 
Everything closes.  I will remove and reinstall to see if this gets better.

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

[Bug 120200] [META] Update or correct help for features

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120200
Bug 120200 depends on bug 113975, which changed state.

Bug 113975 Summary: Expand the documentation for regular expressions
https://bugs.documentfoundation.org/show_bug.cgi?id=113975

   What|Removed |Added

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

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

[Bug 161859] Typo in AutoText (Polish)

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161859

--- Comment #1 from nutka  ---
Created attachment 195069
  --> https://bugs.documentfoundation.org/attachment.cgi?id=195069=edit
Demonstrating the typo "sedecznie" in 24.2.4.2

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

[Bug 161859] New: Typo in AutoText (Polish)

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161859

Bug ID: 161859
   Summary: Typo in AutoText (Polish)
   Product: LibreOffice
   Version: 3.3.0 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: Localization
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: czeslaw.wolan...@gmail.com

Description:
Polish UI – AutoText, the Standard category
The shortcut PODDOK inserts a text with a mispelled word: "sedeczenie" instead
of "serdecznie".

Steps to Reproduce:
1. Change the UI language to Polish and restart LibreOffice.
2. Open LibreOffice Writer
3. In the menu bar, go to "Narzędzia ⟶ Autotekst" ("Tools ⟶ AutoText")
4. From the "Standard" category choose
   "Podanie: Odpowiedź odmowna, zatrzymanie  dokumentów"
   ("Job Application: Rejection, Keeping Application Material")
5. Press the "Wstaw" button ("Insert")


Actual Results:
The first word in the inserted text i.e. "sedeczenie" is incorrect.

Expected Results:
It should read "serdecznie" (the spell checker suggests it too).


Reproducible: Always


User Profile Reset: Yes

Additional Info:
Version: 24.2.4.2 (X86_64) / LibreOffice Community
Build ID: 51a6219feb6075d9a4c46691dcfe0cd9c4fff3c2
CPU threads: 8; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: pl-PL (pl_PL); UI: pl-PL
Calc: threaded



Source code pointer:

https://opengrok.libreoffice.org/xref/core/extras/source/autotext/lang/pl/standard/PODDOK/PODDOK.xml?r=3772f182

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

[Bug 161858] New: Writer crashes with Languagetool activated

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161858

Bug ID: 161858
   Summary: Writer crashes with Languagetool activated
   Product: LibreOffice
   Version: 24.2.4.2 release
  Hardware: ARM
OS: macOS (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: grass...@gmail.com

Description:
When used with Language Tool Server enabled and Language Tool Remote Grammar
checker Language module selected Libreoffice crashes often (every 5-10
minutes).

Steps to Reproduce:
1.Enable Languagetool: 
A.Go to Preferences 
B.In Languages and Locals
i. go to Language Tool Server 
ii. Enable it leaving things as they are (free version)
iii. Save
iv. Reopen Preferences and in Languages and Locals go to Writing Aids making
sure Language Tool Remote Grammar checker Language module is selected
v. Save
C. Open a document (better if with many pages and comments)
D. Wait until words and sentences are underlined (it means that Languagetool is
working) 


Actual Results:
E. LO should crash in a few minutes or when closing the document.

Expected Results:
E. LO should not crash while working or when closing the document.


Reproducible: Always


User Profile Reset: Yes

Additional Info:
Version: 24.2.4.2 (AARCH64) / LibreOffice Community
Build ID: 51a6219feb6075d9a4c46691dcfe0cd9c4fff3c2
CPU threads: 8; OS: macOS 14.5; UI render: Skia/Metal; VCL: osx
Locale: en-US (en.UTF-8); UI: en-US
Calc: threaded

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

[Bug 161829] trim a picture of the same size of a cell is very difficult

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161829

--- Comment #3 from Regina Henschel  ---
(In reply to Manu from comment #2)
> About point 1, I can't find "Crop image dialog" when I try to customize the
> tool bar.

It is in Category "Modify", there "Crop Image Dialog" (sorry, with upper
characters).

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

[Bug 161848] In the comment the last line is only partly visible

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161848

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #3 from raal  ---
No repro with Version: 24.8.0.0.beta1+ (X86_64) / LibreOffice Community
Build ID: 1b61abc4451d38984338b750d85770ec9871060a
CPU threads: 4; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded Jumbo

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

[Bug 161538] FILEOPEN RTF DOCX Extra empty page inserted into specific file with mirrored margins, starting on Even side

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161538

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
 CC||stephane.guillou@libreoffic
   ||e.org

--- Comment #1 from Stéphane Guillou (stragu) 
 ---
Reproduced in:

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

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

[Bug 161521] FILEOPEN DOCX/RTF Wrong inner margin in mirrored page, starting on Even side

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161521

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

--- Comment #6 from Stéphane Guillou (stragu) 
 ---
Reproduced in:

Version: 24.2.4.2 (X86_64) / LibreOffice Community
Build ID: 51a6219feb6075d9a4c46691dcfe0cd9c4fff3c2
CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: CL threaded

Fix verified in:

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

Oliver, OK to mark as fixed?

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

[Bug 161857] Imperfect wrapping of legacy drawings

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161857

--- Comment #2 from DrC  ---
Created attachment 195068
  --> https://bugs.documentfoundation.org/attachment.cgi?id=195068=edit
Legacy .odg

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

[Bug 161566] Fractional Scaling results in misshapen fonts

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161566

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Bug 161566] Fractional Scaling results in misshapen fonts

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161566

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

--- Comment #6 from Stéphane Guillou (stragu) 
 ---
tested on Ubuntu 22.04 with Wayland and:

Version: 24.2.4.2 (X86_64) / LibreOffice Community
Build ID: 51a6219feb6075d9a4c46691dcfe0cd9c4fff3c2
CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: CL threaded

I can't reproduce - or maybe I can't see the difference. Can you please be more
specific about the issue, maybe annotating the screenshots side-by-side?

And please share the full version info from Help > About LibreOffice.

Thank you!

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

[Bug 161857] Imperfect wrapping of legacy drawings

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161857

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

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

[Bug 161857] New: Imperfect wrapping of legacy drawings

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161857

Bug ID: 161857
   Summary: Imperfect wrapping of legacy drawings
   Product: LibreOffice
   Version: 24.2.4.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: chris.cows...@gmail.com

Description:
I have an example of .odt text intruding into a legacy .odg.  A minor edit and
save on the .odg sorted it.  The issue might not cross your threshold of
importance.
The data file is unpublished, a screen shot is included.
A current .odt file showing the bug is available if necessary.

Steps to Reproduce:
1.Open a recently edited .odt file that includes this legacy .odg 
2.
3.

Actual Results:
Text encroaches into the drawing.

Expected Results:
Text should wrap properly.


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 24.2.4.2 (X86_64) / LibreOffice Community
Build ID: 51a6219feb6075d9a4c46691dcfe0cd9c4fff3c2
CPU threads: 4; OS: Windows 10.0 Build 22631; UI render: Skia/Vulkan; VCL: win
Locale: en-GB (en_GB); UI: en-GB
Calc: CL threaded

NB this was recently downloaded onto a Windowsll laptop.  I don't recall any
W10-W11 confusion.

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

[Bug 161830] When LO saves a file, it changes "created", "modified" and "accesed" date properties.

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161830

--- Comment #8 from MarioMey  ---
For now, this report is close, so devs have nothing to do.

But there are some doubts that I think I will understand (or not) when new LO
version (with bug https://bugs.documentfoundation.org/show_bug.cgi?id=117118
fixed) is realeased and I will know how Firebird will work and if it will work
as macro works. This is why:

LO 7.6.7.2 WITHOUT macro:
- I open a file and inmediatly close it: "accessed date" is the only property
modified.

LO 7.6.7.2 WITH macro:
- I open a file and inmediatly close it: "accessed date" and "modified date"
are modified because macro saves file when "View is going to be closed".

It's not my intention to challenge anyone. I apologize if I expressed myself in
the wrong way. What I tried to say is that, as I explained above, in current
version or in next version, with macro or without macro... there are different
behaviors with file properties modifications. Ok, it is my "inquietud" and it
is not your responsability to solve it.

And again, this "inquietud" is just that and it is not important.

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

[Bug 160139] Header/footer contents removed and cannot be restored after some paste actions (from shape; as RTF; Zotero refresh...) (steps in comment 2)

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160139

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||sbagli...@gmail.com

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

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

[Bug 161564] When the writing program pastes text previously copied from Calc into the body of the document, it deletes the contents of the header.

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161564

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

--- Comment #2 from Stéphane Guillou (stragu) 
 ---


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

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

[Bug 161593] Autoinput stale entries

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161593

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

--- Comment #2 from Stéphane Guillou (stragu) 
 ---
Couldn't reproduce in:

Version: 24.2.4.2 (X86_64) / LibreOffice Community
Build ID: 51a6219feb6075d9a4c46691dcfe0cd9c4fff3c2
CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: CL threaded

(In reply to SY from comment #1)
> To clarify: this behavior happens 100% of the time in affected spreadsheets,
> but I wasn't able to find specific steps to reproduce it with a new
> spreadsheet.
Any chance you can share a (sanitised) sample document?

Please also share the full info copied with the button in Help > About
LibreOffice.
Thank you!

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

[Bug 159777] A11Y sidebar: No warning about paragraph DF used

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159777

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:25.2.0   |target:25.2.0
   ||target:24.8.0.0.beta2

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

[Bug 159925] A11Y sidebar: Check for hyperlink name

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159925

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:25.2.0   |target:25.2.0
   ||target:24.8.0.0.beta2

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

[Bug 161594] Changes in footers format wont affect all footers until reboot/restart of LibreOffice Writer.

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161594

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

--- Comment #2 from Stéphane Guillou (stragu) 
 ---
Not reproduced in:

Version: 24.2.4.2 (X86_64) / LibreOffice Community
Build ID: 51a6219feb6075d9a4c46691dcfe0cd9c4fff3c2
CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: CL threaded

I created a 3-page document, added a footer, changed the border of the footer
(Footer menu > Format Footer > More > Borders), and the change was visible on
all pages as soon as I pressed OK.

Can you please test again in the latest version and share an example document
ot more precise steps?
Thank you!

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

[Bug 159541] Dark background color ignores fix font color

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159541

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

--- Comment #14 from Stéphane Guillou (stragu) 
 ---
(In reply to raal from comment #13)
> Created attachment 192641 [details]
> Another problem with the commit is Font effect - outline. See testcase and
> printscreen from 7.6 and 24.2
I can confirm this started at ddb483509113e469b771320fea52f1b089574021 (and was
not good either at f07d47fff571c4446988715f3c21362b9eed4265~1)
I'd suggest to focus on this issue here, as the problem of fixed dark font not
respected for dark background is an issue inherited from OOo. (Bug 161595)

Heiko, what do you think of that issue with font - outline?

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

[Bug 161595] Manually set application colors not respected for some combinations (fixed font color still switches automatically)

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161595

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

Summary|Manually set application|Manually set application
   |colors not respected for|colors not respected for
   |some combinations   |some combinations (fixed
   ||font color still switches
   ||automatically)

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

[Bug 142074] [META] Application Colours settings bugs and enhancements

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142074

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||161595


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=161595
[Bug 161595] Manually set application colors not respected for some
combinations
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 161595] Manually set application colors not respected for some combinations

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161595

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

Version|24.2.3.2 release|Inherited From OOo
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=15
   ||9541
URL||https://ask.libreoffice.org
   ||/t/libreoffice-24-2-3-cant-
   ||control-font-colours-in-app
   ||lication-colours/106904
 CC||stephane.guillou@libreoffic
   ||e.org
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 Whiteboard| QA:needsComment|
 Blocks||142074

--- Comment #3 from Stéphane Guillou (stragu) 
 ---
Reproduced in:

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

Also in OOo 3.3 (for example with Red background and Black font colour) ->
inherited.

(Possibly made more evident by a recent change in threshold, see bug 159541.)


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=142074
[Bug 142074] [META] Application Colours settings bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159541] Dark background color ignores fix font color

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159541

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

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

[Bug 34804] EDITING: Keyboard shortcut for Format-Highlighting does not work

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34804

--- Comment #58 from Dotan Cohen  ---
I can confirm that this issue is still present in 7.3.7.2.

There exist two Character Highlighting Color option, neither of which actually
add a highlight to selected text.

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

[Bug 161086] bitmap image transforms itself depending on position on a page - SVG with an embedded PNG

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161086

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:25.2.0 target:24.2.5 |target:25.2.0 target:24.2.5
   ||target:24.8.0.0.beta2

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

[Bug 161086] bitmap image transforms itself depending on position on a page - SVG with an embedded PNG

2024-07-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=161086

--- Comment #9 from Commit Notification 
 ---
Noel Grandin committed a patch related to this issue.
It has been pushed to "libreoffice-24-8":

https://git.libreoffice.org/core/commit/12430a56f636f88be775b0fa8979cbb915a4cd23

tdf#161086 bitmap location wrong with SVG with an embedded PNG

It will be available in 24.8.0.0.beta2.

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.

  1   2   >