[Libreoffice-bugs] [Bug 132967] copy and paste with mouse

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132967

Timur  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #6 from Timur  ---
Report is insufficient and careless to testers. Did you search existing bugs,
msny on paste? Which OS? Which environment, KDE only? Did you try other? Mutter
issue? Which LO version worked and which not? Does keyboard paste still work?
Do toolbar icons work?

-- 
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 123973] Master objects in a LO Draw document export with TIFF but not PNG or GIF

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=123973

--- Comment #7 from mwtjunkm...@gmail.com ---
Retested. Still an issue with Beta 7.0.0.0

Version: 7.0.0.0.beta1 (x64)
Build ID: 94f789cbb5b4a511c319542c7bdc31ff3b3c
CPU threads: 8; OS: Windows 10.0 Build 19635; UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

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


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - sc/source

2020-05-30 Thread Pranam Lashkari (via logerrit)
 sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx |2 +-
 sc/source/ui/sidebar/CellBorderStyleControl.cxx  |4 ++--
 sc/source/ui/sidebar/CellBorderStyleControl.hxx  |2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 91637957b6fc0131823587914ed977aaa565ffb4
Author: Pranam Lashkari 
AuthorDate: Sat May 30 10:43:56 2020 +0530
Commit: Aron Budea 
CommitDate: Sun May 31 06:16:05 2020 +0200

Calc, sidebar: Cell Border selector isn't shown in online

Change-Id: I43531270de0d3ed2458f0c33481e8e38e25ebe84
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95176
Tested-by: Aron Budea 
Reviewed-by: Aron Budea 

diff --git a/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx 
b/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx
index d46275768db6..6858cf148759 100644
--- a/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx
+++ b/sc/source/ui/sidebar/CellAppearancePropertyPanel.cxx
@@ -147,7 +147,7 @@ IMPL_LINK(CellAppearancePropertyPanel, 
TbxCellBorderSelectHdl, ToolBox*, pToolBo
 if (aCommand == UNO_SETBORDERSTYLE)
 {
 if (!mxCellBorderStylePopup)
-mxCellBorderStylePopup = 
VclPtr::Create(GetBindings()->GetDispatcher());
+mxCellBorderStylePopup = 
VclPtr::Create(GetBindings()->GetDispatcher(), 
mpTBCellBorder->GetParent());
 mxCellBorderStylePopup->StartPopupMode(pToolBox, 
FloatWinPopupFlags::GrabFocus);
 }
 }
diff --git a/sc/source/ui/sidebar/CellBorderStyleControl.cxx 
b/sc/source/ui/sidebar/CellBorderStyleControl.cxx
index 48bc135173a0..58eab958f67f 100644
--- a/sc/source/ui/sidebar/CellBorderStyleControl.cxx
+++ b/sc/source/ui/sidebar/CellBorderStyleControl.cxx
@@ -39,8 +39,8 @@ namespace sc { namespace sidebar {
 #define FRM_VALID_OUTER 0x0f
 #define FRM_VALID_ALL   0xff
 
-CellBorderStylePopup::CellBorderStylePopup(SfxDispatcher* pDispatcher)
-: FloatingWindow(SfxGetpApp()->GetTopWindow(), "FloatingBorderStyle", 
"modules/scalc/ui/floatingborderstyle.ui")
+CellBorderStylePopup::CellBorderStylePopup(SfxDispatcher* pDispatcher, 
vcl::Window *pParent)
+: FloatingWindow(pParent, "FloatingBorderStyle", 
"modules/scalc/ui/floatingborderstyle.ui")
 , mpDispatcher(pDispatcher)
 {
 get(maTBBorder1, "border1");
diff --git a/sc/source/ui/sidebar/CellBorderStyleControl.hxx 
b/sc/source/ui/sidebar/CellBorderStyleControl.hxx
index 3e413265bc1b..9d8eb46cf833 100644
--- a/sc/source/ui/sidebar/CellBorderStyleControl.hxx
+++ b/sc/source/ui/sidebar/CellBorderStyleControl.hxx
@@ -41,7 +41,7 @@ private:
 DECL_LINK(TB3SelectHdl, ToolBox *, void);
 
 public:
-explicit CellBorderStylePopup(SfxDispatcher* pDispatcher);
+explicit CellBorderStylePopup(SfxDispatcher* pDispatcher, vcl::Window 
*pParent);
 virtual ~CellBorderStylePopup() override;
 virtual void dispose() override;
 };
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 128536] Libreoffice Calc 6.3.2.2 fails opening xlsx files

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128536

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 128536] Libreoffice Calc 6.3.2.2 fails opening xlsx files

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128536

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

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 133096] editing: ui: calc: sort: 'copy output to' questionable workflow, changes unexpectedly references to target area

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133096

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 132588] The keep ratio button isn't working for frames

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132588

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 132762] Alt+enter not working after page break

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132762

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 133091] UI ENHANCEMENT: Table properties doesn't contain row height

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133091

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 128856] Draw mode slides not transparent

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128856

--- Comment #2 from QA Administrators  ---
Dear Wilfried Keller,

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 132923] Crash in: mergedlo.dll

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132923

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 133093] Feature Request for auto align in draw EDITING

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133093

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 94725] Selecting a new object fill setting in Area tab doesnt change other tabs

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94725

--- Comment #10 from QA Administrators  ---
Dear Yousuf Philips (jay) (retired),

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 132645] Crash on restart when disabling OpenGL

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=132645

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 96756] JAHRE (german) - YEARS (engl.): Err:502 with date 01.01.0001, works with 02.01.0001

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96756

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

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 126739] Click-and-move textbox with image underneath, after moving image, is broken

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126739

--- Comment #9 from QA Administrators  ---
Dear mattreecebentley,

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 126867] Writer file created in Windows loses first-page header settings when opened in Linux

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126867

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

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 128926] PPS files will not play with OpenGL in Impress 6.2.8 (on some systems)

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128926

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

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 73446] EDITING: empty comment is deleted when you move cursor back to document (can be recreated by undo)

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=73446

--- Comment #12 from QA Administrators  ---
Dear Lukas Jelinek,

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 57827] FILESAVE als .xls: Transparency and Gradient lost for data series

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=57827

--- Comment #7 from QA Administrators  ---
Dear Rainer Bielefeld Retired,

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 75644] Better options to control LibO window resize of the Start Screen and last used window size of each document module (summary in comment 10)

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75644

--- Comment #44 from Chuck Spalding  ---
I'm very new to LibreOffice and this bug system, so I apologize in advance if
any of this is inappropriate.

In Comment 10, the writer states "positioning/sizing of document is not
recorded inside of ODF".

I've looked "inside" some ODT and ODS files, and each one contains the
following config-items in the view-settings section of the settings.xml
component:

   VisibleAreaTop   VisibleAreaLeft   VisibleAreaWidth   VisibleAreaHeight

If those items are not for "positioning/sizing of document", what are they for?

(As an aside, regarding the reported issue, I've done the experiment with Excel
and Numbers, and they both "do the right" thing when documents are opened. That
is, they show the document window as it was when *that document* was last
saved, regardless of other documents that have been opened since.)

I'm using LibreOffice 6.4.4 on macOS 10.13.6 (High Sierra).

-- 
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 133530] Paste disabled in Calc with content on the clipboard

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133530

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu

--- Comment #2 from Aron Budea  ---
(In reply to Telesto from comment #0)
> 1. Open the attached file in LibreOffice 6.0
Please attach the file.

(In reply to Telesto from comment #1)
> https://cgit.freedesktop.org/libreoffice/core/commit/
> ?id=9e0ee17d5059b9a7cf80c8839bb139e1626d0ebb
Not sure about this result, the commit looks like a simple and straightforward
change... but we'll see.

-- 
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 98259] [META] Keyboard shortcuts and accelerators bugs and enhancements

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98259
Bug 98259 depends on bug 39302, which changed state.

Bug 39302 Summary: Shortcut Key: alt += hot key for autosum
https://bugs.documentfoundation.org/show_bug.cgi?id=39302

   What|Removed |Added

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

-- 
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 33603] Presenter notes should be available in normal view as a scrolling pane

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33603

--- Comment #34 from Attrib  ---
(In reply to Óvári from comment #33)
> (In reply to Attrib from comment #32)
> > Feedback and suggestions welcome.
> Have you contacted the Certified Developers 
> https://www.libreoffice.org/get-help/professional-support/

Great suggestion Óvári! I didn't realize there was a certified developers
directory.


> Having a developer is willing to give a quote on the cost to implement this
> feature would be a good start.

Agree it would be a great start to get an estimate or scope first. I just
wouldn't want to lead the developer on since I don't have a budget that could 
fairly pay for a devs time on a project like this. Even given a fair quote and
scope I can't fund the work alone. 

I am very interested to hear how much work this would be so if it's a more
realistic experiment, I'm happy to moderate the bounty to incentivize a well
written spec/quote. If that's a sensible first step and might make it easier
for others to contribute. 'Bountying' a spec is much harder to define success
though. 

I also realize 100 Eur is still really just a token rather then fair
remuneration for a talented developer. I was hoping someone would play along to
test out the idea of an open source feature bounty and complete this popularly
requested enhancement at the same time.

-- 
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 95945] Remove the 'Slide Master' icon from the View menu

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95945

Óvári  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

-- 
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 96981] All cells selector button not functional when in formula mode

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96981

--- Comment #18 from Óvári  ---
still repro in 

LibreOffice
Version: 6.4.4.2
Build ID: 3d775be2011f3886db32dfd395a6a6d1ca2630ff
CPU threads: 2; OS: Linux 5.3; UI render: default; VCL: gtk3

Linux Mint 19.3 Cinnamon 64-bit

-- 
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 99725] FILEOPEN RTF layout problem with footer (Normal view not showing some text)

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99725

--- Comment #9 from Óvári  ---
The right only shows "Page 5" instead of "Page 5 of 5"; hence still repro in 

LibreOffice
Version: 6.4.4.2
Build ID: 3d775be2011f3886db32dfd395a6a6d1ca2630ff
CPU threads: 2; OS: Linux 5.3; UI render: default; VCL: gtk3

Linux Mint 19.3 Cinnamon 64-bit

-- 
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 87959] VIEWING: Impress Too big Pixels and displayed incorrectly

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87959

--- Comment #9 from Óvári  ---
still repro in 

LibreOffice
Version: 6.4.4.2
Build ID: 3d775be2011f3886db32dfd395a6a6d1ca2630ff
CPU threads: 2; OS: Linux 5.3; UI render: default; VCL: gtk3

Linux Mint 19.3 Cinnamon 64-bit

-- 
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 87958] VIEWING Spinning writing with shadow and textbox disappearing

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87958

Óvári  changed:

   What|Removed |Added

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

--- Comment #8 from Óvári  ---
Not the best but now usable. Thank you

LibreOffice
Version: 6.4.4.2
Build ID: 3d775be2011f3886db32dfd395a6a6d1ca2630ff
CPU threads: 2; OS: Linux 5.3; UI render: default; VCL: gtk3

Linux Mint 19.3 Cinnamon 64-bit

-- 
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 87960] VIEWING LibreOffice Impress wobble/shake/vibrate of images incorrect

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87960

--- Comment #10 from Óvári  ---
Still repo:
2. Also in LO, the 3 pictures in that fly in at the end do not
wobble/shake/vibrate correctly.

LibreOffice
Version: 6.4.4.2
Build ID: 3d775be2011f3886db32dfd395a6a6d1ca2630ff
CPU threads: 2; OS: Linux 5.3; UI render: default; VCL: gtk3

Linux Mint 19.3 Cinnamon 64-bit

-- 
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 97950] FILEOPEN RTF layout problem with extra pages

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97950

Óvári  changed:

   What|Removed |Added

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

--- Comment #8 from Óvári  ---
Now 5 pages, not 4; however no blank pages.

LibreOffice
Version: 6.4.4.2
Build ID: 3d775be2011f3886db32dfd395a6a6d1ca2630ff
CPU threads: 2; OS: Linux 5.3; UI render: default; VCL: gtk3

Linux Mint 19.3 Cinnamon 64-bit

-- 
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 81234] [META] RTF filter issues

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81234
Bug 81234 depends on bug 97950, which changed state.

Bug 97950 Summary: FILEOPEN RTF layout problem with extra pages
https://bugs.documentfoundation.org/show_bug.cgi?id=97950

   What|Removed |Added

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

-- 
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 97895] [META] FILEOPEN RTF layout problem with table, footers, extra pages

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97895
Bug 97895 depends on bug 97950, which changed state.

Bug 97950 Summary: FILEOPEN RTF layout problem with extra pages
https://bugs.documentfoundation.org/show_bug.cgi?id=97950

   What|Removed |Added

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

-- 
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 133540] Add Resolve Comment Function to Another Module Than Writer

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133540

Rizal Muttaqin  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||9228
 Blocks||101216, 112873


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 133540] Add Resolve Comment Function to Other Modules Than Writer

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133540

Rizal Muttaqin  changed:

   What|Removed |Added

Summary|Add Resolve Comment |Add Resolve Comment
   |Function to Another Module  |Function to Other Modules
   |Than Writer |Than Writer

-- 
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 112873] [META] Impress/Draw comment bugs and enhancements

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112873

Rizal Muttaqin  changed:

   What|Removed |Added

 Depends on||133540


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=133540
[Bug 133540] Add Resolve Comment Function to Another Module Than Writer
-- 
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 95949] Changing Display Mode using View menu does not update Display Mode

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95949

--- Comment #7 from Óvári  ---
still repro in 

LibreOffice
Version: 6.4.4.2
Build ID: 3d775be2011f3886db32dfd395a6a6d1ca2630ff
CPU threads: 2; OS: Linux 5.3; UI render: default; VCL: gtk3

Linux Mint 19.3 Cinnamon 64-bit

-- 
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 101216] [META] Calc comment bugs and enhancements

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101216

Rizal Muttaqin  changed:

   What|Removed |Added

 Depends on||133540


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=133540
[Bug 133540] Add Resolve Comment Function to Another Module Than Writer
-- 
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 133540] New: Add Resolve Comment Function to Another Module Than Writer

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133540

Bug ID: 133540
   Summary: Add Resolve Comment Function to Another Module Than
Writer
   Product: LibreOffice
   Version: 7.0.0.0.alpha1+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: riz_17_...@yahoo.co.id

As in tdf#119228 we have new .uno:ResolveComment command and after checking a
while this command now just available limited to Writer CMIIW. Would be great
if this function is implemented also in Calc and in Impress which support
comment reviewing.

-- 
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 97143] Only current frame showing which selecting multiple columns/rows

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97143

--- Comment #13 from Óvári  ---
still repro in 

LibreOffice
Version: 6.4.4.2
Build ID: 3d775be2011f3886db32dfd395a6a6d1ca2630ff
CPU threads: 2; OS: Linux 5.3; UI render: default; VCL: gtk3

Linux Mint 19.3 Cinnamon 64-bit

-- 
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 99724] FILEOPEN RTF layout problem with footer

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99724

--- Comment #8 from Óvári  ---
still repro in 

LibreOffice
Version: 6.4.4.2
Build ID: 3d775be2011f3886db32dfd395a6a6d1ca2630ff
CPU threads: 2; OS: Linux 5.3; UI render: default; VCL: gtk3

Linux Mint 19.3 Cinnamon 64-bit

-- 
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 112616] FILEOPEN DOC: Line numbering for a section applies incorrectly to the entire document

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112616

--- Comment #4 from Óvári  ---
still repro in 

LibreOffice
Version: 6.4.4.2
Build ID: 3d775be2011f3886db32dfd395a6a6d1ca2630ff
CPU threads: 2; OS: Linux 5.3; UI render: default; VCL: gtk3

Linux Mint 19.3 Cinnamon 64-bit

-- 
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 133539] Inconsistent Comment Commands in Notebookbar Tabbed Interface Review Tab Across Modules

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133539

Rizal Muttaqin  changed:

   What|Removed |Added

Summary|Inconsistent Comment|Inconsistent Comment
   |Commands in Notebookbar |Commands in Notebookbar
   |Tabbed Interface Review Tab |Tabbed Interface Review Tab
   |Across Module   |Across Modules

-- 
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 133539] New: Inconsistent Comment Commands in Notebookbar Tabbed Interface Review Tab Across Module

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133539

Bug ID: 133539
   Summary: Inconsistent Comment Commands in Notebookbar Tabbed
Interface Review Tab Across Module
   Product: LibreOffice
   Version: 7.0.0.0.alpha1+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: riz_17_...@yahoo.co.id

Created attachment 161447
  --> https://bugs.documentfoundation.org/attachment.cgi?id=161447=edit
Review Tab in MS Office

While LibreOffice tabbed interface now has nice some comment functions in the
Review Tab

1. Writer: Comment, Reply Comment, Delete Comment

2. Calc: Comment, Edit Comment, Show All Comments, Hide All Comments, Delete
All Comments, Delete Comment

3. Impress: Comment, Next Comment, Previous Comment, Delete Comment, Delete All
Comments, Show Comments


This lead to inconsistent available comment function. So my suggestion is add
some functions to make them synchronized

1. Writer: Next Comment, Previous Comment, Delete All Comments, Show All
Comments
2. Calc: Next Comment, Previous Comment


Would be nice if similar functions are grouped together in a toolbox just like
MS Office do:

 - Delete All Comments and Delete (the) Comment grouped in Delete Comment
 - As and addition, we have new Resolved Comment command (.uno:ResolveComment)
as introduced in tdf#119228, adding it to the grouped Show/Hide Comment would
be nice together with Show All Comments, Show Comment, Hide All Comments

As a side note, ResolveComment seems has not been implemented in other modules
than Writer, would be another bug report

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


[Libreoffice-bugs] [Bug 112683] Ctrl not traversing cells which contain only data if used with accessKey ‘v’ (paste)

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112683

--- Comment #12 from Óvári  ---
UX has been degraded further unfortunately as step 8 doesn't work now. Does not
recognize Ctrl+Enter.

LibreOffice
Version: 6.4.4.2
Build ID: 3d775be2011f3886db32dfd395a6a6d1ca2630ff
CPU threads: 2; OS: Linux 5.3; UI render: default; VCL: gtk3

Linux Mint 19.3 Cinnamon 64-bit

-- 
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 97947] FILEOPEN RTF layout problem with table

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97947

--- Comment #7 from Óvári  ---
still repro in 

LibreOffice
Version: 6.4.4.2
Build ID: 3d775be2011f3886db32dfd395a6a6d1ca2630ff
CPU threads: 2; OS: Linux 5.3; UI render: default; VCL: gtk3

Linux Mint 19.3 Cinnamon 64-bit

-- 
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 95945] Remove the 'Slide Master' icon from the View menu

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95945

Óvári  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEW |RESOLVED

--- Comment #13 from Óvári  ---
No icons are showing in version 6.4.4.2. Thank you

-- 
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 85811] [META] Main menu bar bugs and enhancements

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85811
Bug 85811 depends on bug 95945, which changed state.

Bug 95945 Summary: Remove the 'Slide Master' icon from the View menu
https://bugs.documentfoundation.org/show_bug.cgi?id=95945

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
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 95983] [META] Bugs related to the display view (formerly: display mode) selector in Impress

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95983
Bug 95983 depends on bug 95945, which changed state.

Bug 95945 Summary: Remove the 'Slide Master' icon from the View menu
https://bugs.documentfoundation.org/show_bug.cgi?id=95945

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
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 33603] Presenter notes should be available in normal view as a scrolling pane

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33603

--- Comment #33 from Óvári  ---
(In reply to Attrib from comment #32)
> Feedback and suggestions welcome.
Have you contacted the Certified Developers and has there been a reply with the
cost, and amount of time required for them, to implement this feature?
https://www.libreoffice.org/get-help/professional-support/

Having a developer is willing to give a quote on the cost to implement this
feature would be a good start.

What do you think?

Thank you

-- 
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 107139] [META] Breeze icons

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107139

Rizal Muttaqin  changed:

   What|Removed |Added

 Depends on||133538


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=133538
[Bug 133538] Need An Icon for the New Show Whitespace Command
-- 
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 133538] Need An Icon for the New Show Whitespace Command

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133538

Rizal Muttaqin  changed:

   What|Removed |Added

Crash report or|https://bugs.documentfounda |
crash signature|tion.org/show_bug.cgi?id=12 |
   |4686|
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||4686

-- 
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 125965] [META] Sifr icons

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125965

Rizal Muttaqin  changed:

   What|Removed |Added

 Depends on||133538


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=133538
[Bug 133538] Need An Icon for the New Show Whitespace Command
-- 
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 122247] [META] Icon requests

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122247

Rizal Muttaqin  changed:

   What|Removed |Added

 Depends on||133538


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=133538
[Bug 133538] Need An Icon for the New Show Whitespace Command
-- 
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 120946] [META] Karasa Jaga icons

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120946

Rizal Muttaqin  changed:

   What|Removed |Added

 Depends on||133538


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=133538
[Bug 133538] Need An Icon for the New Show Whitespace Command
-- 
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 131141] [META] Sukapura icons

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=131141

Rizal Muttaqin  changed:

   What|Removed |Added

 Depends on||133538


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=133538
[Bug 133538] Need An Icon for the New Show Whitespace Command
-- 
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 120949] [META] Elementary icons

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120949

Rizal Muttaqin  changed:

   What|Removed |Added

 Depends on||133538


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=133538
[Bug 133538] Need An Icon for the New Show Whitespace Command
-- 
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 117497] [META] Colibre icons

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117497

Rizal Muttaqin  changed:

   What|Removed |Added

 Depends on||133538


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=133538
[Bug 133538] Need An Icon for the New Show Whitespace Command
-- 
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 133538] Need An Icon for the New Show Whitespace Command

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133538

Rizal Muttaqin  changed:

   What|Removed |Added

Crash report or||https://bugs.documentfounda
crash signature||tion.org/show_bug.cgi?id=12
   ||4686
 Blocks||122247, 107139, 117497,
   ||120949, 120946, 125965,
   ||131141


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107139
[Bug 107139] [META] Breeze icons
https://bugs.documentfoundation.org/show_bug.cgi?id=117497
[Bug 117497] [META] Colibre icons
https://bugs.documentfoundation.org/show_bug.cgi?id=120946
[Bug 120946] [META] Karasa Jaga icons
https://bugs.documentfoundation.org/show_bug.cgi?id=120949
[Bug 120949] [META] Elementary icons
https://bugs.documentfoundation.org/show_bug.cgi?id=122247
[Bug 122247] [META] Icon requests
https://bugs.documentfoundation.org/show_bug.cgi?id=125965
[Bug 125965] [META] Sifr icons
https://bugs.documentfoundation.org/show_bug.cgi?id=131141
[Bug 131141] [META] Sukapura icons
-- 
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 133538] New: Need An Icon for the New Show Whitespace Command

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133538

Bug ID: 133538
   Summary: Need An Icon for the New Show Whitespace Command
   Product: LibreOffice
   Version: 7.0.0.0.alpha1+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: UI
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: riz_17_...@yahoo.co.id

There has been a change in the view menu. "Hide Whitespace" has been changed to
"Show Whitespace" (see tdf#124686).

In Writer's Notebookbar Tabbed View Tab, this function is missing the icon now.

-- 
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 133537] [META] Issues affected by "oox: import WPS shape with text as shape with textbox"

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133537

Aron Budea  changed:

   What|Removed |Added

 Depends on||82860


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=82860
[Bug 82860] FILESAVE: RTF - saved file not openable in MS Word
-- 
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 133537] [META] Issues affected by "oox: import WPS shape with text as shape with textbox"

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133537

Aron Budea  changed:

   What|Removed |Added

 Depends on||109077


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109077
[Bug 109077] FILEOPEN: Word text boxes with background, become two in LO
-- 
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 133537] [META] Issues affected by "oox: import WPS shape with text as shape with textbox"

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133537

Aron Budea  changed:

   What|Removed |Added

 Depends on||109229


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109229
[Bug 109229] FILESAVE: Textbox's height is reduced after RT
-- 
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 33603] Presenter notes should be available in normal view as a scrolling pane

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33603

Attrib  changed:

   What|Removed |Added

 CC||attc...@protonmail.com

--- Comment #32 from Attrib  ---
To try and get some attention on this enhancement I'm offering a little bitcoin
experiment with a "enhancement bounty". 

Pretty simple 100 Eur via BTC for this enhancement. Posted more details on how
this might work on Reddit titled: "Jury-rigged Enhancement Bounty - Presenter
notes in normal view!"

Would really love to generate some momentum on this one, this feature will be
really valuable as evidenced by the interest shown here.

https://www.reddit.com/r/libreoffice/comments/gtprjk/juryrigged_enhancement_bounty_presenter_notes_in/?utm_source=share_medium=web2x
 

Feedback and suggestions welcome.

-- 
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 133537] [META] Issues affected by "oox: import WPS shape with text as shape with textbox"

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133537

Aron Budea  changed:

   What|Removed |Added

 Depends on||78727


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=78727
[Bug 78727] FILEOPEN: DrawingML import/export filter does not fully work as
stated in 4.3 Release Notes
-- 
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 133537] [META] Issues affected by "oox: import WPS shape with text as shape with textbox"

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133537

Aron Budea  changed:

   What|Removed |Added

 Depends on||99273


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=99273
[Bug 99273] FILESAVE: cant save attached docx
-- 
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 133537] [META] Issues affected by "oox: import WPS shape with text as shape with textbox"

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133537

Aron Budea  changed:

   What|Removed |Added

 Depends on||84678


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=84678
[Bug 84678] FILEOPEN: .DOCX textbox margins incorrectly set in 4.4.x
-- 
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 133537] [META] Issues affected by "oox: import WPS shape with text as shape with textbox"

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133537

Aron Budea  changed:

   What|Removed |Added

 Depends on||103978


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103978
[Bug 103978] FILEOPEN: DOCX: Table is displayed behind the text
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 133537] [META] Issues affected by "oox: import WPS shape with text as shape with textbox"

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133537

Aron Budea  changed:

   What|Removed |Added

 Depends on||109137


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=109137
[Bug 109137] FILESAVE: ODT: when reopened with LO, the graphic moves to page 2
-- 
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 133537] [META] Issues affected by "oox: import WPS shape with text as shape with textbox"

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133537

Aron Budea  changed:

   What|Removed |Added

 Depends on||114882


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=114882
[Bug 114882] Error Message: File format error found at  SAXParseException:
'[word/document.xml line 2]: Opening and ending tag mismatch: txbxContent line
0 and sdtContent ', Stream 'word/document.xml', Line 2, Column 3157(row,col).
-- 
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 133537] [META] Issues affected by "oox: import WPS shape with text as shape with textbox"

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133537

Aron Budea  changed:

   What|Removed |Added

 Depends on||102466


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102466
[Bug 102466] FILESAVE: DOCX truncated upon roundtrip
-- 
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 104520] [META] DOCX (OOXML) bug tracker

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104520

Aron Budea  changed:

   What|Removed |Added

 Depends on|102466  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102466
[Bug 102466] FILESAVE: DOCX truncated upon roundtrip
-- 
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 38093] Add an Outline View layout and editing mode to Writer

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=38093

--- Comment #89 from Jim Raykowski  ---
Created attachment 161446
  --> https://bugs.documentfoundation.org/attachment.cgi?id=161446=edit
Plus Minus button single click demo

Here is another go at the button appearing when mouse is held over heading
approach. This version shows a '+' or '-' button which only requires one click
to toggle outline content visibility. As the code stands now, content
visibility for sub headings is not toggled when upper level heading content
visibility is toggled. Perhaps right mouse click on the button or left mouse
click with held mod key could be used to toggle including subs.

An option to suppress the popup noted but not yet implemented.

-- 
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 107428] Overlapping textboxes interfere with correct cursor placement (comment 5)

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107428

Aron Budea  changed:

   What|Removed |Added

 Blocks||133537
 CC||ba...@caesar.elte.hu


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=133537
[Bug 133537] [META] Issues affected by "oox: import WPS shape with text as
shape with textbox"
-- 
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 133537] [META] Issues affected by "oox: import WPS shape with text as shape with textbox"

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133537

Aron Budea  changed:

   What|Removed |Added

 Depends on||107428


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=107428
[Bug 107428] Overlapping textboxes interfere with correct cursor placement
(comment 5)
-- 
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 133537] [META] Issues affected by "oox: import WPS shape with text as shape with textbox"

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133537

Aron Budea  changed:

   What|Removed |Added

 Depends on||133045


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=133045
[Bug 133045] DOCX with multiple objects inserted in header section does not
open properly and worse from 4.4 and 6.0
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104522] [META] DOCX (OOXML) header & footer-related issues

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104522

Aron Budea  changed:

   What|Removed |Added

 Depends on||133045


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=133045
[Bug 133045] DOCX with multiple objects inserted in header section does not
open properly and worse from 4.4 and 6.0
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 133045] DOCX with multiple objects inserted in header section does not open properly and worse from 4.4 and 6.0

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133045

Aron Budea  changed:

   What|Removed |Added

 Blocks||133537, 104522
 CC||ba...@caesar.elte.hu


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104522
[Bug 104522] [META] DOCX (OOXML) header & footer-related issues
https://bugs.documentfoundation.org/show_bug.cgi?id=133537
[Bug 133537] [META] Issues affected by "oox: import WPS shape with text as
shape with textbox"
-- 
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 117692] Frame at top of page moves into header with wrong padding when reloading exported DOCX

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117692

Aron Budea  changed:

   What|Removed |Added

 Blocks||133537


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=133537
[Bug 133537] [META] Issues affected by "oox: import WPS shape with text as
shape with textbox"
-- 
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 133537] [META] Issues affected by "oox: import WPS shape with text as shape with textbox"

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133537

Aron Budea  changed:

   What|Removed |Added

 Depends on||117692


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=117692
[Bug 117692] Frame at top of page moves into header with wrong padding when
reloading exported DOCX
-- 
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 71385] Alphabetical Index cannot generate hyperlinks

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71385

--- Comment #13 from Joel M  ---
(In reply to Regina Henschel from comment #12)

Thanks for the explanation! It makes more sense now why this hasn't been done
yet.

-- 
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 104449] [META] DOCX (OOXML) textbox-related issues

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104449

Aron Budea  changed:

   What|Removed |Added

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

-- 
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 122886] [META] Bugs with textboxes in shapes

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122886

Aron Budea  changed:

   What|Removed |Added

 Depends on||133537
   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=13 |
   |3537|


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=133537
[Bug 133537] [META] Issues affected by "oox: import WPS shape with text as
shape with textbox"
-- 
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 133537] [META] Issues affected by "oox: import WPS shape with text as shape with textbox"

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133537

Aron Budea  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=10
   ||4449,
   ||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||0804

-- 
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 133537] [META] Issues affected by "oox: import WPS shape with text as shape with textbox"

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133537

Aron Budea  changed:

   What|Removed |Added

 Blocks||122886
   See Also|https://bugs.documentfounda |
   |tion.org/show_bug.cgi?id=12 |
   |2886|


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=122886
[Bug 122886] [META] Bugs with textboxes in shapes
-- 
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 120804] [META] Bugs introduced by initial DrawingML shape import in DOCX

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=120804

Aron Budea  changed:

   What|Removed |Added

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

-- 
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 104442] [META] OOXML shape (DrawingML and VML) related issues

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104442

Aron Budea  changed:

   What|Removed |Added

 Depends on|133070  |


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=133070
[Bug 133070] FILEOPEN DOCX Shape with relative height gets huge height
-- 
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 133537] [META] Issues affected by "oox: import WPS shape with text as shape with textbox"

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133537

Aron Budea  changed:

   What|Removed |Added

 Depends on||133070


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=133070
[Bug 133070] FILEOPEN DOCX Shape with relative height gets huge height
-- 
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 133070] FILEOPEN DOCX Shape with relative height gets huge height

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133070

Aron Budea  changed:

   What|Removed |Added

   Keywords|bibisectRequest, regression |bibisected, bisected
 Blocks|104442  |133537
 CC||ba...@caesar.elte.hu

--- Comment #4 from Aron Budea  ---
Bibisecting using repo bibisect-44max yielded the following commit, which is in
the given range, so seems accurate. Since it was never correct, let's stick to
implementationError.

https://cgit.freedesktop.org/libreoffice/core/commit/?id=d379d18666aa42031359ca8eb34b0021960347ae
author  Miklos Vajna   2014-06-18 11:57:31
+0200
committer   Miklos Vajna   2014-06-18 12:09:15
+0200

oox: import WPS shape with text as shape with textbox


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104442
[Bug 104442] [META] OOXML shape (DrawingML and VML) related issues
https://bugs.documentfoundation.org/show_bug.cgi?id=133537
[Bug 133537] [META] Issues affected by "oox: import WPS shape with text as
shape with textbox"
-- 
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 133537] [META] Issues affected by "oox: import WPS shape with text as shape with textbox"

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133537

Aron Budea  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=12
   ||2886
 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW

-- 
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 122886] [META] Bugs with textboxes in shapes

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122886

Aron Budea  changed:

   What|Removed |Added

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

-- 
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 104442] [META] OOXML shape (DrawingML and VML) related issues

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104442

Aron Budea  changed:

   What|Removed |Added

 Depends on||133537


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=133537
[Bug 133537] [META] Issues affected by "oox: import WPS shape with text as
shape with textbox"
-- 
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 133537] New: [META] Issues affected by "oox: import WPS shape with text as shape with textbox"

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133537

Bug ID: 133537
   Summary: [META] Issues affected by "oox: import WPS shape with
text as shape with textbox"
   Product: LibreOffice
   Version: 4.4.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: filter:ooxml, implementationError
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ba...@caesar.elte.hu
Blocks: 104442

The following commit affected how WPS shapes with text got imported, and is
sometimes identified as a point of change in certain bugs. Usually the
preceding behavior isn't correct, either, and since the commit is related to
new development, these bugs should be marked as implementationError.

https://cgit.freedesktop.org/libreoffice/core/commit/?id=d379d18666aa42031359ca8eb34b0021960347ae
author  Miklos Vajna   2014-06-18 11:57:31
+0200
committer   Miklos Vajna   2014-06-18 12:09:15
+0200

oox: import WPS shape with text as shape with textbox


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104442
[Bug 104442] [META] OOXML shape (DrawingML and VML) related issues
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 133525] Page Style > Area > Gradient: Increment value not saved with document

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133525

--- Comment #2 from Regina Henschel  ---
(In reply to Julien Nabet from comment #1)
> On pc Debian x86-64 with master sources updated today, I could reproduce
> this.
> 
> Regina: trying to save different values related to gradient in the file and
> unzipping it, I noticed there were no attribute concerning increment.
> Indeed, styles.xml contains this line:
>   draw:style="rectangular" draw:cx="76%" draw:cy="77%"
> draw:start-color="#ffd7d7" draw:end-color="#b4c7dc"
> draw:start-intensity="95%" draw:end-intensity="90%" draw:angle="34deg"
> draw:border="35%" />
> 
> Is "increment" attribute a kind of extension to ODF?

No, it is ODF. But "increment" does not belong to the gradient definition in
, but it is a property of the object itself. Therefore it is in
the automatic-style of the object in the attribute draw:gradient-step-count.
For a page you get in LO7.0 (ODF 1.3) for example:


LO6 is faulty in writing gradients for pages.

The error here is, that the dialog does not mirror the values of the
master-page, if it opens for a page. It does mirror the value if it is opened
on shapes.

-- 
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 71385] Alphabetical Index cannot generate hyperlinks

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=71385

--- Comment #12 from Regina Henschel  ---
(In reply to Joel M from comment #11)
> (In reply to Regina Henschel from comment #10)
> > This index is different form the other type of indexes, because for an
> > alphabetical index a hyperlink in the index entry does not exist in the ODF
> > standard.
> 
> Can you clarify whether this means:
> A) Adding links to an alphabetical index would cause save/load problems with
> the file format.

Such links would have to be saved in "ODF 1.3 extended" using an own namespace,
and they would be lost if saving in "ODF 1.3".

> B) They can be added, but the files would be incompatible with other
> programs using the ODF standard.

Yes, other applications would ignore the links.

> C) Something else?

It is possible, but the way is long. First LibreOffice has to implement it in
its own namespace, then LibreOffice makes a proposal to the OASIS ODF TC, and
then -I estimate- it would take at least three years to get the change finally
into the standard.

-- 
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 133536] Links to external files in a Calc table integrated in a Writer document can no longer be updated.

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133536

Lothar Viel  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |lothar.v...@arcor.de
   |desktop.org |

--- Comment #1 from Lothar Viel  ---
Created attachment 161444
  --> https://bugs.documentfoundation.org/attachment.cgi?id=161444=edit
Example Writer document with integrated Calc table

-- 
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 133536] New: Links to external files in a Calc table integrated in a Writer document can no longer be updated.

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133536

Bug ID: 133536
   Summary: Links to external files in a Calc table integrated in
a Writer document can no longer be updated.
   Product: LibreOffice
   Version: 6.2.8.2 release
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: lothar.v...@arcor.de

Description:
If a Calc table is integrated into a Writer Document and there is a link to
another, external Calc table containing data, this link can no longer be
updated.

Steps to Reproduce:
In the attached example writer document ('Writer Document with integrated Calc
Table.odt') a small Calc table is integrated.
In field B1 of this table, a number (here in the example 2, 3, 4 or 5) can be
entered that refers to a corresponding row number of the external Calc table
('Calc Table with external Data.ods'). 
In fields B2 and B3 of the integrated Calc table, the INDEX function is used to
access and display the values of the external Calc table. Accordingly, field B2
displays the value of the row number of column A of the external Calc table
entered in B1. Field B3 displays the value of column B accordingly.

Actual Results:
If one or more values in the external Calc table are now changed, the Calc
table integrated in the Writer document will initially display the previous
value(s). 
If you click on "Edit", "Link to external files..." and "Update", the changed
values from the external Calc table should also be displayed in the integrated
Calc table. But this is not the case from version 6.2.8 (up to the latest
version 7.0.0.0). The previous values are still displayed and there is no
possibility to display the changed, current values of the external Calc table.

Expected Results:
This worked fine until LibreOffice version 6.2.5.2! 
The versions 6.2.6 and 6.2.7 were not tested by us.


Reproducible: Always


User Profile Reset: Yes



Additional Info:
none

-- 
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 133535] Uppercase/Lowercase function not working with Georgian letters

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133535

--- Comment #2 from Alan  ---
Created attachment 161443
  --> https://bugs.documentfoundation.org/attachment.cgi?id=161443=edit
Georgian Extended Block

-- 
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 133535] Uppercase/Lowercase function not working with Georgian letters

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133535

--- Comment #1 from Alan  ---
Created attachment 161442
  --> https://bugs.documentfoundation.org/attachment.cgi?id=161442=edit
Sample Writer doc for testing the case function

-- 
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 133535] New: Uppercase/Lowercase function not working with Georgian letters

2020-05-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=133535

Bug ID: 133535
   Summary: Uppercase/Lowercase function not working with Georgian
letters
   Product: LibreOffice
   Version: 3.3.0 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: alan.g...@outlook.com

Description:
Selecting Georgian text and using "Format -> Uppercase/Lowercase" does not
change anything.

Steps to Reproduce:
1. Open the attached sample document
2. Select Georgian lowercase (or uppercase) text
3. Use menu "Format -> Uppercase (or lowercase)"

Actual Results:
The format of selected Georgian text is unchanged

Expected Results:
The selected text should be uppercased (or lowercased).


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Unicode v11 (2018) introduced the new Georgian (Mtavruli) characters and
assigned them as uppercase variants of the existing Georgian (Mkhedruli)
characters.

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


  1   2   3   >