[Bug 158945] Calc: crash when entering text in a cell

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158945

--- Comment #9 from Mike Kaganski  ---
Note that SkiaSalGraphicsImpl::postDraw (vcl/skia/gdiimpl.cxx) has two calls to
abort. The second one for 'abandoned' [1] case, which is likely not something
we can do much about, aside from debugging on the relevant HW/SW combination
(unlikely) or blacklist; but the first one is a recoverable 'oomed' [2] case,
which maybe could be treated like this: there is a precaution above, checking
pendingOperationsToFlush value. We could try to ignore the error then (pretend
that we have drawn it OK), and decrease the value it compares to - e.g., halve
it? So that the next time it would flush on 500 instead of 1000 pending
operations. And so on.

The oomed is documented to be implemented for Vulkan; and to be reset
automatically until a next OOM error from HW. Julien: do you think it would be
reasonable?

[1]
https://api.skia.org/classGrDirectContext.html#a5c1c5c644a82f21ce2af991b4f451348
[2]
https://api.skia.org/classGrDirectContext.html#a46cacd2825836fd0305ee183e6fd276e

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

[Bug 158948] LibreOffice bugs and freezes when I work between 2 different windows

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158948

--- Comment #3 from Mike Kaganski  ---
(In reply to Bastien from comment #0)
> Version: 7.4.7.2

Please note that current versions are 7.5.9 (which was the last release in 7.5
branch) and 7.6.4. Version 24.2 is to be released in a month. Please try with a
currently supported version.

Also note, that without very specific steps (like "open *this* document (or
create new, and type this to that cell, this to that cell, ...); put cursor
here; press this (key combination / toolbar button / menu item); click there on
the other document ..."), the bug will likely be unmanageable (at least for
quite a long time, until someone manages to find repro steps).

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

[Bug 103437] [META] Animation deck/tab of the sidebar

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103437
Bug 103437 depends on bug 158710, which changed state.

Bug 158710 Summary: All icons and descriptions of animations behaviour in the 
animation list have disappeared
https://bugs.documentfoundation.org/show_bug.cgi?id=158710

   What|Removed |Added

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

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

[Bug 158710] All icons and descriptions of animations behaviour in the animation list have disappeared

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158710

Jim Raykowski  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |rayk...@gmail.com
   |desktop.org |
 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #6 from Jim Raykowski  ---
Happy New Year All!

There is one other place I found in the codebase that does custom rendering of
list entries. It likely needs the same kind of patch done for this report for
vcl gen type backends to display as expected. Although, the class doesn't seem
to be used anywhere in the codebase. Any insight would be appreciated.

https://opengrok.libreoffice.org/xref/core/sfx2/source/appl/newhelp.hxx?r=b6b26421#87

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

[Bug 158955] Copy-paste of cells in libreoffice calc don't work correctly: the formulas are correctly updated, not the results

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158955

ilarialex...@gmail.com changed:

   What|Removed |Added

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

--- Comment #3 from ilarialex...@gmail.com ---
I found it.

I don't understand why and how this setting was changed...

This is really annoing...

The problem is solved.

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

[Bug 158955] Copy-paste of cells in libreoffice calc don't work correctly: the formulas are correctly updated, not the results

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158955

--- Comment #2 from ilarialex...@gmail.com ---
Where I find that setting?

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

[Bug 158955] Copy-paste of cells in libreoffice calc don't work correctly: the formulas are correctly updated, not the results

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158955

--- Comment #1 from Mike Kaganski  ---
Do you have Data->Calculate->AutoCalculate enabled for the file?

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

[Bug 158955] New: Copy-paste of cells in libreoffice calc don't work correctly: the formulas are correctly updated, not the results

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158955

Bug ID: 158955
   Summary: Copy-paste of cells in libreoffice calc don't work
correctly: the formulas are correctly updated, not the
results
   Product: LibreOffice
   Version: 7.6.4.1 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ilarialex...@gmail.com

Description:
I found this anomaly in libreoffice calc:
I copied the first cell that inside has a function and pasted it in the 35 row
under in the same column.
The functions are correctly updated for every cells but not the results of the
function.

Actual Results:
To have the correct result in every cells I have to delete a single character
in the formula of every cell, and rewrite the same character, then press enter
and the results are correct.

Expected Results:
Copy and paste a cell with a formula have to update the formula but also the
result, and this was the normal behavior until yesterday.


Reproducible: Always


User Profile Reset: No

Additional Info:
Windows 11, libreoffice 7.6.4.1.

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

[Bug 158906] Libreoffice Calc can't save files after update to v.7.6.2 and later version of libreoffice.

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158906

m.a.riosv  changed:

   What|Removed |Added

 Resolution|FIXED   |NOTABUG

--- Comment #3 from m.a.riosv  ---
No patch to resolve it, that can be considered like a fix.

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

[Bug 158710] All icons and descriptions of animations behaviour in the animation list have disappeared

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158710

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:24.8.0

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

[Bug 158906] Libreoffice Calc can't save files after update to v.7.6.2 and later version of libreoffice.

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158906

ilarialex...@gmail.com changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEEDINFO|RESOLVED

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

[Bug 158906] Libreoffice Calc can't save files after update to v.7.6.2 and later version of libreoffice.

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158906

--- Comment #2 from ilarialex...@gmail.com ---
Initially the problem was unsolvable because when I tried to add the exception
in Win Defender for the file soffice.bin I couldn't find it because I couldn't
see it.
I couldn't set *.* in the visualization of the files in the search window.
I seen only these options: *.exe *.com, all files *.exe/*.com and not *.*.

I just tried to update again Libreoffice to the last version (7.6.4.1)

Now i just tried to open one of my calc files and the problem returned, but
also a new event: win defender notified soffice.bin as a problem, i don't
remember the exact words.

Now I just set the file soffice.bin in the exceptions in win defender.

The problem is solved i passed thru protection chronology in win defender,
opened the last notification to find soffice.bin as a process blocked.

I went to the page "accesso controllato alle cartelle" (I don't know how is
called in english, I'm sorry) and set soffice.bin as an exception.

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

[Bug 158954] Password protected file open

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158954

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
Please take a look at:
https://wiki.documentfoundation.org/Faq/General/Defender_Controlled_folder_access_exception

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

[Bug 158953] EDITING: Preceding manual page break is also copied if the first character of the next page is copied.

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158953

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #2 from m.a.riosv  ---
The page break is part of the paragraph style, so when you copy the paragraph,
you also copy the page break. If you don't like it, then use special pasting as
plain text.
Right-click - Paragraph - Paragraph - Text flow.
Or set up the page break as after on the last paragraph of the previous sheet,
but I think it is much worse to set up.

Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
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

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

[Bug 158952] Reflected pages in a book file at Libre Office start wrong after title pages.

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158952

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #2 from m.a.riosv  ---
Changing the margins in 'Default Page Style' [Page] tab, between Inner and
Outer, seems it works fine.

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

[Bug 158951] Wrong image orientation in Print Preview

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158951

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #3 from m.a.riosv  ---
Created attachment 191680
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191680=edit
Screenshot side by side, file view and print preview.

I'm sorry, but in the attached image, there are four images that include the
flipped ones.

Attached what I see, side by side, the file and the print preview.

Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
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

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

[Bug 158741] Word completion does not show as tip in Windows

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158741

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 150512] Typing ZWNJ in Calc is not possible on Windows

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150512

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

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

[Bug 107742] [META] Form control bugs and enhancements

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107742
Bug 107742 depends on bug 89047, which changed state.

Bug 89047 Summary: Read-Only ComboBox doesn't allow selection in PDF export
https://bugs.documentfoundation.org/show_bug.cgi?id=89047

   What|Removed |Added

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

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

[Bug 89047] Read-Only ComboBox doesn't allow selection in PDF export

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89047

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 155430] PDF Single overline with outline exported to PDF - overline is displaced vertically, appears too high

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155430

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 103378] [META] PDF export bugs and enhancements

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103378
Bug 103378 depends on bug 89047, which changed state.

Bug 89047 Summary: Read-Only ComboBox doesn't allow selection in PDF export
https://bugs.documentfoundation.org/show_bug.cgi?id=89047

   What|Removed |Added

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

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

[Bug 155430] PDF Single overline with outline exported to PDF - overline is displaced vertically, appears too high

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155430

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

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 156150] Calc will not sort multiple columns based on date

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156150

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

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 89047] Read-Only ComboBox doesn't allow selection in PDF export

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89047

--- Comment #13 from QA Administrators  ---
Dear FS,

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 158950] Paste as Rich Text Format loses character color and paragraph alignment from styles

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158950

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m.a.riosv  ---
Created attachment 191679
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191679=edit
Source file after copy

Attached the file after copy.
No repro:
Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 0f6f5048d223731aa52b768a77244d0208711391
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: Skia/Vulkan; 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 158949] Cannot crop images with a transparent background

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158949

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #2 from m.a.riosv  ---
You can see with the navigator [F5] or looking for it in the sidebar, there are
one image and two drawing objects.
I don't know how those photographs ends as draw objects.

Two options to make available crop:
Cut + Paste special as GDI
Cut + Paste in a new Draw file.

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

[Bug 148577] Undo & redo of comments not working properly (the comment isn't restored)

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=148577

--- Comment #4 from Aron Budea  ---
Range on cgit:
https://cgit.freedesktop.org/libreoffice/core/log/?qt=range=d9fce11172d20856fe1d82fd5f48808b8265ecfd..9fd0abe9abfe37cb1591e1db794e0c921d95b172

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

[Bug 158941] When using Writer in version 7.6.4.1 it seems that the program goes into ReadOnly mode and will not let me continue working on my document

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158941

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||miguelangelrv@libreoffice.o
   ||rg
 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.

[Bug 94989] ENHANCEMENT: Select all text with the same formatting

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94989

--- Comment #16 from Tex2002ans  ---
(In reply to Eyal Rozenberg from comment #15)
> It could be more useful to establish your point with a video rather than a 
> wall of text :-)

I think I broke it down well into reasonable chunks for each use-case.

Also see my expansion which I wrote the next day:

-
https://www.reddit.com/r/libreoffice/comments/18t2551/writer_whats_a_good_way_to_change_all_bullet/kfgwks4/

where I wrote a tutorial on how to:

- Find all Bold text + Replace with Bold+Italics+Red

and how long each one takes:

- 3 steps = Word
- 14/18+ steps = LibreOffice

With Word, you also don't even have to leave the main UI.

With LibreOffice, you have to consistently go 1/2/3 menus deep.

- - -

COMPLETE SIDE NOTE:

> ... or even better - invite yourself to a design meeting to talk about this.

Last I checked, the time for those meetings is "European time", so WAY TOO
EARLY in the morning for me ("American time").

But perhaps one of these weeks/months, I might make it there.

I also have to finally write up + submit the "Dark Mode UI Overhaul" to
Bugzilla too:

-
https://www.reddit.com/r/libreoffice/comments/1811l38/question_about_dark_mode_application_colours_icons/kac65oa/

Perhaps early next year. :)

- - -

> I want an opportunity to make the case for this as well. And maybe we should 
> push for this to be a tender in 2024 (if tenders get going again).

Sure. I don't mind beating the drums elsewhere too.

As always though, while this feature SEEMS SIMPLE on the surface, this is a
complicated spaghetti nest of multiple functions hidden inside a single
selection... depending on how nasty the document is + where your cursor is
located.

So it needs lots of great test documents + will probably require lots of dev
time to iron out all the strange edge-cases.

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

[Bug 155411] --disable-gui builds needs .ui file for --convert-to of pptx

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=155411

Aron Budea  changed:

   What|Removed |Added

 Blocks||103266
 CC||aron.bu...@gmail.com


Referenced Bugs:

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

[Bug 103266] [META] Command line bugs and enhancements

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103266

Aron Budea  changed:

   What|Removed |Added

 Depends on||155411


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=155411
[Bug 155411] --disable-gui builds needs .ui file for --convert-to of pptx
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 158885] Hyphenate compound words at stem boundaries within the hyphenation zone

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158885

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:24.8.0

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

[Bug 120883] [META] Hyphenation bugs and enhancements

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120883
Bug 120883 depends on bug 158885, which changed state.

Bug 158885 Summary: Hyphenate compound words at stem boundaries within the 
hyphenation zone
https://bugs.documentfoundation.org/show_bug.cgi?id=158885

   What|Removed |Added

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

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

[Bug 158885] Hyphenate compound words at stem boundaries within the hyphenation zone

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158885

--- Comment #5 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/c899d3608d30f3ab4c2bc193c1fcd765221614a4

tdf#158885 sw: don't hyphenate right after a stem boundary

It will be available in 24.8.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 158885] Hyphenate compound words at stem boundaries within the hyphenation zone

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158885

László Németh  changed:

   What|Removed |Added

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

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

[Bug 158945] Calc: crash when entering text in a cell

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158945

--- Comment #8 from ady  ---
Please forgive my ignorance...

Before blacklisting, shouldn't this be actually confirmed by someone else (with
same HW)?

I mean, Intel(R) Iris(R) Xe Graphics is quite a popular device, isn't it?

I don't know how much of a difference the exact "Device" code (0xa7a0) makes in
the described behavior, or the precise "Driver" version.

FWIW, I briefly had the possibility to test on a "Device: 0xa7a1" (note the
last "1") with attachment 191664 while _not_ using "Force Skia software
rendering" on LO 7.6.4.1 on Windows, and there was no crash.

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

[Bug 145175] ConfigManager is not empty when quitting LO Writer (and LO)

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145175

--- Comment #14 from Eyal Rozenberg  ---
Bug still manifests with:

Version: 24.2.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 516f800f84b533db0082b1f39c19d1af40ab29c8
CPU threads: 4; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: he-IL (en_IL); UI: en-US

The message may differ a little, e.g.:

warn:unotools.config:29423:29423:unotools/source/config/configmgr.cxx:147:
ConfigManager not empty

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

[Bug 129062] [META] Skia library bugs

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129062
Bug 129062 depends on bug 158739, which changed state.

Bug 158739 Summary: Crash (assert): Inserting Formula and hovering over insert 
text leads to assert in Skia/Vulkan graphics (Win11)
https://bugs.documentfoundation.org/show_bug.cgi?id=158739

   What|Removed |Added

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

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

[Bug 158739] Crash (assert): Inserting Formula and hovering over insert text leads to assert in Skia/Vulkan graphics (Win11)

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158739

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #14 from V Stuart Foote  ---
@Julien, probably OK to revert the deny list.

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

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

[Bug 158954] New: Password protected file open

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158954

Bug ID: 158954
   Summary: Password protected file open
   Product: LibreOffice
   Version: 7.6.4.1 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kenn.mich...@sbcglobal.net

Description:
I recently downloaded an upgrade to 7.6.4.1 (x86_64)
https://git.libreoffice.org/core/+/e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
When I tried to open a password protected file it gave me warning that the file
could not be opened even after I entered the correct password. At the same
time, Windows reported "controlled folder access blocked soffice.bin from
making changes.
I could open the file in read only mode.  I could edit a copy of the file, but
could not save it.  Upon trying several save attempts I always got a "file not
found" message. I have used the protected file through several upgrades and
never had a problem before. If I move the file to version 7.5.0.3 and enter the
correct password, it opens correctly. Any help would be appreciated. 

Steps to Reproduce:
1.Open a password protected file
2.
3.

Actual Results:
Get a message it cannot be opened

Expected Results:
opened in read only
tried to edit a copy...could edit but could not save the copy. When trying to
save as or save I always got a "file not found" no matter what I named it.


Reproducible: Always


User Profile Reset: No

Additional Info:
I have never before ever gotten the dialog box advising that the file file
could not be opened.  The same file works on my laptop running version 7.5.0.3

The ABOUT page won't copy.

I had the same problem in Safe Mode

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

[Bug 158266] Writer: problem opening a .docx file (normal text, no video or audio involved)

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158266

--- Comment #9 from Robert Davis  ---
Actually followed the Win-10 suggestion and went to 'Blocked folder access' 
and allowed soffice.bin . Now Libre 7.6 works fine.

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

[Bug 158953] EDITING: Preceding manual page break is also copied if the first character of the next page is copied.

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158953

--- Comment #1 from de...@web.de ---
Created attachment 191678
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191678=edit
Bug demonstration

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

[Bug 158952] Reflected pages in a book file at Libre Office start wrong after title pages.

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158952

--- Comment #1 from Marion Wolf  ---
Created attachment 191677
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191677=edit
Book-File with the fault.

Here you see, that the margins begin wrong at page 3.

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

[Bug 158953] New: EDITING: Preceding manual page break is also copied if the first character of the next page is copied.

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158953

Bug ID: 158953
   Summary: EDITING: Preceding manual page break is also copied if
the first character of the next page is copied.
   Product: LibreOffice
   Version: 7.6.4.1 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: de...@web.de

Description:
If the first character of a page with a preceding manual page break is selected
and copied, the page break is also copied. However, if the page break is
removed with Backspace, the paragraph mark of the last paragraph of the
previous page also disappears. This gives the impression that the man.
Pagebreak is anchored to the previous paragraph.

Steps to Reproduce:
1. Zoom out a little to get a better view of what is happening (about 60%)
2. Insert man. Page Break (Ctrl+Return)
3. Type a Letter, Word, or Paragraph.
4. Select the complete Paragraph. E.g. you wrote "Test" after the Page Break,
select "Test"
5. Copy the selection (Ctrl+c)
6. Place the cursor on the very end of the document
7. Create a new Paragraph (Return)
8. Insert the copied Text (Ctrl+v)

Actual Results:
A new Page Break appears.

Expected Results:
No new page break should appear.


Reproducible: Always


User Profile Reset: No

Additional Info:

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

[Bug 158952] New: Reflected pages in a book file at Libre Office start wrong after title pages.

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158952

Bug ID: 158952
   Summary: Reflected pages in a book file at Libre Office start
wrong after title pages.
   Product: LibreOffice
   Version: 7.4.0.3 release
  Hardware: PowerPC
OS: Windows (All)
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: psychotrain...@yahoo.de

Description:
I created a book-file with margin 1,5 cm outside and margin 2,5 cm inside,
determined 2 title pages and with the third page start the page-numbers.
The first page is a right page, the second a left page the third should again
be a right page - but the margins are the same as on the second page and such
all the following pages go wrong. I do not know, how to get that out...
I am crating book files since 15 years and never had that problem.

Steps to Reproduce:
1.I definded the size of the book 19 x 13
2.I definded reflected pages
3.I defined the margins 
4. I definded 2 title pages
5. I put in a footer beginning at the third page
6. I inserted the pagenumbers beginning at page 3.

Actual Results:
The marginson page 3 appear the same as on page 2.
So the larger margins are outside then and the smaller inside - this is
impossible for to print and bind a book!

Expected Results:
Page 3 should be a right page like page 1 and so on.


Reproducible: Always


User Profile Reset: Yes

Additional Info:
I tried to define everything newly - the same fault occures again.

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

[Bug 150512] Typing ZWNJ in Calc is not possible on Windows

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150512

--- Comment #4 from ady  ---
@Eric, you are mixing different reports.

Bug 158112 is about the [ALT]+[numpad] shortcuts.

Bug 150512 is about a specific character under specific conditions.

There is a chance that these two reports are actually about the same thing, and
so resolving one would resolve the other too.

Please, until then, let's keep each of these reports on-topic.

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

[Bug 158948] LibreOffice bugs and freezes when I work between 2 different windows

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158948

ady  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

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

> - click on a cell in window 1
> - click on input line in window 1 (to select the text without formatting)
> - ctrl + c to copy

Here, after selecting the content of the input box and after pressing
[CTRL]+[C], please press [ESC] (and even better, press it twice, just in case),
before you continue with the next steps.

> - click on a cell in window 2
> - click on input line in window 2
> - ctrl + v to paste

With the additional step (pressing [ESC]), do you still have the same problems?

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

[Bug 158623] a few templates thumbnails could use indexed colours

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158623

Laurent Balland  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |jumbo4...@yahoo.fr
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #5 from Laurent Balland  ---
(In reply to Jérôme from comment #4)
> I mean those wizards may not require a document preview image. Perhaps we
> could do more than using indexed colour for the preview image : just delete
> those preview images. The documents could still be used without preview
> image.

I agree that these previews are not needed.

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

[Bug 158951] Wrong image orientation in Print Preview

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158951

fml2  changed:

   What|Removed |Added

 Attachment #191675|The Writre file with|The Writer file with
description|flipped images. |flipped images.

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

[Bug 158951] Wrong image orientation in Print Preview

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158951

--- Comment #2 from fml2  ---
Created attachment 191676
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191676=edit
How it's displayed in the print preview dialog

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

[Bug 158951] Wrong image orientation in Print Preview

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158951

--- Comment #1 from fml2  ---
Created attachment 191675
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191675=edit
The Writre file with flipped images.

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

[Bug 158951] New: Wrong image orientation in Print Preview

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158951

Bug ID: 158951
   Summary: Wrong image orientation in Print Preview
   Product: LibreOffice
   Version: 7.6.4.1 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: al...@gmx.de

Description:
Flipped images are displayed wrongly in the print preview (without flip).

Steps to Reproduce:
I created a Writer file and added an image and three copies of it into the
file. Then I flipped the copies:
- one horizontally
- one vertically
- one both vert. and horiz.

Then I pressed Ctrl+P so that the print preview dialog showed up. In it, the
image flips were not displayed. See the attachments.

The actual print out was correct.

Actual Results:
Images are not flipped in the print preview dialog.

Expected Results:
Images are shown as in the document in the print preview dialog.


Reproducible: Always


User Profile Reset: No

Additional Info:
-

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

[Bug 146483] calc : form buttons "lost" after occulting/showing lines

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146483

ady  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

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

[Bug 158950] New: Paste as Rich Text Format loses character color and paragraph alignment from styles

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158950

Bug ID: 158950
   Summary: Paste as Rich Text Format loses character color and
paragraph alignment from styles
   Product: LibreOffice
   Version: 24.8.0.0 alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rb.hensc...@t-online.de

Created attachment 191674
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191674=edit
Source for copy

Open attached document. Mark the complete text and copy it to clipboard.

Set cursor in a new paragraph after the existing text. Use Paste special and
insert the clipboard as "Rich Text Format". Notice that a font color which is
specified in a style is lost and the paragraph alignment specified in the style
is lost.

For comparison paste the clipboard to a document in Word using its "Paste
special" and "Rich Text Format". Font color and paragraph alignment are correct
in Word.

Thus this is an import error in LibreOffice.

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

[Bug 150512] Typing ZWNJ in Calc is not possible on Windows

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150512

--- Comment #3 from Eric Bright  ---
Created attachment 191673
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191673=edit
Aa screenshot of the keyboard shortcut key menu

This is a screenshot of the menu for Customization of the keyboard shortcut
keys. In this image, the section that has caused me confusion and wasted hours
of my time trying to troubleshoot the issue is indicated by a red rectangle on
the top right corner.

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

[Bug 150512] Typing ZWNJ in Calc is not possible on Windows

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150512

--- Comment #2 from Eric Bright  ---
I think I might have a hypothesis why this is happening:

1- Go to Tools -> Customize... -> Keyboard
2- Scroll down to where the keyboard shortcut for Ctr+Shift+2 is
3- Assign the shortcut you need to use
4- Before you leave, look at what is on the side of the top right corner of the
Shortcut Keys list: You will see a radio selector that might be defaulted to
Calc, Write, or any other app you are inside
5- Now switch to the top radio item, i.e. LibreOffice (in my case
LibreOfficeDev because I am using a development version)
6- Repeat steps 2 and 3 above
7- Click on OK

The software should correctly behave as you asked it to behave.

I went through the same steps (missed step 4 the first 100 times that I was
trying to find a reason why this is happening). Once done, my AutoHotkey script
is now working fine (it inserts everything I wanted it to insert, including the
ZWNJ character.

Please let us know if these steps fixed the issue.

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

[Bug 158945] Calc: crash when entering text in a cell

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158945

--- Comment #7 from Julien Nabet  ---
Thank you for the feedback, the patch for the workaround is here:
https://gerrit.libreoffice.org/c/core/+/161503

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

[Bug 150512] Typing ZWNJ in Calc is not possible on Windows

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150512

Eric Bright  changed:

   What|Removed |Added

 CC||bright.em...@gmail.com

--- Comment #1 from Eric Bright  ---
All shortcuts for ZWNJ, including the ones I made using AutoHotkey are now
broken, also broken in LibreOffice Write.

Not only that, but also no character can now be inserted into a text using and
Alt+ combination. For instance, it used to be possible to insert “, ”, ‘,
and ’ by using Alt+0147, Alt+0148, Alt+0145, and Alt+0146 respectively. Now, as
soon as the Alt key is pressed, other actions hijack the event and either parts
of the UI switches on or off or something else happens.

Disabling the shortcuts in the Customization menu does not seem to disable the
hijacking of the Alt key, so that is also broken. I believe for this latter
issue a new bug report must be opened.

Therefor, the only way to insert a ZWNJ character now is to go through the
Special Characters menu, find the character, and then insert it into the text.

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

[Bug 158949] Cannot crop images with a transparent background

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158949

--- Comment #1 from L Duperval  ---
Hmm, someone pointed out that the images that can't be cropped are not images
at all but drawing objects. I didn't create the original document, so I'm not
sure what the difference is between the first image and the second image. 

So I actually don't know if this is a bug or not. I won't touch the status and
I'll let someone else determine whether it should be discarded or not.

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

[Bug 158337] Use C++20 std::erase instead of std::removed followed by erase

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158337

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

https://git.libreoffice.org/core/commit/cfa35c15d422e4b3cc70dda0dea9cad40f01d303

tdf#158337 use std::erase instead of std::removed followed by erase

It will be available in 24.8.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 158337] Use C++20 std::erase instead of std::removed followed by erase

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158337

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:24.8.0

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

[Bug 139625] List bullet or number duplicates when list wraps around image

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139625

--- Comment #10 from Dieter  ---
Still present in

Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
CPU threads: 4; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: CL threaded

Steps:
1. Open attachment 168895
2. Select the bottom image by clicking on it and move it by arrows up

Actual result
Second bullet appears / disappears

Expected result
Only one bullet

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

[Bug 127054] Whitespace is not Hidden if Column Breaks are Used

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127054

Dieter  changed:

   What|Removed |Added

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

--- Comment #4 from Dieter  ---
Still same behaviour in

Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
CPU threads: 4; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: CL threaded

but I'm not sure anymore, that it is a bug

Area of the column is displayed althoug most of the column is empty (same with
empty table with a height of 20 cm)

So from now i would say NAB, but let's hear optinion from the design-team.

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

[Bug 158945] Calc: crash when entering text in a cell

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158945

--- Comment #6 from Greg Skyles  ---
Ah, that makes more sense. Here you go-

RenderMethod: vulkan
Vendor: 0x8086
Device: 0xa7a0
API: 1.3.250
Driver: 0.405.479
DeviceType: integrated
DeviceName: Intel(R) Iris(R) Xe Graphics
Denylisted: no

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

[Bug 107738] [META] Section bugs and enhancements

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107738

Dieter  changed:

   What|Removed |Added

 Depends on||126868


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=126868
[Bug 126868] Deselecting "Show Whitespace" changes number of columns in a
section
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 126868] Deselecting "Show Whitespace" changes number of columns in a section

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126868

Dieter  changed:

   What|Removed |Added

Summary|Deselecting "Show   |Deselecting "Show
   |Whitespace" changes |Whitespace" changes number
   |document content /  |of columns in a section
   |formatting  |
 Blocks||107738

--- Comment #6 from Dieter  ---
Still sampe problem in

Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
CPU threads: 4; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: CL threaded

Happens in a section, but not clear why it does happen. If I change second
section to three columns, problem doesn't appear.


Referenced Bugs:

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

[Bug 158650] Scrolling is lagging/freezing everywhere

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158650

--- Comment #16 from Patrick Luby  ---
(In reply to Patrick Luby from comment #15)
> https://www.libreoffice.org/download/download-libreoffice/?type=mac-
> x86_64=24.2.0=en-US
> 
> Note: LibreOffice 24.2 Beta1 will not overwrite your LibreOffice 7.6.4
> installation. Instead, it will be installed in
> /Appplications/LibreOfficeDev.app so that you can run both 24.2 Beta1 and
> 7.6.4 at the same time.

I forget to mention that the above link is for Mac Intel machines. For Mac
Silicon machines, use the following link:

https://www.libreoffice.org/download/download-libreoffice/?type=mac-aarch64=24.2.0=en-US

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

[Bug 158650] Scrolling is lagging/freezing everywhere

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158650

--- Comment #15 from Patrick Luby  ---
(In reply to matt from comment #14)
> So after reset UI render is as follows (and performance is great):
> 
> Version: 7.6.4.1 (X86_64) / LibreOffice Community
> Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
> CPU threads: 16; OS: Mac OS X 13.6.1; UI render: Skia/Metal; VCL: osx
> Locale: en-CA (en_CA.UTF-8); UI: en-US
> Calc: threaded
> 
> Later UI render has been changed (not by me) to:
> 
> Version: 7.6.4.1 (X86_64) / LibreOffice Community
> Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
> CPU threads: 16; OS: Mac OS X 13.6.1; UI render: Skia/Raster; VCL: osx
> Locale: en-CA (en_CA.UTF-8); UI: en-US
> Calc: threaded
> 
> ...and Calc is unusable. I expect, with the changes in the development build
> I tried, performance will be alright when this happens--but I don't think it
> should be changing to Skia/Raster by itself. I had a quick grep through the
> codebase and I think SkiaZone::hardDisable() is being called for some reason?

I think you are seeing a known Skia/Metal bug. In most cases, using Skia/Metal
is a lot faster than using Skia/Raster. But, every once in while, Skia/Metal
gets stuck in a very lengthy loop and LibreOffice appears to be hanging.

To handle this unpredictable Skia/Metal behavior, LibreOffice has a background
thread (i.e. the "Watchdog" thread) that detects if Skia/Metal has been stuck
for several seconds. If yes, LibreOffice invokes SkiaZone::hardDisable() which
switches to Skia/Raster to break out of whatever loop Skia/Metal is stuck in.

If you are seeing SkiaZone::hardDisable() frequently, you may want to consider
downloading LibreOffice 24.2 Beta1 from the following URL. That version already
has the fix for tdf#155266 that LibreOffice 7.6.4 is missing so you should be
able to use Skia/Raster with LibreOffice 24.2 Beta1. LibreOffice 7.6.5 will
include the missing fix, but IIRC that won't be released until February 2024:

https://www.libreoffice.org/download/download-libreoffice/?type=mac-x86_64=24.2.0=en-US

Note: LibreOffice 24.2 Beta1 will not overwrite your LibreOffice 7.6.4
installation. Instead, it will be installed in
/Appplications/LibreOfficeDev.app so that you can run both 24.2 Beta1 and 7.6.4
at the same time.

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

[Bug 158945] Calc: crash when entering text in a cell

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158945

--- Comment #5 from Julien Nabet  ---
(In reply to Greg Skyles from comment #4)
> Not the clearest document to follow, however this is what I did.
> 
> 1. Updated my Iris XE driver from 31.0.101.4032 to ...4575, the latest
> version supported by my OEM. This made no difference in the problem.
> 
> 2. Set "Force Skia software rendering" in Tools>Options>LibreOffice>View.
> This seems to have fixed the problem; my crash reproduction steps no longer
> work.
> 
> The file skia.log contains only these two lines:
> 
> RenderMethod: raster
> Compiler: Clang

Could you provide the skia.log when it crashes (so not after "Force Skia
software rendering")?
Indeed, the goal is to retrieve technical info from the graphic card so we can
blacklist it for Skia hardware rendering.

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

[Bug 158945] Calc: crash when entering text in a cell

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158945

Greg Skyles  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #4 from Greg Skyles  ---
Not the clearest document to follow, however this is what I did.

1. Updated my Iris XE driver from 31.0.101.4032 to ...4575, the latest version
supported by my OEM. This made no difference in the problem.

2. Set "Force Skia software rendering" in Tools>Options>LibreOffice>View. This
seems to have fixed the problem; my crash reproduction steps no longer work.

The file skia.log contains only these two lines:

RenderMethod: raster
Compiler: Clang

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

[Bug 158948] LibreOffice bugs and freezes when I work between 2 different windows

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158948

--- Comment #1 from Bastien  ---
PS : Try with text in bold in window 1 to better see the copy & paste bugs.

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

[Bug 158949] New: Cannot crop images with a transparent background

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158949

Bug ID: 158949
   Summary: Cannot crop images with a transparent background
   Product: LibreOffice
   Version: 7.6.4.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: servi...@duperval.com

Created attachment 191672
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191672=edit
One page with two images where one can't be cropped

There are two images in the attached document. One image has a transparent
background and the other doesn't. The one with the transparent background can't
be cropped.

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

[Bug 158948] New: LibreOffice bugs and freezes when I work between 2 different windows

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158948

Bug ID: 158948
   Summary: LibreOffice bugs and freezes when I work between 2
different windows
   Product: LibreOffice
   Version: 7.4.7.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: pseudon...@octy.fr

Description:
Hello,
To extract data from a not so small calc *.ods file (650ko file, 1200 lines
sheet, with macros in it but not in the active sheet), I created a new calc
*.ods file, having one on the left side of my screen and another on the right
side of my screen, and I have processed a lot of copy and past between the two
windows.

It wasn't smooth at all, and I've got several oddities :
- when pasting to the second window, the cell from the first one was deleted
(as if I did a "cut and paste", but I'm sure that several times it disappeared
after a "ctrl c" + "ctrl v"). This bug appeared quite often before I escaped
the active cell on window 1 before pasting the data (text) in the second cell
-LibreOffice was sometimes rather slow for doing which seems trivial tasks
(mainly copy & paste and calculating easy formulas (sums and small ratios) 
-LibreOffice stopped responding several times when I tried to extract my data,
and I've lost several work hours 

The last item leads to the following note : I've used LibreOffice (and before
that OpenOffice) for a lot of years, and I've always been very happy with the
recovering data features when the application closed abnormally, and I've
nearly never lost data and work-time (and because of that I lost the habit
doing frequently "ctrl +s" to avoid losing new data when working with the
LibreOffice suite). Since I've updated to Debian 12 and LibreOffice 7.4.7.2
mid-December, crashes occurred 3 times, and the recovering tools didn't recover
anything each time. I'm using Debian stable because I don't need to have the
flashing new software, but I want something that works. It seems to me that
with Debian 12 and LibreOffice 7.4.7.2, that's not the case anymore, and that's
very sad.

I want to add that I thank you all a lot for your work (even if this time I
write to you to show grievance), and I beg you to excuse me for my bad English.



Steps to Reproduce:
1.Have a quite large calc file with text (not always plainly formatted) in a
window
2.Have a new calc file in another window
3.Process a large number of copy & pastes between the two windows

More precisely :
- click on a cell in window 1
- click on input line in window 1 (to select the text without formatting)
- ctrl + c to copy
- click on a cell in window 2
- click on input line in window 2
- ctrl + v to paste
After about 10 iterations, you should see some bugs, firstly the cell on
windows 1 whose content is deleted. If you try ctrl + z on window 1 to cancel,
you should see other weird things.

Actual Results:
-Data disappearance from first window (even if it isn't cut & paste)
-LibreOffice freezing/ 100% processor-infinite-loop
-data loss when we have to restart LibreOffice

Expected Results:
Only a plain copy behaviour


Reproducible: Sometimes


User Profile Reset: Yes

Additional Info:
Version: 7.4.7.2 / LibreOffice Community
Build ID: 40(Build:2)
CPU threads: 2; OS: Linux 6.1; UI render: default; VCL: gtk3
Locale: fr-FR (fr_FR.UTF-8); UI: fr-FR
Debian package version: 4:7.4.7-1+deb12u1
Calc: threaded

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

[Bug 158947] New: Pasting clipboard contents is not possible under certain circumstances with Wayland

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158947

Bug ID: 158947
   Summary: Pasting clipboard contents is not possible under
certain circumstances with Wayland
   Product: LibreOffice
   Version: 7.5.2.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: fi...@tutanota.com

Description:
Selecting and copying text in LO Writer BEFORE trying to copy text into LO
Writer from somewhere else, results in the original LO selected text being
copied into the clipboard, deletion of the selected text from LO Writer, and an
error saying the clipboard format is not available. This is reproducible in
Safe Mode.

Steps to Reproduce:
Using KDE Plasma (5.27.9) with Wayland i.e. KWin on Debian (Trixie)
1. Open LO Writer (7.6.4~rc1-1+b2)
2. Open (for example) Firefox (115.6.0esr-1)
3. Select and copy text in LO, leaving the text selected
4. Alt+Tab away into Firefox
5. Copy some text in Firefox
6. Alt+Tab back into LO, where the original text is still selected
7a. Try to paste, OR
7b. Click in LO Writer to deselect text, select some text again, then try to
paste

Actual Results:
The selected text gets deleted (perhaps due to pasting nothing over the
selected text, rather than pasting the text in clipboard?) and the original
text that was selected in LO is copied into clipboard. An error message shows
saying the clipboard format is not available.

Expected Results:
The text in the clipboard should be pasted over (replace) the selected text in
LO Writer.


Reproducible: Always


User Profile Reset: No

Additional Info:
This is reproducible in Safe Mode.
The problem occurs when pasting from places other than Firefox (Konsole,
Mousepad, Kate etc). In these cases the behaviour is the same.
I don't have this problem in LO Calc.
Deselecting the text in LO Writer before pasting works fine and pastes the
clipboard.
Copying between LO Writer and Calc always works fine.

Using Ctrl+Shift+V and selecting paste unformatted, doesn't work REGARDLESS of
whether text is selected and copied in LO Writer. This seems similar / same
behaviour as here https://bugs.documentfoundation.org/show_bug.cgi?id=156562 
and here https://bugs.documentfoundation.org/show_bug.cgi?id=157373

Discussion of related problem in KDE bug tracker:
https://bugs.kde.org/show_bug.cgi?id=470334

These problems existed in LO version 7.5.2.2 installed from the website
download, I have updated to LO 7.6.4.1 from the repo and the problem persists.


Help → About LibreOffice:
Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: 60(Build:1)
CPU threads: 4; OS: Linux 6.5; UI render: default; VCL: kf5 (cairo+wayland)
Locale: cy-GB (en_GB.UTF-8); UI: en-US
Debian package version: 4:7.6.4~rc1-1+b2
Calc: threaded

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

[Bug 158863] Impress templates from Indonesian LO Community do not contain README files

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158863

Laurent Balland  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |jumbo4...@yahoo.fr
   |desktop.org |
 Status|UNCONFIRMED |ASSIGNED
 Ever confirmed|0   |1

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

[Bug 39756] Paragraph background color may extend too far FORMATTING

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39756

--- Comment #18 from HansPL  ---
Still unchanged present in LO 7.4.7.2 (Linux Mint Debian Edition).  After >10
years…

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

[Bug 146483] calc : form buttons "lost" after occulting/showing lines

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146483

Philippe Lévi  changed:

   What|Removed |Added

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

--- Comment #6 from Philippe Lévi  ---
As far as I am able to check, it is working fine now !! Good job !!!


Version: 7.6.4.1 (X86_64) / LibreOffice Community
Build ID: e19e193f88cd6c0525a17fb7a176ed8e6a3e2aa1
CPU threads: 2; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win
Locale: fr-FR (pt_BR); UI: fr-FR
Calc: CL threaded

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

[Bug 158739] Crash (assert): Inserting Formula and hovering over insert text leads to assert in Skia/Vulkan graphics (Win11)

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158739

V Stuart Foote  changed:

   What|Removed |Added

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

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

[Bug 158946] Reportbuilder wizard "Tables and Queries" selection is shifted (gtk3 only)

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158946

raal  changed:

   What|Removed |Added

 CC||nem...@numbertext.org
   Keywords||bibisected, bisected
  Regression By||László Németh

--- Comment #4 from raal  ---
This seems to have begun at the below commit in bibisect repository/OS
linux-64-24.2.
Adding Cc: to László Németh ; Could you possibly take a look at this one?
Thanks

5de05f9c098150dca11071af2281220bde7b61f9 is the first bad commit
commit 5de05f9c098150dca11071af2281220bde7b61f9
Author: Jenkins Build User 
Date:   Tue Nov 7 07:20:01 2023 +0100

source sha:698935c220131bc761eb9cf25e01fa91087a788e

159020: tdf#152155 vcl: fix gtk popup listbox positions on sidebar |
https://gerrit.libreoffice.org/c/core/+/159020

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

[Bug 103182] [META] GTK3-specific bugs

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103182

raal  changed:

   What|Removed |Added

 Depends on||158946


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=158946
[Bug 158946] Reportbuilder wizard "Tables and Queries" selection is shifted
(gtk3 only)
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 158946] Reportbuilder wizard "Tables and Queries" selection is shifted (gtk3 only)

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158946

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Keywords||regression
 Ever confirmed|0   |1
 Blocks||103182
 CC||r...@post.cz

--- Comment #3 from raal  ---
Confirm with Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 71c28942fbc7f36e5bcd46c5a6cdfbb3fcbcd6a0
CPU threads: 4; OS: Linux 6.2; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded

regression, works in Version: 7.3.7.2 / LibreOffice Community
Build ID: 30(Build:2)
CPU threads: 4; OS: Linux 6.2; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: cs-CZ
Ubuntu package version: 1:7.3.7-0ubuntu0.22.04.4
Calc: threaded


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103182
[Bug 103182] [META] GTK3-specific bugs
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 58440] EDITING: Moving cells/columns/rows with drag and drop and modifier keys do not work as advertised (see comment #48)

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58440

--- Comment #52 from steve  ---
Test environment:
Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 0f6f5048d223731aa52b768a77244d0208711391
CPU threads: 8; OS: macOS 13.6.3; UI render: Skia/Raster; VCL: osx
Locale: de-DE (en_DE.UTF-8); UI: en-US
Calc: threaded

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

[Bug 58440] EDITING: Moving cells/columns/rows with drag and drop and modifier keys do not work as advertised (see comment #48)

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58440

--- Comment #51 from steve  ---
This is such an old bug, that a ton of things has changed in aspects touching
on this bug. Documentation has changed, macOS keyboard shortcut handling has
changed.

I revisited
https://help.libreoffice.org/7.6/en-US/text/scalc/guide/move_dragdrop.html?=SHARED=MAC
and tried to reproduce the documented behavior:

✅ No key: Cells are moved and overwrite the cells in the target area. Source
cells are emptied

❌ Command key: Cells are copied and overwrite the cells in the target area.
Source cells stay as they are.
In my test, whenever I select a cell, press cmd and try to drag the selected
cell over another cell, the cells between are highlighted. While I would call
this expected behavior, documentation about this is then false.

❌ Command+Shift keys: Links to the source cells are inserted and overwrite the
cells in the target area. Source cells stay as they are.
Same as command only key.

❌ Option key: Cells are moved and shift the cells in the target area to the
right or to the bottom. Source cells are emptied, except if you move within the
same rows on the same sheet.
In my test this did nothing. No content was copied or moved when dragging A7 to
A3 with all cell fields filled with test text.

❌ Option+Command keys: Cells are copied and shift the cells in the target area
to the right or to the bottom. Source cells stay as they are.
In my test this did nothing.

Option+Command+Shift keys: Links to the source cells are inserted and shift the
cells in the target area to the right or to the bottom. Source cells stay as
they are.
In my test this did nothing.

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

[Bug 58440] EDITING: Moving cells/columns/rows with drag and drop and modifier keys do not work as advertised (see comment #48)

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58440

steve  changed:

   What|Removed |Added

URL||https://help.libreoffice.or
   ||g/7.6/en-US/text/scalc/guid
   ||e/move_dragdrop.html?
   ||=SHARED=MAC
   Priority|medium  |high

--- Comment #50 from steve  ---
Upping priority to High and added URL link to documentation.

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

[Bug 119936] LibreOffice Calc macOS keyboard shortcuts for moving cells not behaving as expected in help

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119936

--- Comment #15 from steve  ---
Sorry, post was sent to early while adding URL.

Help page URLs have changes and the relevant page now is
https://help.libreoffice.org/7.6/en-US/text/scalc/guide/move_dragdrop.html?=SHARED=MAC
and I have added it to the URL field of this issue.

Probably fair to continue this in #58440 though.

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

[Bug 119936] LibreOffice Calc macOS keyboard shortcuts for moving cells not behaving as expected in help

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119936

steve  changed:

   What|Removed |Added

URL||https://help.libreoffice.or
   ||g/7.6/en-US/text/scalc/guid
   ||e/move_dragdrop.html?
   ||=SHARED=MAC

--- Comment #14 from steve  ---
Not sure if this issue should be closed.

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

[Bug 143235] Calc drag and drop of rows or columns should be more user friendly

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143235

--- Comment #17 from M-Rick  ---
(In reply to eisa01 from comment #15)
> So I think what you're saying is that this should be more user friendly?
> 
> I tested a bit in macOS Excel and there's no easy way there either as far as
> I can tell
> 
> FYI: There's a separate bug 58440 on quite a bit of this functionality being
> broken/not as described in the help

If you tried in macOS, Excel is not a quite good example in terms of ergonomic,
like most of Microsoft softwares anyway.

Give a try with Numbers instead. If this can be done with LibreOffice, that's
gonna be a feature killer.
Just like on this screenshot above.
https://bugs.documentfoundation.org/attachment.cgi?id=191667
https://bugs.documentfoundation.org/attachment.cgi?id=173411

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

[Bug 143235] Calc drag and drop of rows or columns should be more user friendly

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143235

--- Comment #16 from M-Rick  ---
Created attachment 191667
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191667=edit
Drag-and-dropping rows and columns in Apple Numbers

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

[Bug 158945] Calc: crash when entering text in a cell

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158945

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #3 from Julien Nabet  ---
Since the pb seems related to Skia rendering, could you follow
https://wiki.documentfoundation.org/QA/FirstSteps#Graphics-related_issues_(_Skia_)
?

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

[Bug 158946] Reportbuilder wizard "Tables and Queries" selection is shifted (gtk3 only)

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158946

Julien Nabet  changed:

   What|Removed |Added

 CC||caolan.mcnamara@collabora.c
   ||om

--- Comment #2 from Julien Nabet  ---
Caolán: thought you might be interested in this one since it concerns only
gtk3. (I gave a try with gen and kf5 renderings, no pb).
(it's easy and not long to reproduce, I prepared a file for this).
If needed, I can provide a screenshot.

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

[Bug 158946] Reportbuilder wizard "Tables and Queries" selection is shifted (gtk3 only)

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158946

--- Comment #1 from Julien Nabet  ---
Created attachment 191666
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191666=edit
test file

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

[Bug 158946] New: Reportbuilder wizard "Tables and Queries" selection is shifted (gtk3 only)

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158946

Bug ID: 158946
   Summary: Reportbuilder wizard "Tables and Queries" selection is
shifted (gtk3 only)
   Product: LibreOffice
   Version: 24.8.0.0 alpha0+ Master
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: serval2...@yahoo.fr

Description:
On pc Debian x86-64 with master sources updated today, when opening file
attached then create a report, when I click on listbox Tables or queries a
window showing the entries appear but quite far away.


Steps to Reproduce:
1. Launch attached file
2. Click "Reports" at left pane
3. Click "Use Wizard to Create Report..."
4. Click on the listbox just below "Tables or queries"

Actual Results:
A window appears quite at right with the only table and the only query existing

Expected Results:
This window should appear at the listbox location


Reproducible: Always


User Profile Reset: Yes

Additional Info:
Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 5b4dfce8933b1a2c18b9fc00d2b8a9a8ce37b510
CPU threads: 12; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: fr-FR (fr_FR.UTF-8); UI: en-US
Calc: threaded

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

[Bug 150490] ReportBuilder: Wizards starts showing two different data sources

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150490

Julien Nabet  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |serval2...@yahoo.fr
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #7 from Julien Nabet  ---
I gave a try with:
https://gerrit.libreoffice.org/c/core/+/161464

Now as I put in comment, not sure if there won't be wrong side effect.
Perhaps only the condition should be modified.

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

[Bug 158945] Calc: crash when entering text in a cell

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158945

--- Comment #2 from Greg Skyles  ---
Created attachment 191665
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191665=edit
Backtrace of the crash

The Crash Report Tool wasn't showing up, so I followed the instructions for
getting a backtrace.

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

[Bug 158939] share/config themes : a few svg files are simply wrapped around a huge png image

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158939

--- Comment #2 from Jérôme  ---
I found the below svg files which contain a large png image (with possible more
svg work than just wrapping).

images_karasa_jaga_svg.zip :
cmd/32/documentation.svg
cmd/sc_documentation.svg
cmd/lc_documentation.svg

images_sukapura_dark_svg.zip :
svx/res/a11y_check_issues_found.svg
sd/res/presenterscreen-BorderToolbarTop.svg
cmd/sc_bmpmask.svg
chart2/res/valueaxissteppedlines_52x60.svg
chart2/res/valueaxisstepped3d_52x60.svg
chart2/res/pieexploded_52x60.svg
chart2/res/pie3dexploded_52x60.svg
chart2/res/valueaxissteppedboth_52x60.svg
chart2/res/pie_52x60.svg
chart2/res/pie_52x60.svg
chart2/res/donut3d_52x60.svg
chart2/res/donutexploded_52x60.svg

images_sukapura_svg.zip :
svx/res/a11y_check_issues_found.svg
sd/res/presenterscreen-BorderToolbarTop.svg
cmd/sc_bmpmask.svg
chart2/res/valueaxissteppedlines_52x60.svg
chart2/res/valueaxisstepped3d_52x60.svg
chart2/res/pieexploded_52x60.svg
chart2/res/pie3dexploded_52x60.svg
chart2/res/valueaxissteppedboth_52x60.svg
chart2/res/pie_52x60.svg
chart2/res/pie_52x60.svg
chart2/res/donut3d_52x60.svg
chart2/res/donutexploded_52x60.svg

images_colibre_svg.zip :
vcl/res/pen.svg

images_colibre_dark_svg.zip :
vcl/res/pen.svg

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

[Bug 158945] Calc: crash when entering text in a cell

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158945

--- Comment #1 from Greg Skyles  ---
Created attachment 191664
  --> https://bugs.documentfoundation.org/attachment.cgi?id=191664=edit
Test file to reproduce the problem

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

[Bug 107332] [META] Calc cell and page styles bugs and enhancements

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107332
Bug 107332 depends on bug 158254, which changed state.

Bug 158254 Summary: Can not apply any cell styles to the right of area with 
content
https://bugs.documentfoundation.org/show_bug.cgi?id=158254

   What|Removed |Added

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

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

[Bug 158550] [META] Regressions from "reduce Calc's INITIALCOLCOUNT to 1"

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158550
Bug 158550 depends on bug 158254, which changed state.

Bug 158254 Summary: Can not apply any cell styles to the right of area with 
content
https://bugs.documentfoundation.org/show_bug.cgi?id=158254

   What|Removed |Added

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

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

[Bug 158254] Can not apply any cell styles to the right of area with content

2023-12-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158254

Buovjaga  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |mikekagan...@hotmail.com
   |desktop.org |
 Resolution|--- |FIXED
 Whiteboard||target:24.8.0
 Status|NEW |RESOLVED

--- Comment #16 from Buovjaga  ---
Verified fix.

Arch Linux 64-bit, X11
Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 025a49a40a3c0c1be5bf4383e87a1cc60014b7f4
CPU threads: 8; OS: Linux 6.6; UI render: default; VCL: kf5 (cairo+xcb)
Locale: fi-FI (fi_FI.UTF-8); UI: en-US
Calc: threaded
Built on 31 December 2023

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

  1   2   >