[Libreoffice-bugs] [Bug 123100] FILEOPEN XLS LibreOffice doesn't indicate the 256 column limitation of the format when editing XLS files

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

Mike Kaganski  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 68733] Can't select an object and a picture in Writer

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

--- Comment #7 from Alan Luiz  ---
It's frustrating when you can't select an object or picture in Writer, and it
can happen for various reasons. One of the common causes is the object or
picture being anchored to a paragraph or page, which restricts its movement.
However, there are several ways to overcome this issue, such as changing the
anchor type or adjusting the wrapping style. For more tips and guidance, you
can check out the helpful resources available on https://www.lorservice.com/.

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

[Libreoffice-bugs] [Bug 154709] After saving as CSV (proceeding past the warning), there is no warning on close that unpreservable formatting or additional worskheets will be lost.

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

--- Comment #2 from Mike Kaganski  ---
WRT reloading after save: not only this would be too long (sometimes both
saving and loading takes minutes; doubling the time for save is unacceptable).
But it's worse than that: people have reasons to save to different formats, and
keep working with unchanged data. Breaking the workflow, to "teach" newbies
like those who are confused the first time they learn that the warning was
serious, it bad.

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

[Libreoffice-bugs] [Bug 154710] Error saving Calc

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

Petr Neudek  changed:

   What|Removed |Added

 CC||ne...@atlas.cz

--- Comment #1 from Petr Neudek  ---
Created attachment 186540
  --> https://bugs.documentfoundation.org/attachment.cgi?id=186540=edit
Modul Basic

No warning anywhere - a very insidious bug.

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

[Libreoffice-bugs] [Bug 154709] After saving as CSV (proceeding past the warning), there is no warning on close that unpreservable formatting or additional worskheets will be lost.

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

Mike Kaganski  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #1 from Mike Kaganski  ---
No.
The warning is only given the first time, and does not nag people. When a
warning is shown, it is expected that people read and comprehend; for vast
majority, accepting the warning means "I acknowledged it, and am OK with it".
Showing it the next time for the same file would be infinitely intrusive. The
checkbox is to keep asking the next time the other file is chosen how to save,
or another session starts.

There is some value to make the warning more specific, listing all the elements
known to not save to the chosen format. But that is different thing.

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

[Libreoffice-bugs] [Bug 154708] An arrow key repeat deletes characters

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

Telesto  changed:

   What|Removed |Added

 CC||ipla...@tuta.io,
   ||tele...@surfxs.nl

--- Comment #1 from Telesto  ---
I'm unable to reproduce
Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 1cfeb4bd8ce7f7727a81136bd3e2d6ebea976895
CPU threads: 8; OS: Mac OS X 12.6.3; UI render: Skia/Raster; VCL: osx
Locale: nl-NL (nl_NL.UTF-8); UI: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 154710] New: Error saving Calc

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

Bug ID: 154710
   Summary: Error saving Calc
   Product: LibreOffice
   Version: 7.5.2.2 release
  Hardware: x86-64 (AMD64)
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ne...@atlas.cz

Description:
Description :
While programming, I found that I could not save Calc. I failed to test the
error and without saving the code worked normally. It is that the LO does not
report the problem in any way. Only work cannot be saved. I ended up having to
drop the LO manually. I especially suspected Windows OS. I found a way to
partially bypass the problem. I saved the modified macro as an export of the
Basic module and after closing Calc I immediately loaded it and continued.

Solution:
In desperation, I installed the latest version of Apache OpenOffice 4.1.14 and
the error appeared after running. An error message popped up in the code for
the button inserted into the cell
Dim oObjAnchor as object
oShape.Size = oSize
oDrawPage.add(oShape)
oObjAnchor = oShape.Anchor
with oShape
.Anchor = oObjAnchor.getCellByPosition(17,5)
end with
The error was on the line with .Anchor = oObjAnchor.getCellByPosition(17,5).
Instead of a button, I used a hyperlink to run the macro - and the problem
ended in LO. But it is not the solution to the essence. I reported the problem
on the forum under the name "paratrooper macro" because the program does not
end by itself - I have to jump out of it myself.

Steps to Reproduce:
1. Download the basic module called Error saving Calc
2. Paste in a new workbook
3. Run the Main macro
4. Try to save the workbook with the generated Bubble Sort sheet

Actual Results:
After generating the sheet with the main macro, the content of the bubble sort
demonstration will appear with comments and the option to repeat the
demonstration with the button. This works fine, but the workbook cannot be
saved.

Expected Results:
Calc freezes when saving and LO must be restarted.


Reproducible: Always


User Profile Reset: No

Additional Info:
Calc should have saved normally.

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

[Libreoffice-bugs] [Bug 139910] Calc saving document as .XLSX messes up 3D formula (saving as .xls works fine)

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

ady  changed:

   What|Removed |Added

Summary|Calc saving document as |Calc saving document as
   |.XLSX messes up formula |.XLSX messes up 3D formula
   |(saving as .xls works fine) |(saving as .xls works fine)

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

[Libreoffice-bugs] [Bug 154572] Scroll by mouse wheel not correctly when rows are fixed

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

--- Comment #8 from Telesto  ---
(In reply to stefan_lange...@t-online.de from comment #7)
> What is to do?
> I would set Bug 154572 to Resolved / Duplicate of Bug 154679.

The right course of action, please go ahead with marking your bug as duplicate

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

<    1   2   3