[Libreoffice-bugs] [Bug 138888] crashes when inserting or watch video

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

Julien Nabet  changed:

   What|Removed |Added

 Whiteboard|target:7.2.0|

--- Comment #5 from Julien Nabet  ---
(In reply to Rene Engelhard from comment #4)
> @Julien: I wonder about this commit to be honest.
> 
> ...
> Asking myself whether I need to backport a fix to 7.0.4 which will
> definitely be what will be in the next Debian release or not

The commit doesn't fix the bug, it just fixes the assertion, see
https://bugs.documentfoundation.org/show_bug.cgi?id=13#c2.
That's why I put "Related tdf#13", not "tdf#13"

Let's remove target to make it even more explicit.

-- 
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 138888] crashes when inserting or watch video

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

--- Comment #4 from Rene Engelhard  ---
@Julien: I wonder about this commit to be honest.

The initial report was against 7.0.3 but your commit says

"Regression from:
commit 36b3b357fe2a882db6a5f5a006239e16200fb847
[...]"

which isn't yet in 7.0.x. (only in master and -7-1)

Asking myself whether I need to backport a fix to 7.0.4 which will definitely
be what will be in the next Debian release or not

-- 
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 138576] style Important has wrong format and wrong next style

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

Dieter  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de
 Whiteboard| QA:needsComment|

--- Comment #2 from Dieter  ---
I confirm the observed behaviour with

Version: 7.1.0.0.beta1 (x64)
Build ID: 828a45a14a0b954e0e539f5a9a10ca31c81d8f53
CPU threads: 4; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win
Locale: de-DE (de_DE); UI: en-GB
Calc: threaded

but I don't know, if this is a bug or not.

Using style inspector (I'm not really familiar with it) I can see two
differences between the paragraph "aa" and "bb"
1. "Numbering style List 2" is greyed out in para style "Important" for
paragraph "bb"
2. Paragraph "bb" has direct paragraph formatting "Numbering style List 2"

Perhaps we need an expert with styles here. Or can you add some informations,
how you created the document, TorrAB?

-- 
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 138888] crashes when inserting or watch video

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

--- Comment #3 from Commit Notification 
 ---
Julien Nabet committed a patch related to this issue.
It has been pushed to "master":

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

Related tdf#13: fix assertion on avmedia/MediaControlBase

It will be available in 7.2.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 138888] crashes when inserting or watch video

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

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:7.2.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-commits] core.git: avmedia/source

2020-12-14 Thread Julien Nabet (via logerrit)
 avmedia/source/framework/MediaControlBase.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f4e496af66bc6a779f600158cc42b986d654f143
Author: Julien Nabet 
AuthorDate: Mon Dec 14 19:45:22 2020 +0100
Commit: Noel Grandin 
CommitDate: Tue Dec 15 08:29:32 2020 +0100

Related tdf#13: fix assertion on avmedia/MediaControlBase

Assertion when trying to insert a video in Impress, see bt:
https://bugs.documentfoundation.org/attachment.cgi?id=168161

According to https://en.cppreference.com/w/cpp/algorithm/clamp
"behavior is undefined if the value of lo is greater than hi"

Regression from:
commit 36b3b357fe2a882db6a5f5a006239e16200fb847
Author: Noel 
Date:   Thu Nov 12 16:10:56 2020 +0200

replace std::min(std::max()) with std::clamp

Change-Id: Idf33eb6c662b60174678f990f98aefc72edec2a6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107722
Tested-by: Jenkins
Reviewed-by: Noel Grandin 

diff --git a/avmedia/source/framework/MediaControlBase.cxx 
b/avmedia/source/framework/MediaControlBase.cxx
index ef92cce8a736..890bb04d805b 100644
--- a/avmedia/source/framework/MediaControlBase.cxx
+++ b/avmedia/source/framework/MediaControlBase.cxx
@@ -64,7 +64,7 @@ void MediaControlBase::UpdateVolumeSlider( MediaItem const & 
aMediaItem )
 {
 mxVolumeSlider->set_sensitive(true);
 const sal_Int32 nVolumeDB = aMediaItem.getVolumeDB();
-mxVolumeSlider->set_value( std::clamp( nVolumeDB, sal_Int32(0), 
AVMEDIA_DB_RANGE ) );
+mxVolumeSlider->set_value( std::clamp( nVolumeDB, AVMEDIA_DB_RANGE, 
sal_Int32(0)) );
 }
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 138562] Writer: Export pdf comments gives different results depending on the pdf viewer used

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

Dieter  changed:

   What|Removed |Added

 CC||dgp-m...@gmx.de
  Component|Writer  |Printing and PDF 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 138586] Writer: Column Mode is Chopping off Characters

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

Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1
 CC||dgp-m...@gmx.de
 Whiteboard| QA:needsComment|

--- Comment #1 from Dieter  ---
Thank you for reporting the bug. Please attach a sample document or / and some
steps to reproduce the problem, as this makes it easier for us to verify the
bug. (Please note that the attachment will be public, remove any sensitive
information before attaching it)

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the steps are provided.

-- 
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 52310] Calling Relations tool with LO Base and mysql native connector appears to freeze LO pushing user to force kill the app

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

--- Comment #29 from Alex Thurgood  ---
Still reproducible on macOS 11 BigSur with Mac silicon chip M1.

Version: 7.0.3.1
Build ID: d7547858d014d4cf69878db179d326fc3483e082
CPU threads: 8; OS: Mac OS X 10.16; UI render: default; VCL: osx
Locale: fr-FR (fr_FR.UTF-8); Langue IHM : fr-FR
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 138925] New: Error: "bad array new length" when editing table cells with faulty expressions

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

Bug ID: 138925
   Summary: Error: "bad array new length" when editing table cells
with faulty expressions
   Product: LibreOffice
   Version: 7.0.3.1 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: deko.meister.d...@gmail.com

Created attachment 168180
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168180=edit
Writer file containing only the table to demonstrate bug

When editing a cell in a Writer table using table calculations (i.e. by
pressing F2) that has a faulty expression in the cell (e.g. by trying to
correct the faulty expression) Writer crashes after applying new formula in
cell with "bad array new length" error shown in message box upon crash.

Behaviour first observed in existing table from larger document. Attached
document is sanitized extract of table from that document that reliably
reproduces error for me. 

Steps to reproduce
i) Move cursor to cell E5 (upper right cell with **Expression is faulty**)
ii) Edit cell formula (with F2) and enter anything
iii) Apply cell entry (by green tick)
iv) Writer crashes with warning "bad array new length"

-- 
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 138765] set the displayed size of an image inserted in Writer by changing its DPI

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

Heiko Tietze  changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda
   |.freedesktop.org|tion.org
   Keywords|needsUXEval |
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #5 from Heiko Tietze  ---
(In reply to skierpage from comment #3)
> Created attachment 168178 [details]
Thanks for the proposal. Basically it does what you ask for (not sure if
different dpi for the dimensions is possible). Rather than adding the new
option to the right we should go with something like

(o) Scale  Width: [   ] Height: [   ]
( ) Image Size Width: [   ] Height: [   ]
( ) Resolution Width: [   ] Height: [   ] [dpi v]


Don't think it's beneficial to have many tickets for every detail in case of
enhancements. 
And I expect confusion if we realize the scale/size/resolution/compression
request differently for internal data and 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-ux-advise] [Bug 138765] set the displayed size of an image inserted in Writer by changing its DPI

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

Heiko Tietze  changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |heiko.tietze@documentfounda
   |.freedesktop.org|tion.org
   Keywords|needsUXEval |
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #5 from Heiko Tietze  ---
(In reply to skierpage from comment #3)
> Created attachment 168178 [details]
Thanks for the proposal. Basically it does what you ask for (not sure if
different dpi for the dimensions is possible). Rather than adding the new
option to the right we should go with something like

(o) Scale  Width: [   ] Height: [   ]
( ) Image Size Width: [   ] Height: [   ]
( ) Resolution Width: [   ] Height: [   ] [dpi v]


Don't think it's beneficial to have many tickets for every detail in case of
enhancements. 
And I expect confusion if we realize the scale/size/resolution/compression
request differently for internal data and export.

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


[Libreoffice-bugs] [Bug 103688] Failed assertion in ooxmlexport8 (macOS only?)

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

Buovjaga  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

-- 
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 103688] Failed assertion in ooxmlexport8 (macOS only?)

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

--- Comment #5 from taskwill  ---
Nice to see this post here and thanks for sharing this. You can pay medical
bill online without standing in line for hours. The peryourhealth is an online
medical billing payment portal, where the user can simply get a login, complete
the entire process without facing any kind of trouble.
https://peryourhealth.vip

-- 
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 130725] ImpSvNumberInputScan::StringToDouble may produce inaccurate result

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

--- Comment #30 from Mike Kaganski  ---
(In reply to b. from comment #29)
> the '31000,99' sample there is less a problem of the weak precision how
> values are represented as 'doubles', but of 'catastrophic cancellation' when
> subtracting two operands of similar magnitude, and lack of appropriate
> handling of such in LO calc, C++, or whereever. just filling the 'tail'
> (which is empty reg. bit shifting) with '0' is insufficient. it is not
> possible to get a better representation of the operand values with
> 'doubles', but it is! possible to get a better result for the calculation,
> it requires some effort but it is manageable compared to the effort spent to
> handele 100th of display attributes or constructing gradients for
> backgrounds.

I am tired of people who declare things they don't understand (and try to
substitute other's points, making an impression they raise valid arguments).
Just stop spamming already, and send us the patch.

-- 
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 138909] Imported templates not shown immediately in template manager

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

--- Comment #3 from Heiko Tietze  ---
Tested with Refresh and that works but I have to change the filter (starting
from All/All). But why should I have to refresh manually, a function hidden in
a weird menu.

-- 
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 138905] Table not shown

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

Heiko Tietze  changed:

   What|Removed |Added

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

--- Comment #3 from Heiko Tietze  ---
*facepalm*

For testing, I toggled some view options among such display > tables.
Ridiculous option, badly implemented (placeholder should be always visible),
but still my fault.

-- 
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-commits] core.git: sfx2/uiconfig

2020-12-14 Thread Seth Chaiklin (via logerrit)
 sfx2/uiconfig/ui/templatedlg.ui |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 863ceb32ca152dff2a8feb716e2929be196a8295
Author: Seth Chaiklin 
AuthorDate: Mon Dec 14 22:45:43 2020 +0100
Commit: Heiko Tietze 
CommitDate: Tue Dec 15 07:47:30 2020 +0100

tdf#118435  add 'Text' before 'Documents' in Template Manager filter

Change-Id: Iaae6e3c9e6a212bca4c6b983132e044cd574bb6b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107697
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin 
Reviewed-by: Heiko Tietze 

diff --git a/sfx2/uiconfig/ui/templatedlg.ui b/sfx2/uiconfig/ui/templatedlg.ui
index 2a352fb268a3..5939f851f542 100644
--- a/sfx2/uiconfig/ui/templatedlg.ui
+++ b/sfx2/uiconfig/ui/templatedlg.ui
@@ -256,7 +256,7 @@
 queue
 
   All Applications
-  Documents
+  Text Documents
   Spreadsheets
   Presentations
   Drawings
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 76250] Random headings appear in navigator and change their links when clicked

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

--- Comment #6 from pourvan  ---
Online surveys are very popular at present. McDonald's has started a customer
Satisfaction survey called Mcdvoice Survey. Mcdvoice Survey gives you a chance
to enjoy the free meals at McDonald's. You just need to complete the Mcdvoice
Survey at mcdvoice.com survey official site https://mcdvoice.win

-- 
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 86630] MENU: Easily insert page number into header/footer with extended menu Insert

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

--- Comment #24 from Albert Acer  ---
Created attachment 168179
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168179=edit
Inserting Page number in Google Office Docs

This is the procedure to insert the page number in Google Docs.

-- 
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 138896] AutoFilter sort reference not updated with nested IF statement

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

--- Comment #9 from Colin  ---
As I mentioned, attempting to truncate the range resulted in even more
catastrophic erroneous cell references so what I provided is what best
demonstrates the feature - WYSIWYG

1. Set autofilter Column C to "All" - this obviates one of the the existing
autofilter bugs on newly opened sheets.
2. Ensure autofilter column B is set to "Sort Ascending"
3. Observe the value in M434 - This is the anticipated "Correct Value" 
4. Observe the range references in M434 they are current, 1 following & 3
preceding rows - the preceding rows array grows according to the current
location of the focus cell in the daily "cluster"
5. Set Auto Filter on column B - "Sort Descending"

   NOTE: M56 is the new location of the focus cell in the current daily cluster

6. Observe the range references in M56 - they are NOT the current focus array
references, they are "out" by 378 rows
7. Observe the value in M56 - this is incorrect

-- 
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 138765] set the displayed size of an image inserted in Writer by changing its DPI

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

Buovjaga  changed:

   What|Removed |Added

 Status|REOPENED|UNCONFIRMED
 Ever confirmed|1   |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-ux-advise] [Bug 138765] set the displayed size of an image inserted in Writer by changing its DPI

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

Buovjaga  changed:

   What|Removed |Added

 Status|REOPENED|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 138644] large spreadsheet severe performance bug while creating pivot table - changing data field function is very slow

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

--- Comment #11 from Joseph Ervin  ---
Just FYI, I updated my Fedora32 install tonight to the latest bits, and the
behvavior is unchanged; tt Still gets stuck with 100% CPU for minutes when
trying to change the pivot table data field function from "Sum" to something
else.  

The fact that windows behavior changed also from bringing up the dialog
instantly to taking 8 solid seconds of 100% CPU is clearly indicative of a
regression.  There's something going on here.  Bringing up this dialog should
take zero time. 

Please look into this regression.

-- 
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 138924] New: Libre Writer does not properly execute the IMAGE anchor choice as coded in STYLES.XML

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

Bug ID: 138924
   Summary: Libre Writer does not properly execute the IMAGE
anchor choice as coded in STYLES.XML
   Product: LibreOffice
   Version: 7.0.3.1 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: john4...@newhopetel.net

Description:
Every time I paste a photo into a text document, I have to manually change the
ANCHOR setting to “as-char” in order to keep the photo located in the proper
place.  The setting change does not carry over to the next photo…  you have to
change the setting for EACH photo.  Sadly, for many applications this renders
LIBRE WRITER pretty much useless.  There must be a dozen “fixes” and
“work-arounds” archived on-line.  All of the ones I’ve found are klutzy and
would not be needed if only a good programmer would spend an hour or so and
track down the source of this problem and apply a fix.  Better yet, give us the
option to choose which anchor we want to use as a default, although I realize
that is a bigger project.

Steps to Reproduce:
1. Edit the STYLES.XML and set image anchor type to "as-char"
2. Paste a photograph into a text document
3. Double click on the image;  you will see that the image anchor type is
"to=char", not "as-char". 

Actual Results:
see under OTHER INFORMATION

Expected Results:
I could not find how to attach a file to this bug report.  I have a document
that includes screen shots if anyone is interested I can send them.  Just let
me know.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Bug:  Libre Writer7.0.3.1  build d7547858d014d4cf69878db179d326fc3483e082
and 7.1 (Dev) both have the same problem.  This has been documented before, but
the suggested fixes do not work.  Thus I am running it up the flagpole again. 
This is a very important problem for many users.

Description:  When an image is inserted into text in a Libre Writer document,
formatting behavior is not what is expected.  To say that this is very
frustrating is a gross understatement, and has forced me and I suspect many
others to go back to MSWORD for our sanity.

The problem would be resolved if the default setting for IMAGE TYPE in
styles.xml would be set to ANCHOR AS-CHARACTER.  Instead, it always comes up
ANCHOR TO-CHARACTER.  There is no way for the user to change the default;  even
utilizing a template does not work.

The problem appears to have deep roots.  When first installed, the default
setting in the STYLES.XML code is set to ANCHOR TO-PARAGRAPH.  However, if you
create a document and paste in an image then double click on the image, the
setting shows up as ANCHOR TO-CHARACTER.  See below.



If you edit the XML and change the setting to ANCHOR AS-CHAR it makes zero
difference.  The image shows up the same and it does not actually exhibit the
AS-CHAR behavior.

Here is the XML after the change was made:




And here is the result shown by double clicking on the image:




It is exactly the same, no change.

I even made a pass using ANCHOR TO PARAGRAPH, same result.

SUMMARY:  Every time I paste a photo into a text document, I have to manually
change the ANCHOR setting to “as-char” in order to keep the photo located in
the proper place.  The setting change does not carry over to the next photo… 
you have to change the setting for EACH photo.  Sadly, for many applications
this renders LIBRE WRITER pretty much useless.  There must be a dozen “fixes”
and “work-arounds” archived on-line.  All of the ones I’ve found are klutzy and
would not be needed if only a good programmer would spend an hour or so and
track down the source of this problem and apply a fix.  Better yet, give us the
option to choose which anchor we want to use as a default, although I realize
that is a bigger project.

Thanks for reading.
John Lockridge

-- 
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 133034] System Open/Save dialog doesn't show all files in large folders

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

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 138586] Writer: Column Mode is Chopping off Characters

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

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 138580] Anchor to character constantly jumping to left column when moving an image (if they table is the first thing on the page)

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

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 138574] Edit Series in graph (calc) does not change point which has a single data label

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

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 138383] webservice() accesses URL multiple times

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

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 138562] Writer: Export pdf comments gives different results depending on the pdf viewer used

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

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 138576] style Important has wrong format and wrong next style

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

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 138556] Stock Chart easily corrupts data on saving

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

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 138567] Feature request: Add ability to cut in Calc without stripping cell formatting from the area being cut

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

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 131706] MailMerge: Provide a way to use ResultSet data with document fields

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

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 134665] [SLIDESHOW] Miscalculation of size of a shape/object in Animation : Emphasis - Grow and Shrink

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

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 134641] binaryurp bridge termination sporadically causes DisposedException in a different bridge

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

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 133092] [META] Crash bugs

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

Bug 91976 Summary: table control: insert fails because of database error, macro 
refreshes query, repeat -> crash
https://bugs.documentfoundation.org/show_bug.cgi?id=91976

   What|Removed |Added

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

-- 
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 108443] [META] Database query bugs and enhancements

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

Bug 91976 Summary: table control: insert fails because of database error, macro 
refreshes query, repeat -> crash
https://bugs.documentfoundation.org/show_bug.cgi?id=91976

   What|Removed |Added

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

-- 
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 91976] table control: insert fails because of database error, macro refreshes query, repeat -> crash

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

QA Administrators  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 91976] table control: insert fails because of database error, macro refreshes query, repeat -> crash

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

--- Comment #9 from QA Administrators  ---
Dear Paulo Martins,

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 47148] [META] Image handling problems

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

Bug 42550 Summary: Image loss when Impress handling *similar* file copies.
https://bugs.documentfoundation.org/show_bug.cgi?id=42550

   What|Removed |Added

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

-- 
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 42550] Image loss when Impress handling *similar* file copies.

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

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 42550] Image loss when Impress handling *similar* file copies.

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

--- Comment #13 from QA Administrators  ---
Dear Yifan Jiang,

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 133090] Saving a file document

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

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 133090] Saving a file document

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

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

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 130374] In CALC, References to data with autofilter get wrong after the filter is used.

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

QA Administrators  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 130374] In CALC, References to data with autofilter get wrong after the filter is used.

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

--- Comment #5 from QA Administrators  ---
Dear Luis Marcone,

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 102495] [META] KDE VCL backend bugs and enhancements

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

Bug 125926 Summary: KDE5 VCL uses unnecessarily bold fonts
https://bugs.documentfoundation.org/show_bug.cgi?id=125926

   What|Removed |Added

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

-- 
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 125926] KDE5 VCL uses unnecessarily bold fonts

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

QA Administrators  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 125926] KDE5 VCL uses unnecessarily bold fonts

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

--- Comment #19 from QA Administrators  ---
Dear Ongun Kanat,

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 133570] Word Wrap Text in Shape doesn't work on Callouts

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

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

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 134069] editing docx then saving does not save changes

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

--- Comment #2 from QA Administrators  ---
Dear honorsserv...@aol.com,

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 133105] Can't draw in presentation mode in LibreOfice Impress

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

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

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 132741] Sum() function with range declared with $ returning #VALUE!

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

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

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 132418] Anchor to character can only be moved once in a table (next step requires deselect)

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

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

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 132386] Crash of the document recovery (this program doesn't respond anymore) (see comment 3)

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

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

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 132251] Pasting Graphic Jumps To End of Document

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

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

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 131923] Libreoffice 6.3.5 and Sandboxie 5.33.3

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

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

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 131463] Some Slide Transition Does Not Work As Expected

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

--- Comment #11 from QA Administrators  ---
Dear Rizal Muttaqin,

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 131328] Libreoffice Calc cell's show wrong dates when it is for February 2020

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

--- Comment #7 from QA Administrators  ---
Dear sunbear.c22,

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 131042] Rotating bar codes in PDF results in unusable smudges

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

--- Comment #7 from QA Administrators  ---
Dear m,

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 130481] Fonts are not rendered properly if using Impress full-screen with tiling window manager (dwm + HiDPI screen)

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

--- Comment #10 from QA Administrators  ---
Dear br,

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 129792] Horizontal line glitches in Writer

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

--- Comment #17 from QA Administrators  ---
Dear mvarney82,

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 127668] Main LO window closes with some LO application

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

--- Comment #6 from QA Administrators  ---
Dear Vera Blagoveschenskaya,

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 121988] VBA macro / LO freeze when running macro

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

--- Comment #10 from QA Administrators  ---
Dear raal,

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 117731] Batch libreoffice --convert-to offers no way to wait for document completion

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

--- Comment #19 from QA Administrators  ---
Dear Richard Elkins,

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 113219] contents of the context menu after selecting a word with a mouse differs depending on the direction in which the selection was made

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

--- Comment #15 from QA Administrators  ---
Dear McAaron,

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 52310] Calling Relations tool with LO Base and mysql native connector appears to freeze LO pushing user to force kill the app

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

--- Comment #28 from QA Administrators  ---
Dear Alex Thurgood,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 122046] Data provider - crash when cancel merge columns (gen)

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

--- Comment #8 from QA Administrators  ---
Dear raal,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 114009] Underline become not consistent in vertical layout

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

--- Comment #8 from QA Administrators  ---
Dear Volga,

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 107897] EDITING: Some images are not loaded after HTML table paste

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

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

To make sure we're focusing on the bugs that affect our users today,
LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed
bugs which have not been touched for over a year.

There have been thousands of bug fixes and commits since anyone checked on this
bug report. During that time, it's possible that the bug has been fixed, or the
details of the problem have changed. We'd really appreciate your help in
getting confirmation that the bug is still present.

If you have time, please do the following:

Test to see if the bug is still present with the latest version of LibreOffice
from https://www.libreoffice.org/download/

If the bug is present, please leave a comment that includes the information
from Help - About LibreOffice.

If the bug is NOT present, please set the bug's Status field to
RESOLVED-WORKSFORME and leave a comment that includes the information from Help
- About LibreOffice.

Please DO NOT

Update the version field
Reply via email (please reply directly on the bug tracker)
Set the bug's Status field to RESOLVED - FIXED (this status has a particular
meaning that is not 
appropriate in this case)


If you want to do more to help you can test to see if your issue is a
REGRESSION. To do so:
1. Download and install oldest version of LibreOffice (usually 3.3 unless your
bug pertains to a feature added after 3.3) from
https://downloadarchive.documentfoundation.org/libreoffice/old/

2. Test your bug
3. Leave a comment with your results.
4a. If the bug was present with 3.3 - set version to 'inherited from OOo';
4b. If the bug was not present in 3.3 - add 'regression' to keyword


Feel free to come ask questions or to say hello in our QA chat:
https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa

Thank you for helping us make LibreOffice even better for everyone!

Warm Regards,
QA Team

MassPing-UntouchedBug

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


[Libreoffice-bugs] [Bug 115464] UI of export to PNG and JPG misleading for resolution

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

--- Comment #37 from skierpage  ---
(In reply to Heiko Tietze from comment #36)
> *** Bug 138765 has been marked as a duplicate of this bug. ***

I reopened bug 138765. It's similar because I want to add resolution (DPI) as a
third way to control the displayed size of an inserted image, alongside scaling
percentage and display dimensions, but without changing its pixels or file
size. So the two dialogs would have similar Dimension and Resolution fields,
and a Keep aspect ratio checkbox. My mockup is attachment 168178.

Thanks for everyone's efforts!

-- 
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 116082] [META] Image issues related to image DPI

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

skierpage  changed:

   What|Removed |Added

 Depends on||138765


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=138765
[Bug 138765] set the displayed size of an image inserted in Writer by changing
its DPI
-- 
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 103152] [META] Writer image bugs and enhancements

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

skierpage  changed:

   What|Removed |Added

 Depends on||138765


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=138765
[Bug 138765] set the displayed size of an image inserted in Writer by changing
its DPI
-- 
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 103152] [META] Writer image bugs and enhancements

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

Bug 138765 Summary: set the displayed size of an image inserted in Writer by 
changing its DPI
https://bugs.documentfoundation.org/show_bug.cgi?id=138765

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|DUPLICATE   |---

-- 
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 116082] [META] Image issues related to image DPI

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

Bug 138765 Summary: set the displayed size of an image inserted in Writer by 
changing its DPI
https://bugs.documentfoundation.org/show_bug.cgi?id=138765

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|DUPLICATE   |---

-- 
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-ux-advise] [Bug 138765] set the displayed size of an image inserted in Writer by changing its DPI

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

skierpage  changed:

   What|Removed |Added

Summary|you should be able to set   |set the displayed size of
   |the size an image in Writer |an image inserted in Writer
   |by changing its DPI |by changing its DPI
 Resolution|DUPLICATE   |---
 Blocks||103152, 116082
 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1

--- Comment #4 from skierpage  ---
(In reply to Heiko Tietze from comment #2)
First, thanks so much for responding! ❤ 

> Bug 34133 - Add option (+settings?) to compress and resize images:
> automatically either on insertion of an image or on save, and via a separate
> menu entry for all images
No, I don't want to compress my image, it's perfect: I just, as my description
says, want to set the displayed size of the image by DPI. (The ambiguity of
visual size vs. file size is confusing.)

> Bug 132656 - Show proper actual dimensions in Compress Image dialog
I don't want to compress.

> Bug 132658 - ENHANCEMENT: Image without resolution set should get a default
> fallback resolution (not based on a screen resolution)
Close, but I want to _control_ the DPI in Writer. After understanding this
problem with Writer I started setting the resolution of my images in GIMP, and
Writer uses it (hooray!), but my request here is regardless of the resolution
in the image file I want to set the displayed size of the image in Writer by
DPI.

> Making it a duplicate of Bug 115464 - UI of export to PNG and JPG misleading
> for resolution since this one has a mockup (but focus on export). ...
The UI for Image > Crop > Scale would be similar to attachment 142611 , but
instead of _file sizing_ by dimension, resolution, or pixels, the controls are
_scaling displayed size_ by percentage, image dimensions, or resolution in
DPI/Dots per Length. I made my own mockup, attached (disclaimer, I have no idea
how display size interacts with Crop).

> ... If this is
> totally wrong please check the META bug - or reopen.

Respectfully, I'm reopening as a separate bug. I added this bug as a dependency
of Writer-Images and Images-DPI, and commented in bug 115464 that Writer's
image properties > Crop > Scale needs a similar three-way control.

Looking at some of the bug reports, people seem unhappy with Writer's guess as
to how big to make an inserted image, so maybe this UI to scale/size by
percentage, dimensions, or DPI should be to be part of the Insert > Image
dialog, or an immediate second step, instead of making people find Format >
Image > Properties or right-click Properties > Crop.


Thanks for all your efforts, everyone.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103152
[Bug 103152] [META] Writer image bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=116082
[Bug 116082] [META] Image issues related to image DPI
-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 138765] set the displayed size of an image inserted in Writer by changing its DPI

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

skierpage  changed:

   What|Removed |Added

Summary|you should be able to set   |set the displayed size of
   |the size an image in Writer |an image inserted in Writer
   |by changing its DPI |by changing its DPI
 Resolution|DUPLICATE   |---
 Blocks||103152, 116082
 Status|RESOLVED|REOPENED
 Ever confirmed|0   |1

--- Comment #4 from skierpage  ---
(In reply to Heiko Tietze from comment #2)
First, thanks so much for responding! ❤ 

> Bug 34133 - Add option (+settings?) to compress and resize images:
> automatically either on insertion of an image or on save, and via a separate
> menu entry for all images
No, I don't want to compress my image, it's perfect: I just, as my description
says, want to set the displayed size of the image by DPI. (The ambiguity of
visual size vs. file size is confusing.)

> Bug 132656 - Show proper actual dimensions in Compress Image dialog
I don't want to compress.

> Bug 132658 - ENHANCEMENT: Image without resolution set should get a default
> fallback resolution (not based on a screen resolution)
Close, but I want to _control_ the DPI in Writer. After understanding this
problem with Writer I started setting the resolution of my images in GIMP, and
Writer uses it (hooray!), but my request here is regardless of the resolution
in the image file I want to set the displayed size of the image in Writer by
DPI.

> Making it a duplicate of Bug 115464 - UI of export to PNG and JPG misleading
> for resolution since this one has a mockup (but focus on export). ...
The UI for Image > Crop > Scale would be similar to attachment 142611 , but
instead of _file sizing_ by dimension, resolution, or pixels, the controls are
_scaling displayed size_ by percentage, image dimensions, or resolution in
DPI/Dots per Length. I made my own mockup, attached (disclaimer, I have no idea
how display size interacts with Crop).

> ... If this is
> totally wrong please check the META bug - or reopen.

Respectfully, I'm reopening as a separate bug. I added this bug as a dependency
of Writer-Images and Images-DPI, and commented in bug 115464 that Writer's
image properties > Crop > Scale needs a similar three-way control.

Looking at some of the bug reports, people seem unhappy with Writer's guess as
to how big to make an inserted image, so maybe this UI to scale/size by
percentage, dimensions, or DPI should be to be part of the Insert > Image
dialog, or an immediate second step, instead of making people find Format >
Image > Properties or right-click Properties > Crop.


Thanks for all your efforts, everyone.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103152
[Bug 103152] [META] Writer image bugs and enhancements
https://bugs.documentfoundation.org/show_bug.cgi?id=116082
[Bug 116082] [META] Image issues related to image DPI
-- 
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-commits] core.git: Branch 'libreoffice-7-1' - helpcontent2

2020-12-14 Thread Seth Chaiklin (via logerrit)
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3ab668b7af7821248031a34a59bc836f5b0b58da
Author: Seth Chaiklin 
AuthorDate: Tue Dec 15 03:59:30 2020 +0100
Commit: Gerrit Code Review 
CommitDate: Tue Dec 15 03:59:30 2020 +0100

Update git submodules

* Update helpcontent2 from branch 'libreoffice-7-1'
  to 83a954cd538bf5b56292067c3897971f685afb04
  - tdf#107229  add links to related topics for template help pages

  ( shared/guide/standard_template.xhp )
 + add missing .xhp to templatemanager link

  ( shared/01/0111.xhp )  (submenu for File > Templates )
 + add  section
 + add appl switch in related topics section for Writer to
embed link to "Templates and Styles"
 + embed link to "Creating and Modifying Templates"
(standard_template)
 * update to 

Change-Id: Ia419b5eb5ac0e4ab4c748cf0afc7fbb378d4d98e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/107623
Reviewed-by: Seth Chaiklin 
Tested-by: Jenkins
(cherry picked from commit e784d298ec11c408d1dcdb8493541033cf271922)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/107698
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/helpcontent2 b/helpcontent2
index 80f326abfdf2..83a954cd538b 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 80f326abfdf2c364ecf41ae1ba0cf769b1d28dfc
+Subproject commit 83a954cd538bf5b56292067c3897971f685afb04
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Branch 'libreoffice-7-1' - source/text

2020-12-14 Thread Seth Chaiklin (via logerrit)
 source/text/shared/01/0111.xhp |   10 +-
 source/text/shared/guide/standard_template.xhp |4 ++--
 2 files changed, 11 insertions(+), 3 deletions(-)

New commits:
commit 83a954cd538bf5b56292067c3897971f685afb04
Author: Seth Chaiklin 
AuthorDate: Sun Dec 13 18:11:17 2020 +0100
Commit: Adolfo Jayme Barrientos 
CommitDate: Tue Dec 15 03:59:30 2020 +0100

tdf#107229  add links to related topics for template help pages

  ( shared/guide/standard_template.xhp )
 + add missing .xhp to templatemanager link

  ( shared/01/0111.xhp )  (submenu for File > Templates )
 + add  section
 + add appl switch in related topics section for Writer to
embed link to "Templates and Styles"
 + embed link to "Creating and Modifying Templates"
(standard_template)
 * update to 

Change-Id: Ia419b5eb5ac0e4ab4c748cf0afc7fbb378d4d98e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/107623
Reviewed-by: Seth Chaiklin 
Tested-by: Jenkins
(cherry picked from commit e784d298ec11c408d1dcdb8493541033cf271922)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/107698
Reviewed-by: Adolfo Jayme Barrientos 

diff --git a/source/text/shared/01/0111.xhp 
b/source/text/shared/01/0111.xhp
index 4d278f079..a64aa4422 100644
--- a/source/text/shared/01/0111.xhp
+++ b/source/text/shared/01/0111.xhp
@@ -30,7 +30,7 @@
 
 
 
-Templates
+Templates
   Lets you organize and edit your templates, as well as save the current 
file as a template.
 
 
@@ -39,5 +39,13 @@
 
 
 
+
+
+
+
+
+
+
+
 
 
diff --git a/source/text/shared/guide/standard_template.xhp 
b/source/text/shared/guide/standard_template.xhp
index 3e8e109bb..a81e1e8d8 100644
--- a/source/text/shared/guide/standard_template.xhp
+++ b/source/text/shared/guide/standard_template.xhp
@@ -41,7 +41,7 @@
 
 
 When you open 
a new document with File - New, a blank document appears based on 
a $[officename] template. You can edit, modify, or replace this template so 
that the new document contains your customized Styles or other 
contents.
-You can define document templates 
for each $[officename] module.
+You can define document templates 
for each $[officename] application.
 Creating a Default Template
 
 
@@ -123,7 +123,7 @@
 Saving a Template in the Template 
Folder
 You can save 
any document as a template by selecting "Template" file type in the Save 
dialog. To access the template from the Template Manager, save the template in 
the User Paths directory specified for Templates in 
%PRODUCTNAME - 
PreferencesTools - 
Options - %PRODUCTNAME - 
Paths. It is often easier to save a document with File - 
Templates - Save As Template, because it automatically places the 
template in the appropriate directory.
 
-The Template 
Manager is the preferred method for working with templates. 
File - New - Templates and  File - Templates - 
Manage Templates are equivalent for opening the Template 
Manager. Ctrl+Shift+N is the predefined shortcut 
key.
+The Template 
Manager is the preferred method for working with templates. 
File - New - Templates and  File - Templates - 
Manage Templates are equivalent for opening the Template 
Manager. Ctrl+Shift+N is the predefined shortcut 
key.
 
 
 Templates
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 138765] you should be able to set the size an image in Writer by changing its DPI

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

--- Comment #3 from skierpage  ---
Created attachment 168178
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168178=edit
mockup of Image properties > Crop adding Resolution (DPI) and keep aspect ratio

See also similar mockups for image _file_ size attached to bug 115464. The
settings are different.

-- 
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-ux-advise] [Bug 138765] you should be able to set the size an image in Writer by changing its DPI

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

--- Comment #3 from skierpage  ---
Created attachment 168178
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168178=edit
mockup of Image properties > Crop adding Resolution (DPI) and keep aspect ratio

See also similar mockups for image _file_ size attached to bug 115464. The
settings are different.

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


[Libreoffice-bugs] [Bug 130275] "Insert > Field > More Fields" dialog is too high/tall - the OK/Cancel buttons get hidden behind the bottom panel of 'gnome-panel'

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

Kevin Suo  changed:

   What|Removed |Added

Summary|Ctrl + F2 (i.e., insert |"Insert > Field > More
   |More Fields) dialog:  The   |Fields" dialog is too
   |confirmation buttons get|high/tall - the OK/Cancel
   |hidden behind the bottom|buttons get hidden behind
   |panel of 'gnome-panel'  |the bottom panel of
   ||'gnome-panel'

-- 
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 130275] Ctrl + F2 (i.e., insert More Fields) dialog: The confirmation buttons get hidden behind the bottom panel of 'gnome-panel'

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

--- Comment #2 from Kevin Suo  ---
Created attachment 168177
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168177=edit
Another full screenshot

Mesa Intel® HD Graphics 620 (KBL GT2)
1366*768 19:9 display
Acer laptop, Fedora 32 x11.

-- 
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 138923] [FILEOPEN] PPTX text outside page borders (but ok in Microsoft PowerPoint)

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

--- Comment #3 from yuily...@gmail.com ---
Created attachment 168176
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168176=edit
The offending presentation

-- 
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 138923] [FILEOPEN] PPTX text outside page borders (but ok in Microsoft PowerPoint)

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

--- Comment #2 from yuily...@gmail.com ---
Created attachment 168175
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168175=edit
How Microsoft PowerPoint displays the presentation

-- 
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 138923] [FILEOPEN] PPTX text outside page borders (but ok in Microsoft PowerPoint)

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

--- Comment #1 from yuily...@gmail.com ---
Created attachment 168174
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168174=edit
How LIbreOffice displays the presentation

-- 
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 138923] New: [FILEOPEN] PPTX text outside page borders (but ok in Microsoft PowerPoint)

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

Bug ID: 138923
   Summary: [FILEOPEN] PPTX text outside page borders (but ok in
Microsoft PowerPoint)
   Product: LibreOffice
   Version: 7.0.3.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: yuily...@gmail.com

Description:
I am going to attach a presentation which was part of a larger internal
presentation that I have masked for the purpose of bug reporting.

If you open this presentation in LibreOffice Impress, the text is messed up and
goes outside page borders. Microsoft PowerPoint displays it ok.

Version: 7.0.3.1
Build ID: 00(Build:1)
CPU threads: 12; OS: Linux 5.8; UI render: default; VCL: kf5
Locale: en-US (en_US.UTF-8); UI: en-US
Ubuntu package version: 1:7.0.3-0ubuntu0.20.10.1
Calc: threaded

Steps to Reproduce:
Open the presentation

Actual Results:
Text outside page borders

Expected Results:
Should be displayed as Microsoft PowerPoint displays it


Reproducible: Always


User Profile Reset: No



Additional Info:
No other information

-- 
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 138922] [FILEOPEN] PPTX text outside page borders

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

yuily...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #1 from yuily...@gmail.com ---
Sorry, I made confusion in bug reporting. 

Going to report a new 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 138922] New: [FILEOPEN] PPTX text outside page borders

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

Bug ID: 138922
   Summary: [FILEOPEN] PPTX text outside page borders
   Product: LibreOffice
   Version: 7.0.3.1 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: yuily...@gmail.com

Created attachment 168173
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168173=edit
How LIbreOffice displays the presentation

Version: 7.0.3.1
Build ID: 00(Build:1)
CPU threads: 12; OS: Linux 5.8; UI render: default; VCL: kf5
Locale: en-US (en_US.UTF-8); UI: en-US
Ubuntu package version: 1:7.0.3-0ubuntu0.20.10.1
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 138909] Imported templates not shown immediately in template manager

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

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 CC||sdc.bla...@youmail.dk

--- Comment #2 from sdc.bla...@youmail.dk ---
Not reproduced.  Imported template from directory outside of Template Manager,
Template shown immediately in Template Manager.

Version: 7.2.0.0.alpha0+ (x64)
Build ID: 368c56144aab5794c39d5bc2082d9b3d6d7cebdb
CPU threads: 8; OS: Windows 10.0 Build 19041; UI render: Skia/Vulkan; VCL: win
Locale: en-US (en_DK); UI: en-US
Calc: threaded


Did you try "Refresh" button in Settings (instead of restarting 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-commits] core.git: sw/qa

2020-12-14 Thread Xisco Fauli (via logerrit)
 sw/qa/uitest/writer_tests5/tdf122045.py |   43 
 1 file changed, 43 insertions(+)

New commits:
commit d9ccee2231a8d8984302e1b2f578bf73b4d60c35
Author: Xisco Fauli 
AuthorDate: Mon Dec 14 13:30:52 2020 +0100
Commit: Xisco Fauli 
CommitDate: Tue Dec 15 00:37:37 2020 +0100

tdf#122045: sw: Add UItest

Change-Id: Ic49462e6d5a78d75947518744bde72b3d2cef86e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107688
Tested-by: Jenkins
Reviewed-by: Xisco Fauli 

diff --git a/sw/qa/uitest/writer_tests5/tdf122045.py 
b/sw/qa/uitest/writer_tests5/tdf122045.py
new file mode 100644
index ..80d11384ac8f
--- /dev/null
+++ b/sw/qa/uitest/writer_tests5/tdf122045.py
@@ -0,0 +1,43 @@
+# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*-
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+from uitest.framework import UITestCase
+from libreoffice.uno.propertyvalue import mkPropertyValues
+from uitest.uihelper.common import select_pos
+
+class tdf122045(UITestCase):
+
+def test_tdf122045(self):
+
+self.ui_test.create_doc_in_start_center("writer")
+xWriterDoc = self.xUITest.getTopFocusWindow()
+document = self.ui_test.get_component()
+
+self.ui_test.execute_dialog_through_command(".uno:PageDialog")
+xDialog = self.xUITest.getTopFocusWindow()
+
+xTabs = xDialog.getChild("tabcontrol")
+select_pos(xTabs, "2")
+
+btncolor = xDialog.getChild("btncolor")
+btncolor.executeAction("CLICK", tuple())
+
+xApplyBtn = xDialog.getChild("apply")
+xApplyBtn.executeAction("CLICK", tuple())
+
+self.assertTrue(document.isModified())
+self.assertEqual("0x729fcf", 
hex(document.StyleFamilies.PageStyles.Standard.BackColor))
+
+xCancelBtn = xDialog.getChild("cancel")
+self.ui_test.close_dialog_through_button(xCancelBtn)
+
+self.assertTrue(document.isModified())
+self.assertEqual("0x729fcf", 
hex(document.StyleFamilies.PageStyles.Standard.BackColor))
+
+self.ui_test.close_doc()
+
+# vim: set shiftwidth=4 softtabstop=4 expandtab:
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 138920] Precision issue in calc

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

--- Comment #2 from Jonny Grant  ---
(In reply to Uwe Auer from comment #1)
> (In reply to Jonny Grant from comment #0)
> > 
> > Can anyone confirm if this issue is resolved in latest release or 7.1 ?
> > 
> 
> Probably you won't get a confirmation about that, since there seems to be no
> issue and hence no fix. It doesn't look like an bug but correct result of
> IEEE 754 floating arithmetic (which is not to be confused with pure calculus
> in a math book).

I expected someone wouldn't want to fix this! We've seen this before with bugs
in Calc.

No user would ever expect to see 0.26998559001  when they copy and paste
the value into an email etc.


Google Docs and Excel don't have 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 115190] Template manager shows extension on OOXML templates

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

sdc.bla...@youmail.dk changed:

   What|Removed |Added

 CC||sdc.bla...@youmail.dk

--- Comment #6 from sdc.bla...@youmail.dk ---
(In reply to Heiko Tietze from comment #2)
> Sounds like a bug.
Can you elaborate?  (e.g., why?  what is expected behavior?)

fwiw -- with 7.2.0.0.alpha0+ -- templates saved in MS formats (e.g., .dot,
.dotx, .pot, .potx, .xlt, .xltx) are also shown in Template Manager with file
extensions.

(it is possible that the Template Manager designer wants to "highlight" that
these templates are not in native ODF?)

Files with "old" extensions (.stw., .stc, .std, .sti) are not shown in Template
Manager with extensions.

(is there a design doc for template manager?  - still trying to improve the
documentation).

-- 
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 138919] Text will split differently after applying highlighting (or font color) independent of zoom-level

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

--- Comment #4 from mulla.tasa...@gmail.com ---
(In reply to Telesto from comment #3)
> Created attachment 168172 [details]
> Screencast

Screenshot is not visible.
Can you please verify

-- 
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 138919] Text will split differently after applying highlighting (or font color) independent of zoom-level

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

--- Comment #3 from Telesto  ---
Created attachment 168172
  --> https://bugs.documentfoundation.org/attachment.cgi?id=168172=edit
Screencast

-- 
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 138919] Text will split differently after applying highlighting (or font color) independent of zoom-level

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

mulla.tasa...@gmail.com changed:

   What|Removed |Added

 CC||mulla.tasa...@gmail.com

--- Comment #2 from mulla.tasa...@gmail.com ---
Thank you for reporting the bug. 

Highlighting or change in font color of "nofeature differences" does not move
to next line

I can not reproduce the bug in

Version: 7.0.3.1 (x64)
Build ID: d7547858d014d4cf69878db179d326fc3483e082
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL

Version: 7.2.0.0.alpha0+ (x64)
Build ID: 761a672d62df1891b9f4f367a499b220ab2b33fa
CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); 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 138920] Precision issue in calc

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

--- Comment #1 from Uwe Auer  ---
(In reply to Jonny Grant from comment #0)
> 
> Can anyone confirm if this issue is resolved in latest release or 7.1 ?
> 

Probably you won't get a confirmation about that, since there seems to be no
issue and hence no fix. It doesn't look like an bug but correct result of IEEE
754 floating arithmetic (which is not to be confused with pure calculus in a
math book).

-- 
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-commits] core.git: vcl/win

2020-12-14 Thread Stephan Bergmann (via logerrit)
 vcl/win/app/saltimer.cxx |2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 14372e301f0198067e4965ac1a234d9f9d21e3b2
Author: Stephan Bergmann 
AuthorDate: Mon Dec 14 22:32:28 2020 +0100
Commit: Stephan Bergmann 
CommitDate: Mon Dec 14 23:19:32 2020 +0100

Silence warning C4189: local variable is initialized but not referenced

Change-Id: Ie36d7c4dfee5115b5909ed58a0b16b367e05866d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107734
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/vcl/win/app/saltimer.cxx b/vcl/win/app/saltimer.cxx
index 571988df4d23..1ccab54e96c8 100644
--- a/vcl/win/app/saltimer.cxx
+++ b/vcl/win/app/saltimer.cxx
@@ -62,8 +62,10 @@ void WinSalTimer::ImplStop()
 
 void WinSalTimer::ImplStart( sal_uInt64 nMS )
 {
+#if !defined NDEBUG
 SalData* pSalData = GetSalData();
 assert( !pSalData->mpInstance || pSalData->mnAppThreadId == 
GetCurrentThreadId() );
+#endif
 
 // DueTime parameter is a DWORD, which is always an unsigned 32bit
 if (nMS > SAL_MAX_UINT32)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


  1   2   3   4   5   >