[Libreoffice-bugs] [Bug 144548] Could not find Help page

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144548

--- Comment #6 from flywire  ---
It would be good to run a process to identify and list broken links. If it's a
manageable number there's a good chance a community member would be interested
in finding the links.

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

[Libreoffice-bugs] [Bug 145179] New: The scope of auto-filter (Ctrl+Shift+L) is not limited to the rows which were selected

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145179

Bug ID: 145179
   Summary: The scope of auto-filter (Ctrl+Shift+L) is not limited
to the rows which were selected
   Product: LibreOffice
   Version: 7.2.1.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: 123dev...@gmail.com

Description:
In LibreOffice Calc, select a set of rows and columns, apply the auto-filter
(using Ctrl+Shift+L) and then try to sort; It will sort the remaining rows as
well (which were not included while applying auto-filter.

Example: Populate data in 4 to 5 columns, consider the first row as the header
row, 10 data rows and the last one assumed as the footer row (with totals,
average, etc.). Now, select the header row, 10 data rows and create an
auto-filter. (Remember: the last / footer row was not selected while creating
this auto-filter). Now, try and sort on any column; it will also consider the
last row (which was not selected while creating auto-filter) in that sorting!
Interestingly, if the last row had some totals or averages, then the whole
calculation will go for a toss due to shuffling of rows. :-)

Basically, the auto-filter should be applied to only those rows and columns
which were selected while creating the auto-filter.

Steps to Reproduce:
1. Select a set of rows and columns (excluding the last row, which has
auto-calculated fields) and create an auto-filter (Ctrl+Shift+L)
2. Sort on any columns, and it will include the last row as well!

Actual Results:
Includes the rows which were not selected for auto-filter

Expected Results:
Only those rows should be selected for auto-filter which were selected


Reproducible: Always


User Profile Reset: No



Additional Info:
In MS Excel, they create a filter on only those rows & columns which we select

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

[Libreoffice-bugs] [Bug 45488] Impress FILEOPEN: fontart object incorrect in pptx presentation

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=45488

Regina Henschel  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de

--- Comment #13 from Regina Henschel  ---
The character shadow is still missing in Version: 7.3.0.0.alpha0+ (x64) /
LibreOffice Community
Build ID: 93115d2c54d645bcf2f80fde325e3ede39dee4d5
CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: default; VCL: win
Locale: de-DE (en_US); UI: en-US
Calc: CL

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

[Libreoffice-bugs] [Bug 144826] Conditional formatting works in Base table, not in forms

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144826

--- Comment #15 from Robert Großkopf  ---
Created attachment 175789
  --> https://bugs.documentfoundation.org/attachment.cgi?id=175789=edit
Same database - now with conditional formatted content in a form field

Uploaded the database. The field will now show the font in a conditional
formatted way, because the font isn't directly set to a font color. Have
switched the color to automatic.

I will set this bug to worksforme. Feel free to reopen, if it doesn't solve
your problem.

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

[Libreoffice-bugs] [Bug 144826] Conditional formatting works in Base table, not in forms

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144826

Robert Großkopf  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED

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

[Libreoffice-bugs] [Bug 145148] Crash in: libstdc++.so.6

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145148

Julien Nabet  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from Julien Nabet  ---
No pb, thank you for the feedback! :-)
Let's put this one to WFM then.

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

[Libreoffice-bugs] [Bug 133651] FORMATTING not saved on FILESAVE in columns 65+ when cells in column only have formatting and no content

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133651

Buovjaga  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

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

[Libreoffice-bugs] [Bug 120586] A Track-Changes editing of a number can split it into two lines

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120586

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

Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: c998691e22ceda15c89d55cf7005201f0392dadb
CPU threads: 4; OS: Linux 5.10; UI render: default; VCL: gtk3
Locale: en-US (en_IL); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2021-10-14_11:54:20

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

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

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145175

Julien Nabet  changed:

   What|Removed |Added

 CC||noelgran...@gmail.com,
   ||sberg...@redhat.com

--- Comment #4 from Julien Nabet  ---
Stephan/Noel: In framework/source/services/frame.cxx I tried to change
m_aCommandOptions from SvtCommandOptions to std::unique_ptr
but it failed with:
#0  std::__shared_ptr::get() const (this=0x20) at
/usr/bin/../lib/gcc/x86_64-linux-gnu/10/../../../../include/c++/10/bits/shared_ptr_base.h:1330
#1  0x7fbbb1490848 in std::__shared_ptr_access::_M_get() const (this=0x20)
at
/usr/bin/../lib/gcc/x86_64-linux-gnu/10/../../../../include/c++/10/bits/shared_ptr_base.h:1027
#2  0x7fbbb1485c35 in std::__shared_ptr_access::operator->() const (this=0x20)
at
/usr/bin/../lib/gcc/x86_64-linux-gnu/10/../../../../include/c++/10/bits/shared_ptr_base.h:1021
#3  0x7fbbb1484616 in
SvtCommandOptions::EstablishFrameCallback(com::sun::star::uno::Reference
const&) (this=0x0, xFrame=
uno::Reference to ((anonymous namespace)::XFrameImpl *) 0x2cbd490) at
unotools/source/config/cmdoptions.cxx:340
#4  0x7fbbb61dc9b2 in (anonymous namespace)::XFrameImpl::initListeners()
(this=0x2cbd420) at framework/source/services/frame.cxx:509

I noticed the use of weak reference and std::make_shared in
unotools/source/config/cmdoptions.cxx. Any idea how to fix this part?

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

[Libreoffice-bugs] [Bug 78703] SLIDESHOW: fading slide transitions start with a white 'flash'

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78703

Telesto  changed:

   What|Removed |Added

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

--- Comment #38 from Telesto  ---
I still see a flash(on Windows)
Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 93115d2c54d645bcf2f80fde325e3ede39dee4d5
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL

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

[Libreoffice-bugs] [Bug 94691] [META] Impress OpenGL transition bugs

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94691
Bug 94691 depends on bug 78703, which changed state.

Bug 78703 Summary: SLIDESHOW: fading slide transitions start with a white 
'flash'
https://bugs.documentfoundation.org/show_bug.cgi?id=78703

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|WORKSFORME  |---

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

[Libreoffice-bugs] [Bug 145180] Do not work

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145180

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #2 from m.a.riosv  ---
Usually some issue with the profile. On Windows, it is in:
C:\Users\USER\AppData\Roaming\LibreOffice\4  (replace USER by your user)
Rename it, so LIbreOffice build a new one at installation.

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

[Libreoffice-bugs] [Bug 145183] [1]

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145183

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
Please attach a sample file, and edit the title with a short message about the
issue.

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

[Libreoffice-bugs] [Bug 78703] SLIDESHOW: fading slide transitions start with a white 'flash'

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78703

--- Comment #40 from Rafael Lima  ---
It is working on my machine using LO 7.3 alpha (build from Oct 14) and the kf5
backend. I used the "minimal test case" and it worked as expected, without the
initial flash.

Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: c998691e22ceda15c89d55cf7005201f0392dadb
CPU threads: 16; OS: Linux 5.11; UI render: default; VCL: kf5 (cairo+xcb)
Locale: pt-BR (pt_BR.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2021-10-14_11:54:20
Calc: threaded

Maybe a Windows-only issue?

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

[Libreoffice-bugs] [Bug 139896] [META] PPTX Hyperlink issues

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139896
Bug 139896 depends on bug 124232, which changed state.

Bug 124232 Summary: Interactions and hyperlinks to objects are not preserved 
when you save a document in OOXML format
https://bugs.documentfoundation.org/show_bug.cgi?id=124232

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 140635] Options for auto correction need 22 seconds to open and a correction cannot be found / disabled

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140635

--- Comment #24 from tommy27  ---
you should retest using LibO 7.1.5 or later

the loading speed is much higher in this version

see Bug 128078

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

[Libreoffice-bugs] [Bug 145100] Applying numbered list style after bulleted increases its level

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145100

niina-ma...@outlook.com changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from niina-ma...@outlook.com ---
Hi, 
Thank you for reporting the bug. I have changed the status to NEEDINFO. Can you
provide a test document and the actual results/expected results info so its
easier to test your bug? 

When you have provided the test document and the extra info, you can change the
status back to unconfirmed.

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

[Libreoffice-bugs] [Bug 135869] Anchor a chart behaves differently/wonky compared to an image

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135869

Telesto  changed:

   What|Removed |Added

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

--- Comment #6 from Telesto  ---
Still off
Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 93115d2c54d645bcf2f80fde325e3ede39dee4d5
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL

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

[Libreoffice-bugs] [Bug 145181] New: LibreOffice Math does not register ^

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145181

Bug ID: 145181
   Summary: LibreOffice Math does not register ^
   Product: LibreOffice
   Version: 7.2.1.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: daniel-gen...@aon.at

Description:
If I try to write exponents in LibreOffice Math using ^ the symbol will not get
registered - making use practically impossible when exponents are involved. 

Steps to Reproduce:
1.install the complete libreoffice package (7.2)
2.launch libreoffice-math
3.try to write ^

Actual Results:
^ does not get registered

Expected Results:
^ should get registered


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
The problem is not present if only libreoffice-math is installed. I tried
Arch(EndeavourOS) and ZorinOS. I have been using GNOME on both distrirbutions.

Version: 7.2.2.2 / LibreOffice Community
Build ID: 20(Build:2)
CPU threads: 8; OS: Linux 5.11; UI render: default; VCL: gtk3
Locale: de-AT (en_US.UTF-8); UI: en-US
Ubuntu package version: 1:7.2.2~rc2-0ubuntu0.20.04.1~lo1
Calc: threaded

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

[Libreoffice-bugs] [Bug 145182] New: RESIZE of Navigator does not work as it should

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145182

Bug ID: 145182
   Summary: RESIZE of Navigator does not work as it should
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: greenandpleasant2000-supp...@yahoo.co.uk

Version: 7.3.0.0.alpha0+ / LibreOffice Community
Build ID: 008f28c9e01114e731f785e9e238236a1ed069d2
CPU threads: 4; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: en-GB (en_GB.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2021-08-22_15:17:36
Calc: threaded

Recent changes made to the resizability of the navigator do not appear to be
working properly at all.

PROBLEM 1

1. Download the latest daily appimage and open an existing file in it. Display
the navigator (F5)

EXPECTED RESULT: Navigator displays undocked, at default size, full width and a
reasonable length; and in a convenient position.
ACTUAL RESULT: The navigator is a tiny thing stuck in the left-hand top corner.
You have to drag it into position and resize it.

PROBLEM 2

The navigator HAS to be able to display the topmost property value (default is
"Page"), so there is no point, AFAICS, in allowing the user to reduce it any
further. (Unless of course you can reposition the property value box to free up
space on the right-hand side of the navigator.)

SUGGESTION: Maintain a minimum width for the navigator for now.

PROBLEM 3

2. With the right-hand sidebar open, position the UNDOCKED navigator to the
left of it but not over it (so that it does not dock).
3. Now grab the right-hand edge of the navigator, extend it rightward so that
it crosses the boundary of the sidebar, then drag it back to the original
position.

EXPECTED RESULT: The navigator resumes its former size and shape; and remains
undocked.
ACTUAL RESULT: The navigator becomes docked when released from the mouse. If
you undock it, it assumes a size and position different from its original ones.

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

[Libreoffice-bugs] [Bug 145179] The scope of auto-filter (Ctrl+Shift+L) is not limited to the rows which were selected

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145179

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
Please attach a sample file to test.

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

[Libreoffice-bugs] [Bug 118300] Information related to a character is not according to the displayed character in a particular case.

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=118300

ricky.t...@gmail.com changed:

   What|Removed |Added

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

--- Comment #12 from ricky.t...@gmail.com ---
Version: 7.2.2.2; Build ID: 20(Build:2); CPU threads: 4; OS: Linux 5.14; UI
render: default; VCL: gtk3; Locale: fi-FI (fi_FI.UTF-8); UI: en-US; Calc:
threaded

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

[Libreoffice-bugs] [Bug 109232] [META] Special character dialog and toolbar group button bugs and enhancements

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109232
Bug 109232 depends on bug 118300, which changed state.

Bug 118300 Summary: Information related to a character is not according to the 
displayed character in a particular case.
https://bugs.documentfoundation.org/show_bug.cgi?id=118300

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 133874] Opening autocorrect options takes a long time (Linux with kf5 or gen)

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133874

tommy27  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 140635] Options for auto correction need 22 seconds to open and a correction cannot be found / disabled

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140635

tommy27  changed:

   What|Removed |Added

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

--- Comment #25 from tommy27  ---
this one seems a dupe of Bug 133874

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

[Libreoffice-bugs] [Bug 145186] Base Form can not access hidden filtered table when 'Content type' is a table and form is set "Analyze SQL" → 'yes'

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145186

Robert Großkopf  changed:

   What|Removed |Added

Summary|Base Form can not access|Base Form can not access
   |hidden filtered table when  |hidden filtered table when
   |'Content type' is a table   |'Content type' is a table
   ||and form is set "Analyze
   ||SQL" → 'yes'
   Assignee|rob...@familiegrosskopf.de  |libreoffice-b...@lists.free
   ||desktop.org
Version|7.0.6.2 release |6.4.7.2 release

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

[Libreoffice-bugs] [Bug 145186] Base Form can not access hidden filtered table when 'Content type' is a table and form is set "Analyze SQL" → 'yes'

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145186

--- Comment #3 from intmail01  ---
For my usage the write protection is not good idea. The goal is not to prevent
table modification because this can be done on the server.
The fact to hide a table is just for good looking and good design for the user
working space on the screen, then display only  essential tables. It help user
to not have to navigate through too many table structure.

Thanks for all.

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

[Libreoffice-bugs] [Bug 141773] Autocorrection for all languages doesn't work anymore

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141773

tommy27  changed:

   What|Removed |Added

Summary|Autocorrection for all  |Autocorrection for all
   |languages   |languages doesn't work
   ||anymore

--- Comment #12 from tommy27  ---
I stumbled upon this bug today when I upgraded from 7.0.4.2 to 7.1.5.2
I can also tell the issue is still present in 7.2.0.0 too.

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

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

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145175

--- Comment #6 from Julien Nabet  ---
Noel: so does it mean we may remove the SAL_WARN_IF in:
152 utl::ConfigManager::~ConfigManager() {
153 SAL_WARN_IF(!items_.empty(), "unotools.config", "ConfigManager not
empty");
154 }

to reduce console noise?

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

[Libreoffice-bugs] [Bug 145168] Closing a document newly created from a template crashes LO (but no crash dump)

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145168

--- Comment #3 from Julien Nabet  ---
Just for the record, on pc Debian x86-64 with master sources updated today, I
don't reproduce this.
When I launched LO, after having opened a template for Writer, I got only 1
document, not 2 like you so I didn't continue the test.
Perhaps LO Macos only bug?

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

[Libreoffice-bugs] [Bug 135543] Writer auto spellcheck works intermittently

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135543

--- Comment #11 from Telesto  ---
(In reply to Loree Hardmon from comment #10)
> There are steps missing
> 1. open a document
> 2. start to type some words and misspell some on purposes
> 3. some words are underlined in red meaning the word is misspelled but some
> are not and the spell check is notnrecognizing the tense of the words used.
> 
> I used the write in a sentence when the word should have been right which is
> the correct tense but the spell sheck did notrecognize this.

Any change to give an extra "phrase" for step 2. With the addition of which
would should be recognized as misspelled? [Or is it at random?]

Also are talking about English or some different language? Implicitly answered
when giving a phrase

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

[Libreoffice-bugs] [Bug 135901] Missing space suggestion has an exception, where i would expect it too

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135901

--- Comment #6 from Telesto  ---
No clue what this was about
Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 93115d2c54d645bcf2f80fde325e3ede39dee4d5
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL

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

[Libreoffice-bugs] [Bug 145184] New: Custom number on numbered list

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145184

Bug ID: 145184
   Summary: Custom number on numbered list
   Product: LibreOffice
   Version: 6.4.7.2 release
  Hardware: All
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: polla...@protonmail.com

Description:
When you create a numbered list and want it to start at a specific number you
have to use the buttons "+" and "-" to increase or decrease the number one by
one. If you try to enter the number directly in the textbox it won't work.

Steps to Reproduce:
1. Create a numbered list.
2. Go to "Bullets and Numbering" options
2. Go to the textbox that says "Start at:"
3. Introduce the text directly in the textbox

Actual Results:
Numbered list gets disabled

Expected Results:
Numbered list should begin with custom number.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 6.4.7.2
Build ID: 1:6.4.7-0ubuntu0.20.04.1
CPU threads: 12; OS: Linux 5.13; UI render: default; VCL: gtk3; 
Locale: es-ES (en_US.UTF-8); UI-Language: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 145117] XML Source not imported if tags is non-ASCII symbols

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145117

--- Comment #8 from himajin100...@gmail.com ---
Created attachment 175793
  --> https://bugs.documentfoundation.org/attachment.cgi?id=175793=edit
NonReproducible XML file. Names start with ascii-alpha

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

[Libreoffice-bugs] [Bug 140854] Base VIEWING - table data redacted with black coloring for Memo [LONGVARCHAR] fields (macOS)

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140854

--- Comment #32 from Yannick Chiron  ---
Bug still present in the released version LibreOffice 7.2.2.

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

[Libreoffice-bugs] [Bug 77407] Option to Reduce Image Resolution

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77407

Jérôme  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 145161] Writer Impress : the image compression form should change the image resolution only if it decreases

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145161

Jérôme  changed:

   What|Removed |Added

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

--- Comment #3 from Jérôme  ---
See bug 77407 comment 9.

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

[Libreoffice-bugs] [Bug 135846] Images disappearing of page (or becoming transparent) after moving image

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135846

--- Comment #7 from Theodore Peter  ---
Your computer might be having a glitch - it sounds like your graphics driver
ended up corrupted out of nowhere. You can check for updates from the
manufacturer's website to make sure or talk with
https://www.uk-dissertation.com/buy-dissertation.html regarding the issue and
they will help.

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

[Libreoffice-bugs] [Bug 145180] New: Do not work

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145180

Bug ID: 145180
   Summary: Do not work
   Product: LibreOffice
   Version: 7.1.6.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Installation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: pothier.bern...@sfr.fr

Created attachment 175791
  --> https://bugs.documentfoundation.org/attachment.cgi?id=175791=edit
Crash report

I've tried the 7.2 version, but it didn't walk well, so à re-installed LO 7.1.6
but it don't work now... I've tried all possibilities on the Mode sans echec,
without success, help please...

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

[Libreoffice-bugs] [Bug 145180] Do not work

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145180

pothier.bern...@sfr.fr changed:

   What|Removed |Added

 CC||pothier.bern...@sfr.fr

--- Comment #1 from pothier.bern...@sfr.fr ---
Comment on attachment 175791
  --> https://bugs.documentfoundation.org/attachment.cgi?id=175791
Crash report

LO 7.2 didn't work well on my computer, so i came back to LO7.1.6, but it
doesn't work at all...

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

[Libreoffice-bugs] [Bug 145171] Use of questionable polygon optimization on startup

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145171

--- Comment #3 from Julien Nabet  ---
Telesto: what do you mean?
Isn't "warn:legacy.tools:2814:2814:tools/source/generic/poly.cxx:1033:
Optimizing could fail with beziers!" already a console input?

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

[Libreoffice-bugs] [Bug 145181] LibreOffice Math does not register ^

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145181

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #1 from Julien Nabet  ---
Just for the record, on pc Debian x86-64 with master sources updated today or
with LO Debian package 7.2.1, I don't reproduce this.

If I type:
2^3, I got 2 and 3 set as exponent.

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

[Libreoffice-bugs] [Bug 76900] FILESAVE: Flat XML format broken. Formula size not preserved in roundtrip.

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76900

--- Comment #21 from sergio.calleg...@gmail.com ---
The flat XML file format has been broken or at least half baked virtually
forever and no one really cares about them.

Even the legitimate user case of improving the ability to store opendocument
formats in git repos has been addressed by "rezip" scripts (see
https://github.com/costerwi/rezip if this was the reason for being interested
in flat XML). They are certainly slow and sub-optimal but good enough for
practical usage cases.

My two cents: ability to write in flat XML should be disabled and the ability
to enable it should be hidden behind the experimental features because it is
just a source of frustration and data loss. Ability to read should be left in
case someone has flat XML opendocument files around (because alone it is
harmless).

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

[Libreoffice-bugs] [Bug 140854] Base VIEWING - table data redacted with black coloring for Memo [LONGVARCHAR] fields (macOS)

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140854

Aron Budea  changed:

   What|Removed |Added

   Keywords||bisected

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

[Libreoffice-bugs] [Bug 135944] Selected table can't with splitted and merged cells can't be overwritten/ nor does it past in the cells as what happens with regular table

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135944

Telesto  changed:

   What|Removed |Added

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

--- Comment #6 from Telesto  ---
1. Open the attached file
2. Select the "xcxc" below the table
3. Place cursor in table say A1
4. Press CTRL+A (table selected)
5. CTRL+V (

With a regular table all cells get filled with 'xcxc'

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

[Libreoffice-bugs] [Bug 78703] SLIDESHOW: fading slide transitions start with a white 'flash'

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78703

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 OS|Linux (All) |All
 Ever confirmed|0   |1

--- Comment #39 from Buovjaga  ---
Seems we had earlier Windows confirmations, but OS was not changed to All.

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

[Libreoffice-bugs] [Bug 145183] [1]

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145183

--- Comment #2 from Julien Nabet  ---
Also give a try to a newer LO version, 6.4.7 is quite old.
You can use https://launchpad.net/~libreoffice/+archive/ubuntu/ppa
Anyway, since dealing with decimal separator is a bit specific, you may
reproduce this too on recent LO version.

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

[Libreoffice-bugs] [Bug 145180] Do not work

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145180

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #3 from Julien Nabet  ---
If trying 7.2 branch, you can try the brand 7.2.2 LO version.
Also you may apply https://wiki.documentfoundation.org/QA/FirstSteps

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

[Libreoffice-bugs] [Bug 145181] LibreOffice Math does not register ^

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145181

--- Comment #2 from daniel-gen...@aon.at ---
Alright, it appears the problem has to do with the german keyboard layout. When
switching to the english(US) layout on ZorinOS(Gnome) ^ is being registered.

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

[Libreoffice-bugs] [Bug 145117] XML Source not imported if tags is non-ASCII symbols

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145117

--- Comment #9 from himajin100...@gmail.com ---
https://gitlab.com/orcus/orcus/-/blob/master/include/orcus/sax_parser.hpp#L244
https://gitlab.com/orcus/orcus/-/blob/master/include/orcus/sax_parser.hpp#L252

there may be more is_alpha() thingy in non-element-related code.

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

[Libreoffice-bugs] [Bug 145186] Base Form can not access hidden filtered table when 'Content type' is a table

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145186

Robert Großkopf  changed:

   What|Removed |Added

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

--- Comment #2 from Robert Großkopf  ---
Created attachment 175795
  --> https://bugs.documentfoundation.org/attachment.cgi?id=175795=edit
Open the different forms. Form connected to table with "Analyze SQL - Yes"
don't find the table.

Have tested it with different forms.
Only the form, which is linked to a table and is set to "Analyze SQL → 'Yes'"
shows an error.
All other forms will show the content. 
But: All other forms will only show the content. The content is write
protected.

I would prefer to show a warning "content is write protected, because table is
hidden" or something else. And then: Open the form in write protected mode.

My system: OpenSUSE 15.2 64bit rpm Linux.

Tested with different versions of LO, fails in LO 7.2.2.2, also in LO 6.4.7.2.
Could be a bug introduced by OOo.

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

[Libreoffice-bugs] [Bug 145186] Base Form can not access hidden filtered table when 'Content type' is a table and form is set "Analyze SQL" → 'yes'

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145186

--- Comment #4 from Robert Großkopf  ---
(In reply to intmail01 from comment #3)
> For my usage the write protection is not good idea. The goal is not to
> prevent table modification because this can be done on the server.

You are right. Hiding tables in Base is only for good looking - couldn't be
protected. But for this moment all queries will show a hidden table also write
protected. So this bug is: Show also the table write protected in a form.

An enhancement would be: Don't set a table write protected, if it is only set
unvisible in Base.

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

[Libreoffice-bugs] [Bug 145183] New: [1]

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145183

Bug ID: 145183
   Summary: [1]
   Product: LibreOffice
   Version: 6.4.7.2 release
  Hardware: Other
OS: Linux (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ke...@keithsayers.id.au

I have encountered what seems to be a structural fault in CALC Version: 6.4.7.2
Build ID: 1:6.4.7-0 ubuntu0.20.04.1
- the FIND() function cannot detect a decimal point within a zero field.
Suffixed is an extraction from a database - row 17, columns W to Z.
The command in cell Z17 is =LEFT(W17,FIND(".",W17)-1) and the result is in cell
Z17

Column :   WX   YZ
Row 17 : 0.00  18  53  #VALUE!

In other cells in that column the command works correctly and if I change that
decimal point to a comma, then FIND() does find it.

I have tried the same thing in Gnumeric with the same result.

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

[Libreoffice-bugs] [Bug 145182] RESIZE of Navigator does not work as it should

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145182

--- Comment #1 from R. Green  ---
Note: The issue goes back to at least LO 7.2.0.4.

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

[Libreoffice-bugs] [Bug 76900] FILESAVE: Flat XML format broken. Formula size not preserved in roundtrip.

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76900

--- Comment #20 from phv  ---
I just wasted an hour trying to figure out why the fonts defined for my
formulas were lost after each save. Please at least give a warning when saving.

For a basic user like me, it seems obvious that a format called fodt should
keep all the data, because of its similarity with the odt format.

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

[Libreoffice-bugs] [Bug 128078] Improve loading of large autocorrect lists

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128078

tommy27  changed:

   What|Removed |Added

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

--- Comment #15 from tommy27  ---
retested using LibO 7.1.5.2 

autocorrect now takes just 4 seconds to load a huge autocorrect replacement
table.

issue is finally solved

thanks to anyone who fixed it

RESOLVED WORKSFORME

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

[Libreoffice-bugs] [Bug 109158] slower loading of a huge AutoCorrect replacement table

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109158

tommy27  changed:

   What|Removed |Added

 Status|VERIFIED|CLOSED

--- Comment #70 from tommy27  ---
issue finally gone in 7.1.x branch
see bug 128078

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

[Libreoffice-bugs] [Bug 103341] [META] AutoCorrect and Word Completion bugs and enhancements

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103341
Bug 103341 depends on bug 128078, which changed state.

Bug 128078 Summary: Improve loading of large autocorrect lists
https://bugs.documentfoundation.org/show_bug.cgi?id=128078

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 145185] New: Name box -> Manage Names -> Range Options -> 'Filter' is not persisted

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145185

Bug ID: 145185
   Summary: Name box -> Manage Names -> Range Options -> 'Filter'
is not persisted
   Product: LibreOffice
   Version: 7.1.6.2 release
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dmitr...@gmail.com

Description:
'Filter' checkbox of a named range is not persisted after re-opening a
document.

Steps to Reproduce:
1.Using the Name Box -> Manage names define a named range
2.Mark this name as 'Filter' in Range options
3.Save document
4.Load document

Actual Results:
Filter checkbox is not marked for the named range.

Expected Results:
Filter checkbox is marked for the named range.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.1.6.2 / LibreOffice Community
Build ID: 0e133318fcee89abacd6a7d077e292f1145735c3
CPU threads: 12; OS: Mac OS X 10.16; UI render: default; VCL: osx
Locale: en-US (en.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 145187] New: acor_und.dat autocorrect replacement table doesn't work anymore

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145187

Bug ID: 145187
   Summary: acor_und.dat autocorrect replacement table doesn't
work anymore
   Product: LibreOffice
   Version: 7.1.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Linguistic
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ba...@quipo.it
CC: so...@libreoffice.org

Description:
that replacement list that worked as a global all-language autocorrect
database, is not working anymore in LibO 7.1.5.2 (Windows)

all the autocorrect entries inside that file are ignored by LibO while
typing...
the replacement list is still accessible from the Tools/Autocorrect menu (you
gotta find [All] at the top of the list) but the text replacement is not
applied.

seems a regression from the 7.0.4.2 version I was using before upgrading


Steps to Reproduce:
.

Actual Results:
.

Expected Results:
.


Reproducible: Always


User Profile Reset: No



Additional Info:
.

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

[Libreoffice-bugs] [Bug 145186] Base Form can not access hidden filtered table when 'Content type' is a table

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145186

--- Comment #1 from intmail01  ---
Created attachment 175794
  --> https://bugs.documentfoundation.org/attachment.cgi?id=175794=edit
Table missing error message

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

[Libreoffice-bugs] [Bug 145187] acor_und.dat autocorrect replacement table doesn't work anymore

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145187

Julien Nabet  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||serval2...@yahoo.fr

--- Comment #1 from Julien Nabet  ---
It's a regression from a patch I did, see 
https://bugs.documentfoundation.org/show_bug.cgi?id=141773#c2 and following
for more explanation.

If you want to revert the patch, don't hesitate to. Autocorrect part is quite a
mess.

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

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

[Libreoffice-bugs] [Bug 141773] Autocorrection for all languages

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141773

Julien Nabet  changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #11 from Julien Nabet  ---
*** Bug 145187 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 145160] Writer Impress : the image compression form should select by default the former image format

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145160

Jérôme  changed:

   What|Removed |Added

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

--- Comment #3 from Jérôme  ---
See bug 77407 comment 9.

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

[Libreoffice-bugs] [Bug 77407] Option to Reduce Image Resolution

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=77407

Jérôme  changed:

   What|Removed |Added

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

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

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

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145175

--- Comment #3 from Julien Nabet  ---
Created attachment 175790
  --> https://bugs.documentfoundation.org/attachment.cgi?id=175790=edit
bt with debug symbols for "Office.Commands/Execute"

After adding some trace at registerConfigItem and removeConfigItem and when
comparing, the only remnant was "Office.Commands/Execute".

So I retrieved a bt from where "Office.Commands/Execute" is registered.

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

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

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145175

Julien Nabet  changed:

   What|Removed |Added

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

--- Comment #2 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I could reproduce this.

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

[Libreoffice-bugs] [Bug 135849] Image shuffle around when moving an image (another example)

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135849

Telesto  changed:

   What|Removed |Added

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

--- Comment #5 from Telesto  ---
No change
Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 93115d2c54d645bcf2f80fde325e3ede39dee4d5
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: en-US
Calc: CL

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

[Libreoffice-bugs] [Bug 87740] [META] Anchor and text wrapping bugs and enhancements

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87740
Bug 87740 depends on bug 135849, which changed state.

Bug 135849 Summary: Image shuffle around when moving an image (another example)
https://bugs.documentfoundation.org/show_bug.cgi?id=135849

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|INSUFFICIENTDATA|---

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

[Libreoffice-bugs] [Bug 145171] Use of questionable polygon optimization on startup

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145171

Telesto  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr,
   ||tele...@surfxs.nl

--- Comment #2 from Telesto  ---
@Julien
This needs console output

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

[Libreoffice-bugs] [Bug 52316] UI: Page count in Status bar does not respect setting "Print automatically inserted blank pages"; Incorrect value for page count field (see comment #16)

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=52316

--- Comment #26 from christianarcadio...@gmail.com ---
Is there currently a workaround on this? it really makes it very easy to forget
updating the page count in documents.

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

[Libreoffice-bugs] [Bug 52316] UI: Page count in Status bar does not respect setting "Print automatically inserted blank pages"; Incorrect value for page count field (see comment #16)

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=52316

--- Comment #27 from christianarcadio...@gmail.com ---
Is there currently a workaround on this? it really makes it very easy to forget
updating the page count in documents.

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

[Libreoffice-bugs] [Bug 145168] Closing a document newly created from a template crashes LO (but no crash dump)

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145168

--- Comment #4 from Jon R Kibler  ---
I think the video of the document is misleading because screencap does not show
the title bar ("feature" of screen cap?).

What is actually happening is that it is only creating a single document. When
I close the document (CMD-W or Window-->Close) it actually closes the document
and the title bar reverts to "File Tools Window" and the document area shows a
document. But, if you look at Windows, there is no document. You also can't do
a "Close" from the Windows menu, because it thinks there is no document. You
can't edit or manipulate what appears to be a document... but CMD-W will close
it.

Also, trying to recover a non-existent document after LO crashes is another
indicator that the "second document" never existed to begin with.

As I noted previously, I think there is a bug (macOS specific?) in the way that
creating a document from a template works. This is the second of two bugs I
filed regarding that issue (see above in bug flow).

Bottom line: Trying to create stuff as new documents from Templates is flaky,
but creating by other paths (e.g., New document, then apply template) works
flawlessly.


Now, a debugging question: When LO crashes, I get no crash dump. Why? How can I
force it to generate a crash dump so there is something a little more
substantial to work from to debug this?? Thanks!

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

[Libreoffice-bugs] [Bug 136498] In PDF options "%PRODUCTNAME" is displayed in tooltip

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136498

Julien Nabet  changed:

   What|Removed |Added

 CC||caol...@redhat.com

--- Comment #4 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I don't reproduce this
with kf5 and gen renderings but could reproduce this with gtk3 rendering.

Caolán: thought you might be interested in this one.

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

[Libreoffice-bugs] [Bug 96499] FILEOPEN: HTML format .xls file shows NUMERIC cell value while TEXT type is expected (because ScHTMLQueryParser::ParseStyle has failed) (related to orcus)

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96499

--- Comment #14 from Kevin Suo  ---
I submitted another patch:
https://gerrit.libreoffice.org/c/core/+/123715

With this patch, the "test file 2" (attachment 175756) is not opened correctly
with the MSO-Number-Formats applied, the ID numbers are shown correctly as
TEXT.

However, attachment 121310 (i.e. the one which has Chinese char property-values
unquoted. Anyone who has any idea how to add quotes to those chars? The css
OSring looks like this:

.style0
{mso-number-format:"General";
text-align:general;
...
font-family:宋体;
mso-font-charset:134;
...
mso-style-id:0;}
.style16
{mso-number-format:"_ \0022\00A5\0022* \#\,\#\#0_ \;_ \0022\00A5\0022*
\\-\#\,\#\#0_ \;_ \0022\00A5\0022* \0022-\0022_ \;_ \@_ ";
mso-style-name:"货币[0]";
mso-style-id:7;}

The unquoted "font-family:宋体;" should be changed to "font-family:'宋体';" before
passed to orcus::css_parser in ScHTMLQueryParser::ParseStyle

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

[Libreoffice-bugs] [Bug 136498] In PDF options "%PRODUCTNAME" is displayed in tooltip

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136498

--- Comment #5 from Julien Nabet  ---
Perhaps a similar patch as
https://cgit.freedesktop.org/libreoffice/core/commit/?id=c9b19f69e658f1114f1b8fc0ae62b6edd6d33e3f
"Resolves: tdf#142704 %PRODUCTNAME shown in gtk3 extended tips"
should be used?

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

[Libreoffice-bugs] [Bug 143954] Menu rendering is broken (slow and jagged)

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143954

--- Comment #24 from Artem S. Tashkinov  ---
(In reply to stragu from comment #23)
> Artem, for the menu icons, you might have to change the second one to
> "false":
> 
> ShowIconsInMenues=true
> IsSystemIconsInMenus=false
> 
> That solved my issue, and I got the tip from here:
> https://ask.libreoffice.org/t/why-did-the-icons-disappear-in-the-menus-of-
> version-6-4/50875/4

Changing IsSystemIconsInMenus to false in `Options -> LibreOffice -> Advanced
-> Open Expert Configuration` has indeed made icons in menus appear but I'd
still be glad to have a decent experience without having to install
libobasis7.2-gnome-integration-7.2.2.2-2.x86_64.rpm

I will test LO 7.1 later.

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

[Libreoffice-bugs] [Bug 145117] XML Source not imported if tags is non-ASCII symbols

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145117

--- Comment #7 from himajin100...@gmail.com ---
Created attachment 175792
  --> https://bugs.documentfoundation.org/attachment.cgi?id=175792=edit
Reproducible XML file. Names start with (non-(ascii-alpha))

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

[Libreoffice-bugs] [Bug 145186] New: Base Form can not access hidden filtered table when 'Content type' is a table

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145186

Bug ID: 145186
   Summary: Base Form can not access hidden filtered table when
'Content type' is a table
   Product: LibreOffice
   Version: 7.0.6.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: intmai...@gmail.com

Description:
When I hide a table with the menu Tools > Table Filter then any query based on
this table can always access it.
But with Form it shows an error message when 'Content type' is a Table based on
the hidden one.
It is good thing to let Form to access an hidden table like in query.
(When doing tests please save, close then re-open the .odb file)


Steps to Reproduce:
1.Hide the table with menu Tools > Table Filter
2.Save the file, close, then reopen it
2.Open the form
3.An error message box is displayed

Actual Results:
Error message box

Expected Results:
No error


Reproducible: Always


User Profile Reset: Yes


OpenGL enabled: Yes

Additional Info:
Version: 7.0.6.2
Build ID: 144abb84a525d8e30c9dbbefa69cbbf2d8d4ae3b
CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: gtk3
Locale: fr-FR (en_US); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 140635] Options for auto correction need 22 seconds to open and a correction cannot be found / disabled

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140635

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||ilmari.lauhakangas@libreoff
   ||ice.org
 Ever confirmed|0   |1

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

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

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145175

Noel Grandin  changed:

   What|Removed |Added

 Resolution|--- |NOTABUG
 Status|NEW |RESOLVED

--- Comment #5 from Noel Grandin  ---
LibreOffice generates tons of false positive warnings, it is just one of those
things that happens, no need to worry.

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

[Libreoffice-bugs] [Bug 140879] [META] Console noise

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=140879
Bug 140879 depends on bug 145175, which changed state.

Bug 145175 Summary: ConfigManager is not empty when quitting LO Writer (and LO)
https://bugs.documentfoundation.org/show_bug.cgi?id=145175

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTABUG

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

[Libreoffice-bugs] [Bug 145185] Name box -> Manage Names -> Range Options -> 'Filter' is not persisted

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145185

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m.a.riosv  ---
Created attachment 175797
  --> https://bugs.documentfoundation.org/attachment.cgi?id=175797=edit
Sample file saved with 7.1.6

Works for me with
Version: 7.2.2.2 (x64) / LibreOffice Community
Build ID: 02b2acce88a210515b4a5bb2e46cbfb63fe97d56
CPU threads: 4; OS: Windows 10.0 Build 21390; UI render: Skia/Raster; VCL: win
Locale: es-ES (es_ES); UI: en-US Calc: CL
Version: 7.1.6.2 (x64) / LibreOffice Community
Build ID: 0e133318fcee89abacd6a7d077e292f1145735c3
CPU threads: 4; OS: Windows 10.0 Build 21390; UI render: Skia/Vulkan; VCL: win
Locale: es-ES (es_ES); UI: es-ES Calc: threaded

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

[Libreoffice-bugs] [Bug 145181] LibreOffice Math does not register ^

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145181

--- Comment #4 from daniel-gen...@aon.at ---
Adding letters after writing ^ used to work and it was not a problem for me,
however it does not work since 7.2.

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

[Libreoffice-bugs] [Bug 145158] character format dialog doesn't show the current character size any more

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145158

--- Comment #3 from Mike Kaganski  ---
(In reply to Mike Kaganski from comment #2)

Wait, it was (and still is) something with my browser: it opens
20305894243e24eb383ab9feefebf4a0e9f2644f when I click on the link in comment 1.

Will look what could be the problem.

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

[Libreoffice-bugs] [Bug 138071] "Save remote" fails with "This operation is not supported on this operating system"

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=138071

Justin L  changed:

   What|Removed |Added

 CC||rob.fro...@wallawalla.edu

--- Comment #5 from Justin L  ---
*** Bug 139132 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 139132] Cannot save file to ssh:// mounted file system

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=139132

Justin L  changed:

   What|Removed |Added

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

--- Comment #3 from Justin L  ---


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

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

[Libreoffice-bugs] [Bug 145190] New: remote save cannot edit SSH service

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=145190

Bug ID: 145190
   Summary: remote save cannot edit SSH service
   Product: LibreOffice
   Version: 5.2.0.4 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jl...@mail.com
CC: jl...@mail.com

Created attachment 175802
  --> https://bugs.documentfoundation.org/attachment.cgi?id=175802=edit
Add-Edit SSH service.jpg: screenshots comparing add/edit - completely bogus.

LibreOffice cannot edit the SSH remote save service.

That has been true from day 1 (LO 5.1 when Remote Open/Save was introduced). At
first, it only allowed changing the username (and OK remained greyed out).

In LO 5.2, the full dialog showed up for editing, surprisingly based on
bibisect-linux-64-5.2 commit 1991055d113a1ba9c56640eef867b25d3817607f
  author Jan Holesovsky on 2016-03-24 17:06:37 +0100
  commit d2c1bc036de4b24a0f4602fbc7fd978fa8d603eb
Disable gdrive/OneDrive/Alfresco cloud based on whether they are compiled
in.

The problem is that "ssh://" is not tied to any internet protocol, so it seems
like the fix is to add urlobj INetProtocol::Ssh.

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

[Libreoffice-bugs] [Bug 143954] Menu rendering is broken (slow and jagged)

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143954

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

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

[Libreoffice-bugs] [Bug 143954] Menu rendering is broken (slow and jagged)

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=143954

QA Administrators  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

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

[Libreoffice-bugs] [Bug 141125] Can't Change Paper Size in Printer Properties - Newly introduced bug.

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141125

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

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Libreoffice-bugs] [Bug 141125] Can't Change Paper Size in Printer Properties - Newly introduced bug.

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=141125

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 136042] Freeze/layout loop after some delete action (LTR/RTL involved)

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136042

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 136085] The anchor to character/ to paragraph battle with an paragraph cross page

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136085

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

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-FollowUp

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

[Libreoffice-bugs] [Bug 144897] I would like the available usable area for each slide o be increased to fit the maximum zoom (5%)

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144897

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 144893] Image frame & content split when dragging frame outside table & partly off page

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144893

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 144894] Numbering capter

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144894

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 144874] Line spacing is temporally off (<1 second) when scroll down & back up (shift occurs)

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144874

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

[Libreoffice-bugs] [Bug 136085] The anchor to character/ to paragraph battle with an paragraph cross page

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=136085

QA Administrators  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 144862] Wiggling letter with window size of 1920 pixel width (72dpi) and zoom 140% (RSID?)

2021-10-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=144862

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

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

  1   2   >