[Libreoffice-bugs] [Bug 135595] Image behind table on DOCX (and RTF) in footer (header)

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135595

--- Comment #9 from Justin L  ---
Created attachment 164230
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164230=edit
tdf135595_patch.diff: wrap-through in background, but others not

So, because there doesn't seem to be a good answer and everything about
table-anchored items (especially in headers) is goofy, I won't actually submit
any patch for this, but it is at least a good code pointer.

It fixes this particular bug report anyway.
[Attachment 164211 - ss2.odt - is a completely different, unrelated bug.]

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135288] Bullets disappeared in old presentations

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135288

--- Comment #5 from Timur  ---
Created attachment 164229
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164229=edit
lomza.odp

Files should be attached. 
I tested with this one.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135688] Can't open help page about Comparison on LibreOffice Writer Options

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135688

--- Comment #1 from sawakaze  ---
Created attachment 164228
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164228=edit
Error page Screen cast

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135688] New: Can't open help page about Comparison on LibreOffice Writer Options

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135688

Bug ID: 135688
   Summary: Can't open help page about Comparison on LibreOffice
Writer Options
   Product: LibreOffice
   Version: 7.1.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Documentation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: souichi...@gmail.com
CC: olivier.hal...@libreoffice.org

Description:
following steps, I can't open help page.

Steps to Reproduce:
1. open writer 
2. tool > options 
--> open Option window
3. select LibreOffice Writer > Comparison
4. press Help button

Actual Results:
Help page "Could not find help page(404)"

Help ID:modules/swriter/ui/optcomparison/OptComparison

Expected Results:
Open help page about Comparison option.


Reproducible: Always


User Profile Reset: No



Additional Info:
i confirm it

Version: 7.1.0.0.alpha0+
Build ID: 
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3
Locale: ja-JP (ja_JP.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2020-08-11_15:13:29
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135687] New: Incorrect printing of a sheet when the orientation changes.

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135687

Bug ID: 135687
   Summary: Incorrect printing of a sheet when the orientation
changes.
   Product: LibreOffice
   Version: 7.0.0.3 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dr...@smolpk.ru

Description:
There is a sheet with the "Portrait" orientation.
But when printing, I need to change the orientation to "Landscape".
Print window. In the block "Page Layort" change "Orientation" from "Automatic"
to "Landscape". Preview shows the orientation change. Print. The sheet is
printed in the Portrait orientation.

Steps to Reproduce:
1. File / New / Spreadsheet
2. In same cells enter any text.
3. File / Print
4. Change "Orientation" from "Automatic" to "Landscape". Preview shows the
orientation change. 
5. Print. 


Actual Results:
The sheet is printed in the Portrait orientation.


Expected Results:
The sheet is printed in the Landscape orientation.



Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.0.0.3 (x86)
Build ID: 8061b3e9204bef6b321a21033174034a5e2ea88e
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: ru-RU (ru_RU); UI: en-US
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135595] Image behind table on DOCX (and RTF) in footer (header)

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135595

--- Comment #8 from Justin L  ---
Created attachment 164227
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164227=edit
tdf135595_HFtableWrap.odt: two scenarios of through wrap and optimal wrap

Through wrap: should always be in the background - otherwise it could obscure
text in the body - which would never happen in Word.

Optimal wrap: conceivably COULD be kept in the foreground, since body text will
wrap around it. However, it would interfere with any other non-text elements in
the body. In Word, it would be behind those objects.

REMINDER: table anchor supposedly has different rules which allow the wrapping
inside the header, although that doesn't seem true with this document. Worth
noting that any changes made in Word 2003 wants to dump the image inside of the
table (layout in table), and Word2016 actually does that on import.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135686] Open Line Style Help page from TSAs Add dialog

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135686

--- Comment #1 from sawakaze  ---
Created attachment 164226
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164226=edit
screenshot about TSR URL ADD dialog

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135686] New: Open Line Style Help page from TSAs Add dialog

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135686

Bug ID: 135686
   Summary: Open Line Style Help page from TSAs Add dialog
   Product: LibreOffice
   Version: 7.1.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Documentation
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: souichi...@gmail.com
CC: olivier.hal...@libreoffice.org

Description:
following step, Open line style help page. 

Steps to Reproduce:
1. open options 
2. Security > TSAs...
-> launch Time Stamping Authority URLs daialog
3. press Add
-> launch Name dialog
4 Press Help

Actual Results:
Open help page about Line style name.

Expected Results:
Open help page about Add Time Stamp Authority URL


Reproducible: Always


User Profile Reset: No



Additional Info:
I confirm it

Version: 7.1.0.0.alpha0+
Build ID: 
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3
Locale: ja-JP (ja_JP.UTF-8); UI: en-US
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:master, Time:
2020-08-11_15:13:29
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 125357] LO Impress do not import eps

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125357

raal  changed:

   What|Removed |Added

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

--- Comment #7 from raal  ---
I see an image in the file, closing
Version: 7.0.0.3
Build ID: 8061b3e9204bef6b321a21033174034a5e2ea88e
Vlákna CPU: 4; OS: Linux 4.15; Vykreslování UI: výchozí; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: cs-CZ
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135291] Sidebar items won't open when undocking they sidebar as the first thing after profile reset

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135291

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 133219] Calc Conditional formatting breaks/not saved correct

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133219

QA Administrators  changed:

   What|Removed |Added

 Whiteboard| QA:needsComment|

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135286] libreoffice calc menu and dialog fonts extremely tiny

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135286

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135260] Backspace has only effect on one character after rejecting all changes

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135260

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135258] Cannot export slides to PNG when Master contains a transparent object

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135258

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135253] Drop down list in the toolbar make some bad showing problems

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135253

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135257] Track and changes show doesn't show the expected bullets

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135257

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135282] A showcase of HTML import, editing and export bugs

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135282

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135649] Undo takes action on another shape

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135649

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135649] Undo takes action on another shape

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135649

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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135261] UI: Manage changes dialog is resizing for few seconds after every reject/clear formatting button press

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135261

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135255] Undo doesn't restore added content with tracking changes enabled

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135255

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135638] Accessibility of PDF export: some images are not flagged by Figure tag while exporting docx into pdf

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135638

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 129677] the Language feature changes from English to some other language when I do not want it to

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129677

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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135256] Content removed as 'change' with tracking changes enabled

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135256

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135638] Accessibility of PDF export: some images are not flagged by Figure tag while exporting docx into pdf

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135638

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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130656] Pictures removed from document when loaded

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130656

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

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.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 129677] the Language feature changes from English to some other language when I do not want it to

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129677

--- Comment #3 from QA Administrators  ---
Dear D. Gold,

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 mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135252] Inconsistent positioning of objects when using the "Put on the brakes" effect

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135252

QA Administrators  changed:

   What|Removed |Added

 Whiteboard|| QA:needsComment

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 134882] Calc: PageStyle: Fit print range to width/height is not expanding to the margins

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134882

SteveDee  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Whiteboard| QA:needsComment|
 Ever confirmed|0   |1
 CC||stevedee.atw...@gmail.com

--- Comment #3 from SteveDee  ---
I can confirm that the bug is present in the following builds:

Version: 6.4.5.2 (x64)
Build ID: a726b36747cf2001e06b58ad5db1aa3a9a1872d6
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: GL; VCL: win; 
Locale: en-AU (en_US); UI-Language: en-GB
Calc: CL

and:

Version: 7.1.0.0.alpha0+ (x64)
Build ID: 
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: Skia/Raster; VCL: win
Locale: en-AU (en_US); UI: en-GB
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135565] Fonts preview and libreoffice cover illegible

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135565

--- Comment #7 from Damián Pérez  ---
(In reply to Heiko Tietze from comment #4)
> Looks like a KDE bug; seems the dropdown doesn't pick up the right system
> color. Works well with Gtk3 backend and KDE/Breeze Dark.

Look at my new capture. I'm not a programmer, but the number list works fine. I
don't think it's a KDE bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135565] Fonts preview and libreoffice cover illegible

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135565

--- Comment #6 from Damián Pérez  ---
(In reply to Heiko Tietze from comment #4)
> Looks like a KDE bug; seems the dropdown doesn't pick up the right system
> color. Works well with Gtk3 backend and KDE/Breeze Dark.

Look at my new capture. I'm not a programmer, but the number list works fine. I
don't think it's a KDE bug.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135565] Fonts preview and libreoffice cover illegible

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135565

--- Comment #5 from Damián Pérez  ---
Created attachment 164225
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164225=edit
LibreOffice Numbers ok

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135265] UI: Manage Changes dialog shows the format changes with the same green + icon as insert changes

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135265

--- Comment #8 from Commit Notification 
 ---
Rizal Muttaqin committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/72268f475d9c5f85c1c2195218cc41cf273f7dc6

tdf#135265 Add icon variants in Manage Changes dialog

It will be available in 7.1.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135650] Can't set default font/char size in draw, can do it in writer

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135650

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #4 from V Stuart Foote  ---
(In reply to lachenmaier from comment #3)
>...
> What a nuisance just to change font/size  Writer does it so much
> better  Suggest modification of Draw to work like Writer.  So much
> easier and it would also be consistent across LO apps.

Nope! Not better, the Writer UI is limited to Direct Formatting for the Text
Box and Shape Text Frames in Writer. With only limited styling when a Text Box
is added to the Draw shape and taking 'Frame Contents' styling for the
inscribed frame.

In Draw on the other hand--adding additional styles beyond the single font/size
'Default Drawing Style' is more efficient than applying direct formatting to
multiple Draw objects.  

As you note repetitively applying Direct Formatting to draw object text is not
supported--that is for a given Draw objects text, the objects context menu
Character dialog provides the Direct Formatting, no Toolbar listboxes for
applying the DF. And the context menu selections (e.g. Character...) are only
applicable to that object.

The Draw object styles mechanism are simply more efficient work flows, offering
ability to define hundreds of drawing styles to template for reuse--and
applicable not just to lettering.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135685] New: Changed Icon in user-defined symbol bar is not saved in Writer

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135685

Bug ID: 135685
   Summary: Changed Icon in user-defined symbol bar is not saved
in Writer
   Product: LibreOffice
   Version: 7.0.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: w.sir...@gmx.net

Description:
I have recorded a macro (working) and assigned it to a new user-defined symbol
bar. That macro shows up with its name in the symbol bar, and it works. I tried
to change the symbol with a custon graphic (24x24 png) by Import, and it works
- one time. Next time I open Writer with another document, the icon is gone,
only text of the macro is displayed.

Actual Results:
Doesn't work like I expected.

Expected Results:
This worked in 6.4.5.2


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
OS: Windows 10 Pro x64 V2004 with all available patches

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135684] New: Editing an odt document freezes after some minutes of inactivity

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135684

Bug ID: 135684
   Summary: Editing an odt document freezes after some minutes of
inactivity
   Product: LibreOffice
   Version: 7.0.0.3 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: w.sir...@gmx.net

Description:
I open an odt document to edit. I have to leave my desk for 5-6 minutes. When
back, cursor is not blinking, mouse & keyboard commands are not working.

Steps to Reproduce:
1. Open an odt file to edit.
2. Edit some, and let it sit for some minutes
3. Check mouse & keyboard commands

Actual Results:
Writer is not responsive. I have to close Writer and start anew.

Expected Results:
Writer working as in 6.5.4.2 ;-)


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
OS: Windows 10 Pro V 2004 x64 German
Fresh installation on new hardware

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135649] Undo takes action on another shape

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135649

--- Comment #4 from mustafa  ---

the files are here

https://drive.google.com/drive/folders/1Gvixzv00Gc0R4pSirZfxfo_IJzkk1B17

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135650] Can't set default font/char size in draw, can do it in writer

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135650

--- Comment #3 from lachenma...@mchsi.com ---
As I tried to explain my modus operandi is:

 I set the font/size and create a few text boxes.  Then I want to change the
font/size and create a few more.  I click the Styles sidebar, select
Default>Modify, make the changes, and go back to my drawing.  Now I see that
all my text boxes that I just typed have been changed to the new font size. 
Now I have to change them all back, go create an new Style for second set of
text boxes.  I type the next set of text boxes.  Now I want create a few text
boxes with a third font/size.  Again I have to create a new Style.  Now, in
order to save these font/sizes for next time I have to create a template.  

Now I a make a new drawing. I bring up the template I saved last time, but I
want a completely different set of font/sizes.  Again I have to create new
Styles for each font/size.  And I have to remember to save it before I quit
Draw, or I lose them.

What a nuisance just to change font/size  Writer does it so much
better  Suggest modification of Draw to work like Writer.  So much easier
and it would also be consistent across LO apps.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 133892] select a range from heading-A to heading-B's end, using Navigator

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133892

--- Comment #2 from Jim Raykowski  ---
Created attachment 164224
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164224=edit
text selection using shift+arrow/page keys and headings content navigation view
multi-selection

In version 7.0 and above there is opportunity to delete multiple chapters in
Navigator Headings Content Navigation View using list multi-selection
techniques, e.g. shift+arrow up/down, ctrl/shift + mouse click, and then either
pressing the 'Del' key or from the context menu item 'Delete'.

Since version - I don't know - text selection can be accomplished by many
keyboard methods, e.g. Shift + arrow/page keys.

Please see attached video demo.

Perhaps I misunderstand what is being asked for enhancement?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135645] LO corrupts bitmaps and crashes in X11 with 16 bit color (TrueColor)

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135645

--- Comment #4 from crx...@hotmail.com ---
Sorry, I should clarify that because we are using thin clients, I am NOT using
the console (a locally-connected Xserver).  LO is running on a server and
displaying, through X11, on remote 16-bit-display machines.  Anyone can
simulate this by using ssh.  I will follow up with some additional testing,
soon, to try and see if it can be narrowed down any more.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 129542] CRASH: Setting anchor for a formcontrol to character of pageheader leads to crash

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129542

raal  changed:

   What|Removed |Added

 CC||caol...@redhat.com
   Keywords|bibisectRequest,|bibisected, bisected,
   |possibleRegression  |regression

--- Comment #10 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Caolán McNamara ; Could you possibly take a look at this one?
Thanks

774506468555179a6274e6418058c48906fcc882 is the first bad commit
commit 774506468555179a6274e6418058c48906fcc882
Author: Matthew Francis 
Date:   Wed May 27 19:03:50 2015 +0800

source-hash-0a6a151c4b7c78a363fb64598fbda39db4f42d07

commit 0a6a151c4b7c78a363fb64598fbda39db4f42d07
Author: Caolán McNamara 
AuthorDate: Wed Feb 11 10:51:13 2015 +
Commit: Caolán McNamara 
CommitDate: Wed Feb 11 12:00:03 2015 +

Related: tdf#70062 keep drawing anchor objects sorted

take attachment from tdf#70062, ungroup the bottom pair,
anchor as char the left one, anchor as char the right one

asserts with debugging stl on unsorted container

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 134415] Text boxes with border lines set or background set don't show up in the slide preview or presentation mode (until text is entered)

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=134415

Regina Henschel  changed:

   What|Removed |Added

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

--- Comment #8 from Regina Henschel  ---
It is not a text box, but a presentation object placeholder, which means an
empty presentation object. It is intended, that an empty presentation object is
not shown. For example
https://opengrok.libreoffice.org/xref/core/sd/source/ui/tools/PreviewRenderer.cxx?r=d7855213#515
[Primitive2DContainer() is a container of size zero.]

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135683] New: FILEOPEN DOCX: Slow opening of document containing a 222 pages table

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135683

Bug ID: 135683
   Summary: FILEOPEN DOCX: Slow opening of document containing a
222 pages table
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
FILEOPEN DOCX: Slow opening of document containing a 222 pages table

Steps to Reproduce:
1. Open attachment 164209 bug 135584
2. Take notice of the time until the page counter reaches 222 pages/ cpu drops
3. Save file as ODT
4. File reload and measure time until CPU drops

Note: disable the automatic spell checker

Actual Results:
Opening of the ODT is by faster and smoother compared to DOCX

Expected Results:
Maybe some tweaking can be done


Reproducible: Always


User Profile Reset: No



Additional Info:
Found in
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: nl-NL (nl_NL); UI: nl-NL
Calc: CL

and in
3.3.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 121465] Impossible to insert a cross reference to paragraph without the content of fields Before and After of the Customize tab of the list style, if field Before is used..

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121465

Carl Hudkins  changed:

   What|Removed |Added

 CC||iamtheweakestl...@gmail.com

--- Comment #16 from Carl Hudkins  ---
I need to retract part of my previous comment.  It's not only first-level items
that exhibit this behavior.  In my situation, only the top-level outline item
had anything in "Before" separator, so only that one displayed this behavior. 
My test was flawed, because I only reproduced what I had been trying to get
working.

Further testing shows that this happens no matter which outline level it is.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 129542] CRASH: Setting anchor for a formcontrol to character of pageheader leads to crash

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=129542

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #9 from raal  ---
(In reply to Julien Nabet from comment #7)
> On pc Debian x86-64 with master sources updated today, I gave a new try and
> don't reproduce the crash anymore with "To Character".
> 
> However, I got a crash with "As Character".
> 
> Could someone confirm this?

I can confirm with Version: 7.1.0.0.alpha0+
Build ID: 6ad2f463784a24c566477cdd60ae729651bb8564
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: x11
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135681] Imported icon disappears after restart

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135681

--- Comment #1 from L Duperval  ---
Created attachment 164223
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164223=edit
Video showing the icon disappearance

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135500] UI: previously inserted images are broken (not Skia related)

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135500

raal  changed:

   What|Removed |Added

   Keywords|bibisectRequest |bibisected, bisected
 CC||mikekagan...@hotmail.com,
   ||r...@post.cz
 OS|Windows (All)   |All

--- Comment #4 from raal  ---
This seems to have begun at the below commit.
Adding Cc: to Mike Kaganski ; Could you possibly take a look at this one?
Thanks

1346a232e449ab004077d170510ae00e5409680f is the first bad commit
commit 1346a232e449ab004077d170510ae00e5409680f
Author: Jenkins Build User 
Date:   Tue Jun 2 01:48:09 2020 +0200

source sha:8c84448febf817875ad0d377de0f0b34987992cb

author  Mike Kaganski  2020-05-28 20:13:50
+0200
committer   Mike Kaganski  2020-05-29
06:26:16 +0200
commit  8c84448febf817875ad0d377de0f0b34987992cb (patch)
tree03442162059cbe6fdfe82fa983e51881cab803a5
parent  c9f4952b98da9adad1b556414c5fcecafedca473 (diff)
Use buffer with alpha in VclProcessor2D::RenderUnifiedTransparencePrimitive2D

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135682] New: EDITING: If a table is the first element of the document, "Select All" does not select all

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135682

Bug ID: 135682
   Summary: EDITING: If a table is the first element of the
document, "Select All" does not select all
   Product: LibreOffice
   Version: 6.3.6.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: iavs.le...@gmail.com

Description:
If a table is the first element of the document, menu `Edit` - `Select All` or
`Ctrl+A` does not select all.

Steps to Reproduce:
1. Open a new text document
2. Insert a table
3. Choose menu Edit - Select All (or Ctrl+A) twice

Actual Results:
First time table is selected, second time all content is selected and
inmediatelly deselected.

Expected Results:
First time table is selected, second time all content is and remain selected.


Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
Version: 6.3.6.2 (x86)
Build ID: 2196df99b074d8a661f4036fca8fa0cbfa33a497
CPU threads: 4; OS: Windows 6.1; UI render: default; VCL: win; 
Locale: es-MX (es_MX); UI-Language: en-US
Calc: threaded

The same with and without OpenGL.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 132457] #DIV/0! error after undoing a deleting a row

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132457

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #3 from raal  ---
no repro with Version: 7.1.0.0.alpha0+

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135594] Unable to access a file in server throu macro

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135594

Robert Großkopf  changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 CC||rob...@familiegrosskopf.de
 Ever confirmed|1   |0

--- Comment #3 from Robert Großkopf  ---
Hi karadaidis,

you can't confirm you own bugs. There must be somebody, who could reproduce the
buggy behavior. You could add a little example here so somebody could reproduce
ist.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135681] New: Imported icon disappears after restart

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135681

Bug ID: 135681
   Summary: Imported icon disappears after restart
   Product: LibreOffice
   Version: 7.0.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: servi...@duperval.com

I imported a 24x24 PNG icon that I want to assign to a macro. When I import the
icon, it appears at the beginning of the list and shows up correctly in the
toolbar. However, if I exit and restart Writer, the icon is no longer
displayed, replaced instead by the name of the macro.

When I change the icon for the macro, I see that the location where my icon was
imported is now empty. When I re-import it, Writer says it is already there and
asks if I want to re-import. I say yes.

The icon now appears in the list of icons, and I can select it for my macro.

If I exit and restart Writer, the icon disappears and I am back with the name
of the macro again.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108827] [META] Calc functions bugs and enhancements

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108827

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||93627


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=93627
[Bug 93627] new version of DEC2BIN() and HEX2BIN() with support of more than 10
binary digits
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 93627] new version of DEC2BIN() and HEX2BIN() with support of more than 10 binary digits

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93627

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||108827


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108827
[Bug 108827] [META] Calc functions bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 126587] EDITING: If form goes all the way up the page -> Height value displayed wrong

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126587

canned  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #10 from canned  ---
I confirm this with

Version: 7.0.0.3 (x64)
Build ID: 8061b3e9204bef6b321a21033174034a5e2ea88e
CPU-Threads: 4; BS: Windows 6.1 Service Pack 1 Build 7601; UI-Render:
Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: de-DE
Calc: threaded

How to reproduce:
- New Document (A4 = 210 x 297mm)
- Insert > Shape > Standard > Rectangle
- Draw Rectangle
- Select shape + Right click "Position and size"
- Type size width 50mm and size height 297mm; Anchor at Page; Position
Horizontal left to page, Vertical top to page (see attached settings)
- Click OK (closes the Settings-Popup)
- Select shape + Right click "Position and size"
- Height displayed incorrectly 99,99mm (correct size 297mm)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108019] [META] Calc UX bugs and enhancements

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108019

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||92543


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=92543
[Bug 92543] add ability to use non-native formulas (such as using English
formulas in Italian locale)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 92543] add ability to use non-native formulas (such as using English formulas in Italian locale)

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92543

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||108019


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108019
[Bug 108019] [META] Calc UX bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135679] Unwanted recalculation of RAND() data when using SOLVER, SOLVER does not use given start-values.

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135679

--- Comment #3 from Tomaz Vajngerl  ---
RAND always returns a new random number when the formula is recalculated and
with the solver you are changing the variables (cells), which forces all the
dependent formulas to recalculate. 

You obviously don't want this behaviour so you can store the random values in
the sheet and reference them as cells and use "Sheet->Fill Cells->Fill Random
Numbers..." in the menu to regenerate the random numbers on demand.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109236] [META] CSV import bugs and enhancements

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109236
Bug 109236 depends on bug 131274, which changed state.

Bug 131274 Summary: When opening a CSV file with Calc, the default template is 
ignored.
https://bugs.documentfoundation.org/show_bug.cgi?id=131274

   What|Removed |Added

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 131274] When opening a CSV file with Calc, the default template is ignored.

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131274

Mike Kaganski  changed:

   What|Removed |Added

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

--- Comment #3 from Mike Kaganski  ---
This is not a bug.

A (default) template is like existing document that is opened and copied when
you create a new document. It isn't used when you open any existing document,
even if the format is simple, such as CSV.

The template can contain column widths and row heights; it may contain styles;
conditional formatting; headers and footers... using the template for CSV would
appear as if  all that info  was in the file.

Doing otherwise would create surprise in users when they open a CSV, see
headers there, edit, save and see it reverted to old headers (not "no headers"
as reasonable per format, but old headers from template).

It could *maybe* follow e.g. Options->LO->Fonts->Font Settings for HTML, Basic
and SQL sources. Personally I would prefer a per-filter configuration, e.g. own
configuration for CSV. But that's a different issue, requiring own report.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 132691] FILESAVE: Default settings when saving the CSV file - corrupts localized text

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132691

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||109239
 CC||79045_79...@mail.ru

--- Comment #5 from Roman Kuznetsov <79045_79...@mail.ru> ---
no problem in 7.0.0.3 on Windows. If I select "Text (.csv)" and don't select
"Edit filter settings", then I see a special dialog with CSV export settings
anyway


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109239
[Bug 109239] [META] CSV import and export dialog bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109239] [META] CSV import and export dialog bugs and enhancements

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109239

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||132691


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=132691
[Bug 132691] FILESAVE: Default settings when saving the CSV file - corrupts
localized text
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135673] VBA 'For Each' statement 'Data type mismatch.' error

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135673

raal  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||r...@post.cz
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from raal  ---
I cannot reproduce with Version: 7.1.0.0.alpha0+
Build ID: 6ad2f463784a24c566477cdd60ae729651bb8564
CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded

Please can you test in dev version? Thank you

http://dev-builds.libreoffice.org/daily/master/

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135669] EDITING: Drag and drop from Windows Explorer to Writer does not make OLE object

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135669

--- Comment #5 from V Stuart Foote  ---
(In reply to Regina Henschel from comment #4)
> DnD creates an OLE-Object in Draw/Impress and in Calc, why not in Writer
> too? I disagree with WF.

Oops, your right as usual Regina. The DnD opens/unpacks the document onto sd
Draw/Impress or sc Calc cell--why not to sw Writer canvas? So guess that is
actually a bug? Checked and the DnD behavior (no response) is inherited from
OOo with LO 3.3.0.4 release.

But also, the DnD OLE gets default handling of copying into document (not
linked), and of extracting into an OLE frame (no Icon view). 

A bit unwieldy compared to precision of "OLE Object..." insertion dialog--and
maybe not what folks used to the MSO way expect being dropped as an Icon. When
we do the same with an .ODT being DnD it by default is placed as a
Section--rather than an OLE object.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109237] [META] CSV export bugs and enhancements

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109237

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||131906


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=131906
[Bug 131906] RFE: --convert-to spreadsheet->csv specify sheet to export
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 131906] RFE: --convert-to spreadsheet->csv specify sheet to export

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131906

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||103266, 109237


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103266
[Bug 103266] [META] Command line bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=109237
[Bug 109237] [META] CSV export bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

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

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||131906


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=131906
[Bug 131906] RFE: --convert-to spreadsheet->csv specify sheet to export
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 132901] Tools > Options > LibreOffice > Online update does not handle the situation of "online update" feature not being installed gracefully

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132901

Mike Kaganski  changed:

   What|Removed |Added

 CC||kdot...@gmail.com

--- Comment #10 from Mike Kaganski  ---
*** Bug 135680 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135680] Crash on open Online update options menu

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135680

Mike Kaganski  changed:

   What|Removed |Added

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

--- Comment #1 from Mike Kaganski  ---


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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 131274] When opening a CSV file with Calc, the default template is ignored.

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131274

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||109236
 Status|NEEDINFO|NEW
 CC||79045_79...@mail.ru

--- Comment #2 from Roman Kuznetsov <79045_79...@mail.ru> ---
I understood the problem.

Steps:

1. Change Default cell style => change font to Liberation Serif
2. Save file as Template (File-Templates-Save as Template) and select "Set as
default template option" there
3. Try create a new Calc file => we have a Libreration Serif font in every cell
4. Try import any CSV file
5. We have a Liberation Sans font in any cell with imported CSV file instead
Liberation Serif

Version: 7.0.0.3 (x64)
Build ID: 8061b3e9204bef6b321a21033174034a5e2ea88e
CPU threads: 4; OS: Windows 6.1 Service Pack 1 Build 7601; UI render:
Skia/Vulkan; VCL: win
Locale: ru-RU (ru_RU); UI: en-US
Calc: CL

My opinion - in this case imported data should have cell format from default
Calc template even it was changed

I don't think it's a UX bug. Heiko?


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109236
[Bug 109236] [META] CSV import bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109236] [META] CSV import bugs and enhancements

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109236

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||131274


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=131274
[Bug 131274] When opening a CSV file with Calc, the default template is
ignored.
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 126225] CSV Cell preview showing wrong text when navigates with arrows

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126225

Mike Kaganski  changed:

   What|Removed |Added

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

--- Comment #5 from Mike Kaganski  ---
Fixed in 6.4.

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

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130605] LibreOffice Calc Opens a 37mb CSV with 15 columns and around 100 thousand rows Much Slower than Excel

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130605

--- Comment #7 from Roman Kuznetsov <79045_79...@mail.ru> ---
Created attachment 164222
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164222=edit
Another example CSV with text and numbers

slower import than with first file but fast anyway =)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135680] New: Crash on open Online update options menu

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135680

Bug ID: 135680
   Summary: Crash on open Online update options menu
   Product: LibreOffice
   Version: 7.0.0.3 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kdot...@gmail.com

Description:
On try to open menu Tools > Options > Online Update,
Libreoffice 7.0.0.3 being installed without update checker - crashes saying:

Libreoffice 7.0 - Fatal Error
cannot find /org.openoffice.Office.Jobs/Jobs/UpdateCheck/Arguments

Steps to Reproduce:
open menu Tools > Options > Online Update

Actual Results:
Libreoffice 7.0 - Fatal Error
cannot find /org.openoffice.Office.Jobs/Jobs/UpdateCheck/Arguments

Expected Results:
Maybe there must be no element like "menu Tools > Options > Online Update"
available when no update checker installed
or to say something like "sorry, no update checker installed"?
and not to crash.


Reproducible: Always


User Profile Reset: No



Additional Info:
Version: 7.0.0.3 (x64)
Build ID: 8061b3e9204bef6b321a21033174034a5e2ea88e
CPU threads: 4; OS: Windows 10.0 Build 19041; UI render: Skia/Raster; VCL: win
Locale: ru-RU (ru_RU); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130605] LibreOffice Calc Opens a 37mb CSV with 15 columns and around 100 thousand rows Much Slower than Excel

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130605

--- Comment #6 from Roman Kuznetsov <79045_79...@mail.ru> ---
Created attachment 164221
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164221=edit
Example CSV with 15 columns and 10 rows

so fast import in

Version: 7.0.0.3 (x64)
Build ID: 8061b3e9204bef6b321a21033174034a5e2ea88e
Потоков ЦП: 4; ОС: Windows 6.1 Service Pack 1 Build 7601; Отрисовка ИП:
Skia/Vulkan; VCL: win
Locale: ru-RU (ru_RU); ИП: ru-RU
Calc: CL

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 130605] LibreOffice Calc Opens a 37mb CSV with 15 columns and around 100 thousand rows Much Slower than Excel

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=130605

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||109236


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109236
[Bug 109236] [META] CSV import bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109236] [META] CSV import bugs and enhancements

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109236

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||130605


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=130605
[Bug 130605] LibreOffice Calc Opens a 37mb CSV with 15 columns and around 100
thousand rows Much Slower than Excel
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135679] Unwanted recalculation of RAND() data when using SOLVER, SOLVER does not use given start-values.

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135679

--- Comment #2 from gmild...@t-online.de ---
this bug(s) makes CALC-SOLVER unusable for some tasks, so i.m.h.o. it is at
least as major bug.
Maybe I should reinstall and try MS-Office 2010,..hm... but I really don´t 
like MS.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 126225] CSV Cell preview showing wrong text when navigates with arrows

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126225

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 CC||79045_79...@mail.ru

--- Comment #4 from Roman Kuznetsov <79045_79...@mail.ru> ---
I'm not sure it's a bug. We have very long cells (60 cm!) with huge the same
content in its start and they have a difference only in last symbols. And when
we select I2 cell then of course we don't see the difference on screen, because
we don't see last symbols anyway.

Mike?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135677] Animations painfully slow

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135677

--- Comment #2 from Telesto  ---
Slow with 
7.1

and with
6.0

and with
Versie: 4.4.7.2 
Build ID: f3153a8b245191196a4b6b9abd1d0da16eead600
Locale: nl_NL

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 121465] Impossible to insert a cross reference to paragraph without the content of fields Before and After of the Customize tab of the list style, if field Before is used..

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121465

--- Comment #15 from Carl Hudkins  ---
Created attachment 164220
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164220=edit
Outline of exact steps to reproduce the buggy behavior

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135679] Unwanted recalculation of RAND() data when using SOLVER, SOLVER does not use given start-values.

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135679

--- Comment #1 from gmild...@t-online.de ---
Created attachment 164219
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164219=edit
Gauss distributed RANDom() numbers, SOLVER

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 131478] Enhancement request: Calc sticky setting for printing grids and/or click box in Tabbed bar

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131478

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||107237
  Component|Calc|UI


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107237
[Bug 107237] [META] Notebookbar Tabbed
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 107237] [META] Notebookbar Tabbed

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107237

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||131478


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=131478
[Bug 131478] Enhancement request: Calc sticky setting for printing grids and/or
click box in Tabbed bar
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 121465] Impossible to insert a cross reference to paragraph without the content of fields Before and After of the Customize tab of the list style, if field Before is used..

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121465

--- Comment #14 from Carl Hudkins  ---
I have just encountered this bug, and through investigation I determined that
it is only the top-level items that force display of the "After" separator. 
Second-level and deeper do not.

In my case, I was trying to have an outline structure such as:

Section 1. Blah
  1.A Blah
1.A.1 Blah
1.A.2 Blah
Section 2. Stuff...

For the top-level items in the outline, the word "Section" is in the "Before"
separator, with a trailing space.

Elsewhere in the text, I want it to read "As mentioned in Section 2, blah..."
but the reference will make it say "As mentioned in Section 2., blah..."

Note the unwanted period!

This behavior means I cannot have both the outline itself and the
cross-reference look correct.  The fact that the reference appearance changes
only if I put something in "Before" field makes it inconsistent, and therefore
I consider it a bug.

I will attach a document showing exact steps to reproduce, and the unwanted
behavior.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 116625] [META] Bugs where document modification status is wrong

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116625

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||126540


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=126540
[Bug 126540] EDITING The document remains in not modified state after we switch
the View Grid Lines
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 126540] EDITING The document remains in not modified state after we switch the View Grid Lines

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126540

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||116625


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=116625
[Bug 116625] [META] Bugs where document modification status is wrong
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135668] Writer Navigator: add info about sub-menu items in right-click menu

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135668

--- Comment #3 from Nik Gervae  ---
Also, this is not just about Navigator, it is about disclosure triangles in
outline/hierarchical list views, wherever they may be.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135679] New: Unwanted recalculation of RAND() data when using SOLVER, SOLVER does not use given start-values.

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135679

Bug ID: 135679
   Summary: Unwanted recalculation of RAND() data when using
SOLVER, SOLVER does not use given start-values.
   Product: LibreOffice
   Version: 6.4.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gmild...@t-online.de

Description:
I generated ca. 240 (hopefully) gauss-distributed random numbers (as a column)
using NORMINV(RAND();NDmean;NDsigma), then made histogram data using
FREQUENCY(C6:C249;F6:F16).
The histogram is displayed by the Diagram feature.
Then a row with theoretical gauss-distributed data was generated using
NORMDIST(F6;mean;sigma;0)*nfac, plus another with the differencies of the 2
datasets.
Up to now everything worked well.
A nonlinear regression with the SOLVER worked, but extremely slow and it
stopped at 2000 iterations. "Continue"(Fortfahren) minimized the sum-of-squares
further.
(I have another file with a gauss-distribution fit and comparaby number of
classes. This one computes fast and comes to a solution at <2000 iterations.
The difference is: there is no RAND() function included!)
The 2nd and more grave problem with SOLVER is: when Stop (Anhalten) or OK has
been clicked to take-over the fitted params, a new set of Random-data is
generated which makes 
the fit useless.

Another unwanted behaviour is: SOLVER apparently does not use the start-values
given in the changeable cells.

You can reproduce this behaviour easily by the attached file.

Thanx & best wishes,
Gerd

Steps to Reproduce:
1.see text
2.see attatched ods-file
3.

Actual Results:
SOLVER-related Buttons trigger RAND()
Nonlin. Regression unuable when RAND() is present.

Expected Results:
obviously the negative of the above.


Reproducible: Always


User Profile Reset: No



Additional Info:
OS: Win10, LO: (64Bit)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 108800] [META] Print related issues

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108800

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||116031


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=116031
[Bug 116031] Calc grid lines don't print when the spreadsheet have a PNG image.
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135668] Writer Navigator: add info about sub-menu items in right-click menu

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135668

--- Comment #2 from Nik Gervae  ---
This is not an issue of documentation, this is an issue of behavior. It is
standard behavior on macos that option-clicking a disclosure triangle should
fully expand or collapse the item and everything beneath it. Having to do
something in a nonstandard way adds friction and frustration to the experience
of using the application.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 59284] [META] Cell border related issues

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59284

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||116031


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=116031
[Bug 116031] Calc grid lines don't print when the spreadsheet have a PNG image.
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 116031] Calc grid lines don't print when the spreadsheet have a PNG image.

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116031

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

  Component|Calc|Printing and PDF export
 Blocks||108800, 59284


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=59284
[Bug 59284] [META] Cell border related issues
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.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135288] Bullets disappeared in old presentations

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135288

BogdanB  changed:

   What|Removed |Added

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

--- Comment #4 from BogdanB  ---
When I open the file with extension .sxi:

- version:
Version 3.6.7.2 (Build ID: e183d5b) NO BULLETS

- Version: 5.4.7.2: I have bullets
Build ID: c838ef25c16710f8838b1faec480ebba495259d0
CPU threads: 4; OS: Linux 5.4; UI render: default; VCL: gtk2; 
Locale: ro-RO (ro_RO.UTF-8); Calc: group


- version Version: 6.3.1.2 NO BULLETS
Build ID: b79626edf0065ac373bd1df5c28bd630b4424273
CPU threads: 4; OS: Linux 5.4; UI render: default; VCL: gtk3; 
Locale: ro-RO (ro_RO.UTF-8); UI-Language: en-US
Calc: threaded

- and after this version 6.3.1 NO BULLETS in ALL VERSIONS UNTIL 7.0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 105655] Synchronize Calc Cells with Grid

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105655

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||116219


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=116219
[Bug 116219] [META] Grid and helplines bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135646] The Window menu has no Minimize command

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135646

--- Comment #4 from Nik Gervae  ---
I have added screenshots from LibreOffice and from Preview, a standard macos
app showing what sorts of commands should be in a Window menu. Note that
there's more wrong than just the lack of a Minimize command:

• On macos, Close Window belongs in the File menu, not the window menu (I
didn't make up that rule, but there it is).
• Macos apps also usually have a Zoom command in the Window menu.
• They also usually have commands named Bring All to Front, and Arrange in
Front.
• The New Window command in LibreOffice is ambiguous and sounds more like it
will create a new document. What it actually does is open an additional window
showing the current document. It might be good to have the command reflect
that, as in "New Window for ".

(The commands relating to tabs have to do with a feature LibreOffice does not
have, and can be ignored.)

I hope this helps diagnose and resolve the problems.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 116219] [META] Grid and helplines bugs and enhancements

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116219

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||105655


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105655
[Bug 105655] Synchronize Calc Cells with Grid
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135646] The Window menu has no Minimize command

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135646

--- Comment #3 from Nik Gervae  ---
Created attachment 164218
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164218=edit
Shows Preview app's Window menu

Shows the Window menu of Preview, a core macos app, and what it should contain.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 135646] The Window menu has no Minimize command

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=135646

--- Comment #2 from Nik Gervae  ---
Created attachment 164217
  --> https://bugs.documentfoundation.org/attachment.cgi?id=164217=edit
Shows LibreOffice Window menu opened (in Write)

Shows the LibreOffice Window menu with a Write module document open. Compare to
the screenshot from Preview, uploaded separately.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 87963] Add percentage value to new calculated compressed image size

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87963

pritishn  changed:

   What|Removed |Added

   Assignee|pritishnaya...@gmail.com|libreoffice-b...@lists.free
   ||desktop.org

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 109367] [META] Sheet grid line bugs and enhancements

2020-08-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=109367

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Depends on||84597


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=84597
[Bug 84597] EDITING: grid refresh problem
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


  1   2   3   4   >