[Bug 160346] New: A huge floating table in header makes Writer hang

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160346

Bug ID: 160346
   Summary: A huge floating table in header makes Writer hang
   Product: LibreOffice
   Version: 5.0.0.5 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: bibisectRequest, regression
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mikekagan...@hotmail.com

Created attachment 193279
  --> https://bugs.documentfoundation.org/attachment.cgi?id=193279=edit
A sample DOCX with a huge floating table in a header

In MS Word:

1. Create a new document;
2. Type 'foo', to make a non-empty body;
3. Add a header;
4. In the header, insert a table with 100 rows;
5. In that table's properties, set "Text wrapping"->"Around";
6. Save as a DOCX.

Try to open the DOCX in Writer.

In v.4.4, this opened without a hang.
Starting with v.5.0, it hangs.

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

[Bug 160299] Improper display of boolean cell value stats in LibreOffice Calc status bar

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160299

--- Comment #1 from Naresh  ---
I am unable to reproduce this. Can you please attach screenshots of the error?

Version: 24.2.0.3 (X86_64) / LibreOffice Community
Build ID: da48488a73ddd66ea24cf16bbc4f7b9c08e9bea1
CPU threads: 4; OS: Windows 10.0 Build 19045; UI render: Skia/Vulkan; VCL: win
Locale: en-IN (en_IN); UI: en-US
Calc: threaded

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

[Bug 160234] The number of constraints visible in the Solver dialog should increase to 6 (instead of current 4) and shouldn't use "infinite scroll"

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160234

Heiko Tietze  changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda
   |.freedesktop.org|tion.org
   Keywords|needsUXEval |

--- Comment #3 from Heiko Tietze  ---
The dialog has a good proportion right now and while adding more (empty)
entries sounds good it has an impact on design. OTOH, indentation and spacing
is not according the book anyway.

The scrollbar is a hack. Its thumb size changes with the position (24.2, kf5)
but no actual scrolling happens. I guess it just simulates scroll behavior. If
the total number of items wont remain in a reasonable amount I see no reason to
not go with just a GtkScrolledWindow.

And no objections to numbers, could be a first column labeled "#" or "ID".

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

[Bug 95174] SQL parser doesn't support catalog in function name

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95174

--- Comment #3 from Devansh Varshney  ---
Since past 2 weeks I am seeing this while building my local build via make for
any changes I do -

[CXX] workdir/YaccTarget/connectivity/source/parse/sqlbison.cxx
[CXX] workdir/LexTarget/connectivity/source/parse/sqlflex.cxx
[CXX] connectivity/source/parse/sqliterator.cxx
[CXX] connectivity/source/parse/sqlnode.cxx
/home/devansh/libreoffice/workdir/YaccTarget/connectivity/source/parse/sqlbison.cxx:
In static member function ‘static rtl::OString
connectivity::OSQLParser::TokenIDToStr(sal_uInt32, const
connectivity::IParseContext*)’:
/home/devansh/libreoffice/workdir/YaccTarget/connectivity/source/parse/sqlbison.cxx:1142:6:
warning: comparison of unsigned expression in ‘>= 0’ is always true
[-Wtype-limits]
 1142 |   (0 <= (YYX) && (YYX) <= YYMAXUTOK \
  |~~^~~~
/home/devansh/libreoffice/workdir/YaccTarget/connectivity/source/parse/sqlbison.cxx:10930:32:
note: in expansion of macro ‘YYTRANSLATE’
10930 | aStr = yytname[YYTRANSLATE(nTokenID)];
  |^~~


After looking for the files in the above message I found this bug.(not related
to this)



Found these resources -

https://www.oreilly.com/library/view/flex-bison/9780596805418/ch04.html
[Parsing SQL]

https://www.oreilly.com/library/view/flex-bison/9780596805418/

https://dev.blog.documentfoundation.org/2023/09/14/catalog-and-schema-support-for-sql-functions-difficulty-interesting-easyhack/


I am currently working on this :)

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

[Bug 35694] "Page number" automatic field stops counting before last page if offset >0 (see comment 22)

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=35694

--- Comment #62 from Heiko Tietze  ---
How about "Reference page" for the label and "Change to display the page
numbers of following or preceding pages" as tooltip. I'd also make it a
spinedit.

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

[Bug 114019] [META] Tooltip bugs and enhancements

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=114019

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||160144


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=160144
[Bug 160144] Calc in-cell formula autocompletion syntax popover tooltip
flickering and jumping up / down depending on parentheses
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160144] Calc in-cell formula autocompletion syntax popover tooltip flickering and jumping up / down depending on parentheses

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160144

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

   Keywords||accessibility
Version|unspecified |24.2.1.2 release
 Ever confirmed|0   |1
 Blocks||114019
 CC||stephane.guillou@libreoffic
   ||e.org
 Status|UNCONFIRMED |NEW

--- Comment #3 from Stéphane Guillou (stragu) 
 ---
The switch between top and bottom is related to formula name autocomplete
suggestion (top) vs argument documentation (bottom). I agree it is seems
unnecessarily distracting at first, but I can see how separating them would be
useful for some improvement of the tooltip behaviour: showing function
suggestion at the same time as showing argument documentation (because
sometimes, an argument will be another function).
- This is what OnlyOffice does: suggests functions underneath (in a scrollable
list), while argument documentation is above (single-line, stays visible).
- Google Sheets and Office 365 (online) show both function suggestion list and
argument documentation below (both are not single-line).

What do you think? I think we should adopt OnlyOffice's behaviour – but this
should be a separate enhancement request.

However, I do agree that the flickering should be fixed, no need to show the
canvas behind before repainting the tooltip. And it touches on accessibility,
for users sensitive to motion / flashing.

Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 53c5d570cab036b23f4969b858a648c8f0c24f93
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

Flickering not reproduced (or a lot less noticeable) with gen or kf5 VCL
plugins.

Let's focus on just flickering here, Jeff?


Referenced Bugs:

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

[Bug 146768] Hyperlinks (mailto / external URLs) fail in exported PDFs on macOS

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146768

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||kirby@gmail.com

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

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

[Bug 160145] Writer export as PDF hyperlink anchor corrupted

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160145

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

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

--- Comment #4 from Stéphane Guillou (stragu) 
 ---
Marking as duplicate of bug 146768, as it seems the be the same macOS-specific
issue.

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

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

[Bug 109239] [META] CSV / TSV / Text Import and export / Text to Columns dialogs bugs and enhancements

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109239

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 Depends on||159751


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=159751
[Bug 159751] Text import dialogue does not show multiple column selection in
24.2 with Skia rendering
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 159751] Text import dialogue does not show multiple column selection in 24.2 with Skia rendering

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159751

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

 CC||stephane.guillou@libreoffic
   ||e.org
 Blocks||109239
 OS|All |Windows (All)

--- Comment #7 from Stéphane Guillou (stragu) 
 ---
No repro in:

Version: 24.2.1.2 (X86_64) / LibreOffice Community
Build ID: db4def46b0453cc22e2d0305797cf981b68ef5ac
CPU threads: 8; OS: Linux 6.5; UI render: Skia/Vulkan; VCL: x11
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

Nor with Skia/Raster.

Let's mark as Windows-only.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109239
[Bug 109239] [META] CSV / TSV / Text Import and export / Text to Columns
dialogs bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160339] How Base relationships react at table or column renaming

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160339

prrv...@gmail.com changed:

   What|Removed |Added

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

--- Comment #1 from prrv...@gmail.com ---
Well I ended up finding, if you rename a primary key you must also rename the
RelatedColumn property on the KeyColumns involved in the foreign keys linked to
this primary key.

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

[Bug 160138] Basic code for Writer can't select the anchor of a TextField object using the CurrentController

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160138

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 160130] Writer TEMPLATE #2: save as template, templates should not be based on templates (in the name of transparency)

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160130

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 160132] EDITING Form

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160132

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 160129] Writer TEMPLATE #1: template names and template filenames (in the name of transparency)

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160129

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 160131] Writer TEMPLATE #3: importing templates should be automatic (in the name of transparency)

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160131

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 159978] Libre Office automatically choosing inappropriate font and language settings for Ahom script text

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159978

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Bug 160334] Crash: Undoing a paste in Writer that creates a Return character and then undoing twice with Command-Z

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160334

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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

[Bug 160334] Crash: Undoing a paste in Writer that creates a Return character and then undoing twice with Command-Z

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160334

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

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

[Bug 156941] By editing exist PDF file in LibreOffice Draw are all 'r' replaced by 'n'

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156941

QA Administrators  changed:

   What|Removed |Added

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

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

[Bug 156941] By editing exist PDF file in LibreOffice Draw are all 'r' replaced by 'n'

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156941

--- Comment #3 from QA Administrators  ---
Dear jab...@gmail.com,

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 156938] Recovery process reverts to previous version

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156938

QA Administrators  changed:

   What|Removed |Added

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

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

[Bug 156938] Recovery process reverts to previous version

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156938

--- Comment #3 from QA Administrators  ---
Dear amoz.eckerson,

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 156887] Exporting csv or xlsx to dbf

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156887

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 156887] Exporting csv or xlsx to dbf

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156887

--- Comment #6 from QA Administrators  ---
Dear Dick Hildreth,

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 157445] Portrait / landscape

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157445

--- Comment #2 from QA Administrators  ---
Dear robert,

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 156085] LibreOffice hangs at start, frequent crashes

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156085

--- Comment #16 from QA Administrators  ---
Dear jan,

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 153671] Drop "Use printer metrics" feature completely

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153671

--- Comment #5 from QA Administrators  ---
Dear Gabor Kelemen (allotropia),

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 142021] [EMF] SetPolyfilMode Mode = 2 ("winding") is ignored

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=142021

--- Comment #9 from QA Administrators  ---
Dear Valek Filippov,

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 138147] [EMF] Shapes/Annotations on DOCX files drawn with Microsoft Surface Pen are lighter due to missing SETPOLYFILLMODE implementation

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138147

--- Comment #12 from QA Administrators  ---
Dear jake.weilhammer,

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 108911] Cannot toggle cursor focus between formula and worksheet

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108911

--- Comment #11 from QA Administrators  ---
Dear kalle,

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 160342] Unwanted spaces in the printout

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160342

Aron Budea  changed:

   What|Removed |Added

Version|24.2.1.2 release|24.2.0.3 release
   Keywords|bibisectRequest |bibisected, bisected
  Regression By||Khaled Hosny
 CC||aron.bu...@gmail.com,
   ||kha...@libreoffice.org
  Component|Writer  |graphics stack

--- Comment #4 from Aron Budea  ---
The bug can be seen in the preview of the Print dialog as well (but not in
Print Preview).

Bibisected to the following commit using repo bibisect-linux-64-24.2. Adding
CC: to خالد حسني (Khaled Hosny).

https://cgit.freedesktop.org/libreoffice/core/commit/?id=172b500ccbc8dac0496cc2936a9bcca793c0b594
author  Khaled Hosny2023-07-16 21:11:40
+0300
committer   خالد حسني   2023-07-23 06:01:23
+0200

vcl: Use more doubles for text measurements

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

[Bug 160345] New: Slow rendering of filled polygon

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160345

Bug ID: 160345
   Summary: Slow rendering of filled polygon
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: graphics stack
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: freedesk...@treblig.org

Created attachment 193278
  --> https://bugs.documentfoundation.org/attachment.cgi?id=193278=edit
A problematic polygon

Attached is a (modified) single polygon extracted from the 3rd party external
pdf referenced in tdf#113050;  I've cut it down to a single polygon and tweaked
it a bit, so hopefully that's OK.

It's a single, 125 point, polygon with a tiled image fill with an especially
tiny image; it's taking VclProcessor2D::RenderMaskPrimitive2DPixel about 1.6s
to render that on my Linux box (Radeon 540 GPU, 4k display, X under xfce)
The original document has 3 of these polygons overlayed with a bunch of other
smaller ones, so taking ~10 seconds to render the page (and then another 10 to
render the thumbnail and by the time you're done ~50 seconds for it to settle
after load).

I suspect this is the slow paths that 6b8c157a0b4f3 avoids in some case.

Maybe there's an opportunity to improve this for our case; it's got a complex
boundary but because of the vast number of image repetitions, most of the
images are entirely contained within the shape so probably don't need the
clever processing of anything intersecting the boundary.

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

[Bug 160344] FILESAVE .ods to .csv

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160344

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m_a_riosv  ---
Because LibreOffice saves in the csv the raw data of the sheet.

What you can do is to send the filtered data with the standard filter to a
second sheet and save that sheet as csv

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

[Bug 160343] Standard filter don't works with numbers with decimals

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160343

m_a_riosv  changed:

   What|Removed |Added

Version|24.2.1.2 release|5.4.7.2 release
   Keywords||bibisectRequest, regression

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

[Bug 160343] Standard filter don't works with numbers with decimals

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160343

--- Comment #3 from m_a_riosv  ---
Created attachment 193277
  --> https://bugs.documentfoundation.org/attachment.cgi?id=193277=edit
HSQLDB sample file create ver 4.4

There seems to be a regression
Works for using comma as separator with
Version: 4.4.7.2
Build ID: f3153a8b245191196a4b6b9abd1d0da16eead600
Locale: es_ES


First bad (for those I have installed)
Versión: 5.4.7.2
Id. de compilación: c838ef25c16710f8838b1faec480ebba495259d0
Subprocs. CPU: 16; SO: Windows 6.2; Repres. IU: predet.; 
Configuración regional: es-ES (es_ES); Calc: CL


Sample file is opened fine in ver 5.4 with the filter enable, and even allows
to modify the filter, but after reset the filter is not possible to create the
filter again.

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

[Bug 147420] Images anchored to a cell and selected with AUTOFILTER are not displaying or PRINTING correctly

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147420

Stéphane Guillou (stragu)  changed:

   What|Removed |Added

Version|7.3.0.3 release |6.1.0.3 release
 OS|Windows (All)   |All

--- Comment #12 from Stéphane Guillou (stragu) 
 ---
Thanks for the heads up.
Reproduced on Linux as well with:

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

My short steps:
1. open attachment 178446
2. In sheet Cover_Sheets, filter Walks column for Azalea only
3. In same AutoFilter dropdown, untick Azalea and tick Buttermere
4. Ctrl + P to see the in-dialog preview

Result: overlapped images, or only previous image shown. Does not match File >
Print Preview nor canvas.
I reproduce the mismatch since 6.1.

In 6.0.0.3, the first filter would already show two images instead of 1, but
the canvas would match the print preview and the print dialog.

Will bibisect that change.

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

[Bug 159214] In Calc, when moving content with drag and drop, destination area is no longer shown. UI, Skia.

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159214

--- Comment #17 from Alistair Saywell  ---
I have just tested in LibreOffice 28.8.0.0.alpha0 Nightly build
Win-x86_64@tb77-TDF 2024-03-23 03:49:07 and selection when dragging is fixed
thanks to accessibility bug
https://bugs.documentfoundation.org/show_bug.cgi?id=160036

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

[Bug 160343] Standard filter don't works with numbers with decimals

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160343

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  ---
Reproducible
Version: 24.2.2.1 (X86_64) / LibreOffice Community
Build ID: bf759d854b5ab45b6ef0bfd22e51c6dc4fb8b882
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: default; VCL: win
Locale: es-ES (es_ES); UI: en-US Calc: CL threaded

In fact, opening the Standard filter again doesn't show the condition. No
matter if the separator is dot or comma.

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

[Bug 160342] Unwanted spaces in the printout

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160342

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #3 from m_a_riosv  ---
Reproducible with
Version: 24.2.2.1 (X86_64) / LibreOffice Community
Build ID: bf759d854b5ab45b6ef0bfd22e51c6dc4fb8b882
CPU threads: 16; OS: Windows 10.0 Build 22631; UI render: default; VCL: win
Locale: es-ES (es_ES); UI: en-US Calc: CL threaded

But selecting with [Ctrl+A] and pasting in a new file, the issue is not
reproduced.

On the attached file after [Ctrl+A] and [Ctrl+M], there are a couple of direct
list style in paragraph of point 1.

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

[Bug 160338] Calc freezes on "Format - Page Style - Header - Edit - Text Attribute" dialog

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160338

m_a_riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #2 from m_a_riosv  ---
Works fine for me on Windows 11:
Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: b38974391e8d4bf0d450abfaa86bbccbe1022995
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 160337] LibreOffice Calc printing Area

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160337

--- Comment #3 from m_a_riosv  ---
I think the option:
Menu/Tools/Options/LibreOffice Calc/Print — Suppress output of empty pages
is affecting here, disable it and the whole pages are shown, empty or not.

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

[Bug 153294] Use copy_if, find_if or remove_if to simplify loops

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153294

Aron Budea  changed:

   What|Removed |Added

   Assignee|dongyu@duke.edu |libreoffice-b...@lists.free
   ||desktop.org

--- Comment #3 from Aron Budea  ---
This is a task that multiple people can work on at the same time, no need to
assign it to a single person.

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

[Bug 160310] FILEOPEN FILESAVE import and export xlsx with Pivot Table and Chart, errors

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160310

--- Comment #9 from Paul Thompson  ---
Not quite, there are now two issues.

The original issue I tracked down to a bar chart in an xlsx file. If you open a
spreadsheet in Calc that was created in Excel and contains a bar chart, when
you save it in Calc and reopen it in Excel, Excel reports an error in an image
file (the bar chart).

The second issue, which I discovered while creating a non-confidential
spreadsheet, is that if you create a pivot table and then a bar chart from the
pivot table in Excel, when you open the file in Calc, the pivot table has
disappeared along with the chart.

I suggest you open the sample Excel file (Excel.xlsx) in Excel, examine the
pivot table and close Excel without saving. Then open the same sample Excel
file in Calc and examine the pivot table.

FYI Excel is Excel 2021 vs. 2402 and calc is vs. 24.2.1

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

[Bug 160184] allow to "Encrypt with GPG key" on save using public keys with unknown Ownertrust

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160184

Patrick Luby (volunteer)  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |guibomac...@gmail.com
   |desktop.org |

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

[Bug 160184] allow to "Encrypt with GPG key" on save using public keys with unknown Ownertrust

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160184

--- Comment #12 from Patrick Luby (volunteer)  ---
(In reply to Patrick Luby (volunteer) from comment #11)
> Created attachment 193276 [details]
> Snapshot of new dialog for each selected but untrusted public key

I have the "ask and retry" code in the following patch:

https://gerrit.libreoffice.org/c/core/+/165260

Are any changes needed to the text in the dialog in attachment #193276?

Note that with this patch, if you select more than one key to encrypt with, you
will see the new dialog once for each untrusted public key until the first No
is pressed.

Also, I noticed that if the Select Certificate dialog is cancelled, LibreOffice
would save the file unencrypted. That seems like an accident waiting to happen
to me so with the patch, cancelling the Select Certificate dialog also cancels
saving.

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

[Bug 160184] allow to "Encrypt with GPG key" on save using public keys with unknown Ownertrust

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160184

--- Comment #11 from Patrick Luby (volunteer)  ---
Created attachment 193276
  --> https://bugs.documentfoundation.org/attachment.cgi?id=193276=edit
Snapshot of new dialog for each selected but untrusted public key

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

[Bug 146799] Low Resolution Chart "Export As Image" PNG

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=146799

Tex2002ans  changed:

   What|Removed |Added

Version|6.4.2.2 release |6.2.0.3 release

--- Comment #9 from Tex2002ans  ---
Hey Armin,

I don't believe this exact bug was ever fixed. Looks like the:

- "Duplicate" bug 126319 was fixed/closed.
   - Fixed in 7.3.2 + 7.4.0.
   - I just tested on 24.2.1, and it was still good.
   - raal's Comment 7 bisected THIS issue to the THAT same commit.

But this specific "low resolution" export issue is still broken.

- - -

I can still reproduce my comment 0 in:

Version: 24.2.1.2 (X86_64) / LibreOffice Community
Build ID: db4def46b0453cc22e2d0305797cf981b68ef5ac
CPU threads: 8; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

I even bibisected everything in:

- win64-24.2
- linux-64-24.2
- linux-64-7.6
- linux-64-7.4
- [...]

and then:

- linux-64-6.2

leads me to the exact commit raal hit in comment 7.

- - -

Steps to Reproduce:

In Calc:

0. Open attachment 177579.
1. "Right-Click > Export as Image" on the chart.
2. Name your file + save as PNG.

Actual Results:

- A 943x530 PNG.

Expected Results:

- A 1536x864 PNG. (16"x9" * 96 dpi)

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

[Bug 160344] New: FILESAVE .ods to .csv

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160344

Bug ID: 160344
   Summary: FILESAVE .ods to .csv
   Product: LibreOffice
   Version: 24.2.1.2 release
  Hardware: ARM
OS: macOS (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: proulxmich...@tlb.sympatico.ca

Created attachment 193275
  --> https://bugs.documentfoundation.org/attachment.cgi?id=193275=edit
When this file is saved as .csv I do not obtain same as .ods but the original
data file before filtering

An .ods data file is filtered using Data ---> More filters---> Standard filter
and select colomn "Mx" =>  0.50%Cu to elimanate all data under this value and
then saved as .ods file. New .ods file is open and then saved as .csv.

When this new .csv file is open it gives the original .ods file before
filtering.

I have tried with  7.6.4.1 version too and also obtain same result.

Many thanks for help!

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

[Bug 147420] Images anchored to a cell and selected with AUTOFILTER are not displaying or PRINTING correctly

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147420

Telesto  changed:

   What|Removed |Added

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

--- Comment #11 from Telesto  ---
@stragu
This is quite a nasty bug,IMHO Based on my testing at bug 160329; it appears to
be permanent. There might also cases where it can be triggered without auto
filter involved (bug 160231).

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

[Bug 153635] VBA Methods could handle file path separators OS-independently

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153635

--- Comment #4 from Óvári  ---
(In reply to Olivier Hallot from comment #3)
> Isn't the case to allow ExportAsFixedFormat and other to use of well known
> ConvertToURL() function as argument for Filename:= ?
> 
> Filename:=".\ExportAsPDF.pdf", _
> to
> Filename:=ConvertToURL(".\ExportAsPDF.pdf"), _
> 
> Ref: 
> https://help.libreoffice.org/master/en-US/text/sbasic/shared/03120312.
> html?DbPAR=BASIC#bm_id3152801

Thank you for your comment.

Should VBA methods in LibreOffice Calc invoke the ConvertToURL() function
automatically without the code explicitly requiring this method in the
user-generated code?

This would enable the code to work if the file is opened in a spreadsheet
program, such as say Microsoft Excel, where the ConvertToURL() function is not
known.

Thank you

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

[Bug 147420] Images anchored to a cell and selected with AUTOFILTER are not displaying or PRINTING correctly

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=147420

--- Comment #10 from Telesto  ---
*** Bug 152635 has been marked as a duplicate of this bug. ***

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

[Bug 152635] Image anchored to cell jump around when sorting + autofilter

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152635

Telesto  changed:

   What|Removed |Added

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

--- Comment #4 from Telesto  ---


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

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

[Bug 152635] Image anchored to cell jump around when sorting + autofilter

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=152635

Telesto  changed:

   What|Removed |Added

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

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

[Bug 160247] CONVERT becomes CONVERT_OOO when cell formula is set via macro

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160247

BogdanB  changed:

   What|Removed |Added

 Blocks||107659
Summary|CONVERT becomes CONVERT_OOO |CONVERT becomes CONVERT_OOO
   |when cell formula is set|when cell formula is set
   |via macro.  |via macro
 CC||buzea.bog...@libreoffice.or
   ||g


Referenced Bugs:

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

[Bug 107659] [META] Macro bugs and enhancements

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107659

BogdanB  changed:

   What|Removed |Added

 Depends on||160247


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=160247
[Bug 160247] CONVERT becomes CONVERT_OOO when cell formula is set via macro
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160342] Unwanted spaces in the printout

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160342

BogdanB  changed:

   What|Removed |Added

 Blocks||108800
   Hardware|x86-64 (AMD64)  |All


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108800
[Bug 108800] [META] Print related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 108800] [META] Print related issues

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108800

BogdanB  changed:

   What|Removed |Added

 Depends on||160342


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=160342
[Bug 160342] Unwanted spaces in the printout
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160342] Unwanted spaces in the printout

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160342

BogdanB  changed:

   What|Removed |Added

   Keywords||bibisectRequest
 CC||buzea.bog...@libreoffice.or
   ||g

--- Comment #2 from BogdanB  ---
Also in
Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: c900850742efd4e1fb7c79c13c1b9a17fcd4981d
CPU threads: 16; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
Calc: threaded

and in

Version: 24.2.1.1 (X86_64) / LibreOffice Community
Build ID: 359ef544e625d2ffbfced462ab37bd593ca85fa7
CPU threads: 16; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: ro-RO (ro_RO.UTF-8); UI: en-US
Calc: threaded

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

[Bug 153294] Use copy_if, find_if or remove_if to simplify loops

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153294

Dongyu Lan  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |dongyu@duke.edu
   |desktop.org |

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

[Bug 160341] The "Formatting" toolbar in German UI has only 25 symbol sections; the English UI has 26

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160341

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID
 CC||vsfo...@libreoffice.org

--- Comment #1 from V Stuart Foote  ---
Actually, I see option for 47 controls on the Formatting TB in Writer.

Open context menu for the TB

Select the "Visible Buttons" menu to see all controls assigned to the TB by
default.

The icon theme in use should give a toggle indication for each control. When
selected they'll appear on the TB. You can set active as needed.

Can also be done from the "Customize Toolbar..." dialog, with actual checkboxes
for activating each control. But with the dialog additional UNO controls can
also be added to the TB.

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

[Bug 158773] FILEOPEN PPTX Slow loading of file with lots of unused master pages

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158773

--- Comment #33 from Gerald Pfeifer  ---
(In reply to Gerald Pfeifer from comment #30)
> As for closing this issue - isn't it still to flow from a user 
> perspective?

...too slow... 

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

[Bug 160340] Extra "phantom" cursors when triple clicking and dragging [Windows 11]

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160340

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1
 CC||vsfo...@libreoffice.org

--- Comment #1 from V Stuart Foote  ---
Isn't this the "drag-n-drop move", the cursor shows where the dragged line
would be dropped?

On Win10, the cursor moves with the mouse pointer--and is not left behind when
moving onto the next line above or below.

Is OP saying a visual ghost of the edit cursor is being when moving the pointer
onto the next line of text?  Not seeing that.

Version: 24.2.2.1 (X86_64) / LibreOffice Community
Build ID: bf759d854b5ab45b6ef0bfd22e51c6dc4fb8b882
CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded

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

[Bug 160067] Formatting Directory missformated (wrapped to next page without visible reason)

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160067

--- Comment #5 from stefan_lange...@t-online.de  
---
Created attachment 193274
  --> https://bugs.documentfoundation.org/attachment.cgi?id=193274=edit
zip file with 2 modified test documents and screenshots belonging to

I have tested if the height of the block above the directotry influences the
place were the directory is wrapped. I have modfied the height by changing the
fontsize within the block (line with the word "Katalog") 24 <- 36 -> 42.
Result: The place where the directory is wrapped changes.
Means for me the erronous behavior is similar to the behavior described in  Bug
158986.
Possibly the change to fix Bug 158986 has caused the error described in Bug
160067 (one error disappeared and a similar other occurs).

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

[Bug 157322] When underlining a paragraph, the line goes beyond the last characters to the right.

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157322

--- Comment #11 from Tex2002ans  ---
I agree with comment 4. This is a dupe of bug 156681.

- - -

The underlines were inconsistent—and could have been
shorter/just-right/longer—and were completely dependent on the zoom level. (See
my screenshot in attachment 188957.)

It was much easier to see at the end of lines, like this report, but it
happened everywhere underline was used. (See the other topics I linked to in
bug 156681 comment 9.)

- - -

156681 was fixed in 7.6.1... and this bug report landed right in 7.6.0 which
still had it.

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

[Bug 160334] Crash: Undoing a paste in Writer that creates a Return character and then undoing twice with Command-Z

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160334

--- Comment #2 from Peter  ---
Mac OS 14.4 ; Format opened and saved: .docx

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

[Bug 160342] Unwanted spaces in the printout

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160342

Robert Großkopf  changed:

   What|Removed |Added

 OS|Windows (All)   |All

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

[Bug 160342] Unwanted spaces in the printout

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160342

Robert Großkopf  changed:

   What|Removed |Added

   Keywords||regression
   Assignee|rob...@familiegrosskopf.de  |libreoffice-b...@lists.free
   ||desktop.org

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

[Bug 160342] Unwanted spaces in the printout

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160342

Robert Großkopf  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |rob...@familiegrosskopf.de
   |desktop.org |
 CC||rob...@familiegrosskopf.de
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Robert Großkopf  ---
Created attachment 193273
  --> https://bugs.documentfoundation.org/attachment.cgi?id=193273=edit
Open the document, ignore macros, print into file

Could confirm the buggy behavior with the attached document.

Open the document, print to file: At the end of many paragraphs will be added a
space when using LO 24.2.2.1 on OpenSUSE 15.4 64bit rpm Linux.

This buggy behavior doesn't appear with LO 7.6.5.1 on the same system. So a
regression.

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

[Bug 160343] Standard filter don't works with numbers with decimals

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160343

--- Comment #1 from jcs...@libreoffice.org ---
Created attachment 193272
  --> https://bugs.documentfoundation.org/attachment.cgi?id=193272=edit
Test database

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

[Bug 160343] New: Standard filter don't works with numbers with decimals

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160343

Bug ID: 160343
   Summary: Standard filter don't works with numbers with decimals
   Product: LibreOffice
   Version: 24.2.1.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jcs...@libreoffice.org

Description:
When use the standard filter to filter some numeric field, the filter don't
works if the value (of the condition) has any decimal places

Steps to Reproduce:
1. Open the attached database
2. Open the Table1
3. Reset filter/sort (Data > Reset filter/sort or the bar button with the same
name)
4. Select Data > Standard filter
5. On filed name select "dec2
6. On criteria select for example "<" (less than)
7. On Value Write "2.1"


Actual Results:
All values are shown, so The table do not filter data 

Expected Results:
Only values less than 2.1 should be shown (only the first register)


Reproducible: Always


User Profile Reset: No

Additional Info:
Version: 24.2.1.2 (X86_64) / LibreOffice Community
Build ID: db4def46b0453cc22e2d0305797cf981b68ef5ac
CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: kf5 (cairo+xcb)
Locale: es-ES (es_ES.UTF-8); UI: es-ES
Calc: threaded
--
Version: 24.8.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 04bad6534b74af0ec9d0a516e0bf0a9c5ec5568c
CPU threads: 8; OS: Linux 6.5; UI render: default; VCL: gtk3
Locale: es-ES (es_ES.UTF-8); UI: en-US
Calc: threaded

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

[Bug 32506] Find & Replace for Base

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=32506

Devansh Varshney  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |varshney.devansh614@gmail.c
   |desktop.org |om

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

[Bug 160342] New: Unwanted spaces in the printout

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160342

Bug ID: 160342
   Summary: Unwanted spaces in the printout
   Product: LibreOffice
   Version: 24.2.1.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: bernhard.we...@koeln.de

Version: 24.2.1.2 (X86_64) / LibreOffice Community
Build ID: db4def46b0453cc22e2d0305797cf981b68ef5ac
CPU threads: 12; OS: Windows 10.0 Build 22631; UI render: Skia/Grid; VCL: win
Locale: de-DE (de_DE); UI: de-DE
Calc: threaded

There is a problem with expression: the last character of a paragraph (letter,
number or punctuation) is separated by a space.
Example: “Daten” becomes “Date n”, the house number “244” becomes “24 4”. The
end of sentence character (., !, ?) is also separated from the text by a space.
The spaces that are not present in the text do not appear in the print preview
in Libre Office (CTRL+Shift+O) but in the printer's print preview and in the
printout.

You may find the original text and the result of printing here:
https://1drv.ms/f/s!AjORKledQKcygYUrBYEgXzwDcnSM5w?e=wPfhfD

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

[Bug 160341] New: The "Formatting" toolbar in German UI has only 25 symbol sections; the English UI has 26

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160341

Bug ID: 160341
   Summary: The "Formatting" toolbar in German UI has only 25
symbol sections; the English UI has 26
   Product: LibreOffice
   Version: 24.2.1.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: lo.harald.ber...@t-online.de

== German ==
LibreOffice Writer
In der englischen UI hat die Symbolleiste "Formatting" 26 Positionen
(Symbolabschnitte).
Das letzte rechte Symbol heißt "Decrease Paragraph Spacing".
Dieses Symbol fehlt in der deutschen UI in der Symbolleiste "Formatierungen"
und somit hat diese Symbolleiste nur 25 Positionen.

Erwartet wird: Das die Symbolleiste "Formatierungen" ebenfalls 26 Positionen
hat, einschließlich "Absatzabstand verkleinern".

== English ==
LibreOffice Writer
In the English UI, the "Formatting" toolbar has 26 positions (symbol sections).
The last icon on the right is called "Decrease Paragraph Spacing".
This symbol is missing in the German UI in the "Formatierungen" toolbar and
therefore this toolbar only has 25 positions.

This is expected: That the "Formatierungen" toolbar also has 26 positions,
including "Absatzabstand verkleinern".

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

[Bug 145666] On export as PDF form field texts do not use the document's font for the field, a PDF standard font is substituted. Printing to PDF not affected

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145666

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #12 from V Stuart Foote  ---
See also bug 14553 open for UI providing some notice about use of the 14
"standard" PDF fonts.

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

[Bug 145553] Improve UI on export of form-fillable pdfs, provide UI to set a suitable "PDF default" (now is Helevetica by default) and warn of subset for other user-selected (non-PDFcore) fonts

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145553

V Stuart Foote  changed:

   What|Removed |Added

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

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

[Bug 160336] I don't know how to interact with BUGZILLA

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160336

V Stuart Foote  changed:

   What|Removed |Added

Summary|I don't know how to |I don't know how to
   |interact with REDMINE   |interact with BUGZILLA
  Component|Calc|LibreOffice
 CC||vsfo...@libreoffice.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

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

[Bug 159617] Header label is on, despite editing the body text

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=159617

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g
Summary|header label is on, despite |Header label is on, despite
   |editing the body text   |editing the body text
 Blocks||48741


Referenced Bugs:

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

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

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48741

BogdanB  changed:

   What|Removed |Added

 Depends on||159617


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=159617
[Bug 159617] Header label is on, despite editing the body text
-- 
You are receiving this mail because:
You are the assignee for the bug.

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

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48741

BogdanB  changed:

   What|Removed |Added

 Depends on||160045


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=160045
[Bug 160045] Writer Header cleared when pasting RTF
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160045] Writer Header cleared when pasting RTF

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160045

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g
 Blocks||48741


Referenced Bugs:

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

[Bug 150696] The term "Snap Object" is only used once

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=150696

BogdanB  changed:

   What|Removed |Added

 CC||buzea.bog...@libreoffice.or
   ||g

--- Comment #2 from BogdanB  ---
Buovjaga, if you agree the window title can be renamed from "New Snap Object"
to "New Snap Guide", I can do the change.

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

[Bug 160247] CONVERT becomes CONVERT_OOO when cell formula is set via macro.

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160247

Werner Tietz  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Werner Tietz  ---
Hallo

Confirmed with:
Version: 7.4.7.2 / LibreOffice Community
Build ID: 40(Build:2)
CPU threads: 4; OS: Linux 6.6; UI render: default; VCL: gtk3
Locale: de-DE (de_DE.UTF-8); UI: de-DE
Debian package version: 4:7.4.7-1+deb12u1
Calc: threaded


___

If I use »…FormulaLocal« instead …»Formula« it works as expected!

```
sheet = XSCRIPTCONTEXT.getDocument().Sheets[0]
sheet[0 , :3].FormulaArray = [[1,2,"=SUM(A1:B1)"]]
# with english Functionnames!
sheet["D1"].FormulaLocal = '=convert(A1;"yd";"m")'

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

[Bug 154331] Incomplete sentence: "Generate fully customized PDF documents with the exact" ...

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=154331

--- Comment #3 from BogdanB  ---
The change is in gerrit now:
https://gerrit.libreoffice.org/c/core/+/165235

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

[Bug 133092] [META] Crash bugs

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133092

BogdanB  changed:

   What|Removed |Added

 Depends on||157585


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=157585
[Bug 157585] Unable to open large PDF files in LibreOffice Draw
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 157585] Unable to open large PDF files in LibreOffice Draw

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=157585

BogdanB  changed:

   What|Removed |Added

 Blocks||133092
Summary|Unable to open large PDF|Unable to open large PDF
   |files in LibreOffice.   |files in LibreOffice Draw
 CC||buzea.bog...@libreoffice.or
   ||g


Referenced Bugs:

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

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

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107742

BogdanB  changed:

   What|Removed |Added

 Depends on||158428


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=158428
[Bug 158428] Fillable PDF Forms in Libreoffice Draw cannot have textboxes that
scale their font to fit the textbox
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 158428] Fillable PDF Forms in Libreoffice Draw cannot have textboxes that scale their font to fit the textbox

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=158428

BogdanB  changed:

   What|Removed |Added

 Blocks||107742
 CC||buzea.bog...@libreoffice.or
   ||g


Referenced Bugs:

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

[Bug 160001] Exporting PDF via macro with AllowDuplicateFieldNames = true does not have effect

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160001

BogdanB  changed:

   What|Removed |Added

 Blocks||107659
 CC||buzea.bog...@libreoffice.or
   ||g


Referenced Bugs:

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

[Bug 107659] [META] Macro bugs and enhancements

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107659

BogdanB  changed:

   What|Removed |Added

 Depends on||160001


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=160001
[Bug 160001] Exporting PDF via macro with AllowDuplicateFieldNames = true does
not have effect
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160260] When opening any pdf file in LibreOffice Draw get message "This PDF file is encrypted and can't be opened."

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160260

BogdanB  changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 CC||buzea.bog...@libreoffice.or
   ||g
 Ever confirmed|1   |0

--- Comment #1 from BogdanB  ---
Please, let the bug in Unconfirmed status, until someone else can confirm it.

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

[Bug 153635] VBA Methods could handle file path separators OS-independently

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=153635

--- Comment #3 from Olivier Hallot  ---
Isn't the case to allow ExportAsFixedFormat and other to use of well known
ConvertToURL() function as argument for Filename:= ?

Filename:=".\ExportAsPDF.pdf", _
to
Filename:=ConvertToURL(".\ExportAsPDF.pdf"), _

Ref: 
https://help.libreoffice.org/master/en-US/text/sbasic/shared/03120312.html?DbPAR=BASIC#bm_id3152801

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

[Bug 160340] New: Extra "phantom" cursors when triple clicking and dragging [Windows 11]

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160340

Bug ID: 160340
   Summary: Extra "phantom" cursors when triple clicking and
dragging [Windows 11]
   Product: LibreOffice
   Version: 24.2.1.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: danielco...@seznam.cz

Description:
Extra cursors appear when triple clicking with the left mouse button on a empty
line surrounded by non-empty lines. 

Steps to Reproduce:
1. New document
2. Add a couple of lines
3. triple click on a line and drag up and down to the other lines while holding
the left mouse buttom
4. Cursors will appear on the lines the cursor passes through

Actual Results:
Cursor moves, fake cursors appear on every line it passes through

Expected Results:
Cursor moves without phantom cursors being left behind


Reproducible: Always


User Profile Reset: No

Additional Info:
[Information automatically included from LibreOffice]
Locale: en-US
Module: TextDocument
[Information guessed from browser]
OS: Windows (All)
OS is 64bit: yes

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

[Bug 35694] "Page number" automatic field stops counting before last page if offset >0 (see comment 22)

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=35694

--- Comment #61 from Mike Kaganski  ---
(In reply to Eyal Rozenberg from comment #60)

There definitely is a bug in the wording (and maybe placement, etc.) of this
"offset" thing. It definitely provokes the problem in understanding of its
goal.

However, there should be no way to *set* the page number through the field. In
LibreOffice, the page number is set through properties of a page break. That
must stay, and there should be no hidden connections between fields and page
breaks. Convenience features like "insert break" dialogs are fine.

Arguing that "this is what users want" may indicate a problem in UX; but this
is definitely *not* a definitive "this is how it must work" - otherwise, this
PoV forces "every program is bound to what another, most widespread program
does" - just because people naturally want to do the same as they are
accustomed to in another software; and the percentage of these users would
necessarily be dominant. This just prevents any innovation / other ways of
implementing features.

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

[Bug 160338] Calc freezes on "Format - Page Style - Header - Edit - Text Attribute" dialog

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160338

Kevin Suo  changed:

   What|Removed |Added

   Keywords|bibisectNotNeeded   |bibisectRequest

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

[Bug 160336] I don't know how to interact with REDMINE

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160336

--- Comment #6 from Colin  ---
(In reply to ady from comment #5)
> (In reply to Colin from comment #4)
> 
> Perhaps it is a matter of clearing the browser's cache? For 45 filtered
> bugs, it should not take such a long time; a couple of seconds (or so)
> should suffice for nowadays broad band.

Now I've got it. The editable functions at the bottom had been prefilled with
Assignee OR Reporter so it was indeed sorting the entire file. My mistake, the
corrected filter now goes Choo Choo!

@ ady @Stéphane my apologies for wasting your time and thanks for helping me
learn something new today.

Do I kill the report or is that for one of the Big Boys to action?

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

[Bug 160310] FILEOPEN FILESAVE import and export xlsx with Pivot Table and Chart, errors

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160310

Aron Budea  changed:

   What|Removed |Added

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


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107060
[Bug 107060] [META] Pivot chart issues
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 107060] [META] Pivot chart issues

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107060

Aron Budea  changed:

   What|Removed |Added

 Depends on||160310


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=160310
[Bug 160310] FILEOPEN FILESAVE import and export xlsx with Pivot Table and
Chart, errors
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 160336] I don't know how to interact with REDMINE

2024-03-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=160336

--- Comment #5 from ady  ---
(In reply to Colin from comment #4)

Perhaps it is a matter of clearing the browser's cache? For 45 filtered bugs,
it should not take such a long time; a couple of seconds (or so) should suffice
for nowadays broad band.

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

  1   2   >