[Libreoffice-bugs] [Bug 128960] Editing: Add a more direct way to clear character styles

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128960

Mike Kaganski  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 128973] New: Create a per-document "Paragraph style used by default" setting

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128973

Bug ID: 128973
   Summary: Create a per-document "Paragraph style used by
default" setting
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: needsUXEval
  Severity: enhancement
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mikekagan...@hotmail.com

Using styles properly in Writer, among other things, means not using Default
paragraph style directly (which is almost never a good idea, because Default
style is the root of the inheritance hierarchy, and so fine-tuning it to
satisfy "main text body" requirements would propagate those changes on all
styles in the hierarchy which don't explicitly override them).

But currently not only shipped templates start with the Default style, but
also:

1. A document created without any templates (= from pre-compiled defaults)
starts with the Default paragraph style (despite having normal set of styles);
2. Using "Clear formatting" from "Set Paragraph Style" drop-down in the toolbar
resets to Default style;
3. Using Alt+Enter to leave the last cell of a table makes the following
paragraph use the Default style;
... there are more.

The proposal is to add a configurable per-document "Use this style by default",
which would make all cases where we reset to Default now, to reset to that
chosen style instead. In the documents created without a template, it should be
the "Text Body" style. The style marked that way should be marked (e.g., by a
green checkmark) in the styles list; is should be made "used" in the document
(and not deletable). It should not be a style's property (or else it would
introduce uncertainties when copying such styles from one document to another
with own defaults, and provoke bugs with multiple defaults), but the document's
property.

This needs no changes to the ODF (because it only requires a setting that
modifies controls behaviour, not document/styles behaviour; it should be in
 under "ooo:configuration-settings").

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

[Libreoffice-bugs] [Bug 125359] Cannot display multiple infobars

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125359

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:6.5.0|target:6.5.0 target:6.4.0.1

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

[Libreoffice-bugs] [Bug 125359] Cannot display multiple infobars

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125359

--- Comment #6 from Commit Notification 
 ---
Samuel Mehrbrodt committed a patch related to this issue.
It has been pushed to "libreoffice-6-4":

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

tdf#125359 Don't overlap multiple infobars

It will be available in 6.4.0.1.

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 128960] Editing: Add a more direct way to clear character styles

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128960

--- Comment #6 from Mike Kaganski  ---
Even without the "difficulty" and "distrust" feelings caused by unwanted
large-scale changes editing the Default style, the obvious consequence of this
in user learning is "understanding" that all styles should be "disconnected"
from the Default style (user would need to re-define all the properties in
inheritance tree leafs), thus making the inheritance concept less useful and
more of a hassle ("Why is everything inherited from Default? It makes things so
much harder!"). The very first encounter with the style inheritance concept,
instead of giving a useful and handy tool to user, becomes "meet this useless
and awkward thing that stays on your way" moment.

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

[Libreoffice-bugs] [Bug 128779] Create some APIs for QR Code Generator in LibreOffice BASIC

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128779

Volga  changed:

   What|Removed |Added

Summary|Add some API for QR Code|Create some APIs for QR
   |Generator in LibreOffice|Code Generator in
   |BASIC   |LibreOffice BASIC

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

[Libreoffice-bugs] [Bug 128960] Editing: Add a more direct way to clear character styles

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128960

--- Comment #5 from Mike Kaganski  ---
At risk of being off-topic here (since the request was about character
styles(!)), I have to describe my PoV.

While the imaginary "Default character style" (internally = don't use any
character style, and use what is defined in paragraph style) is perfectly
reasonable in any sense (and would be most used in ~any stylistically
consistent document), Default paragraph style (an actual style, which might -
and often should - be modified - consciously) is a *root* of most pre-defined
styles, and thus its direct use is wrong from the proper styles use PoV. Of
course, using it is not wrong from the programmatic PoV, but its default use in
templates is just an unfortunate implementation detail that needs fixing. So
making means to directly use it even more prominent than now is a bad thing.

Specifically, using "Default paragraph style" in documents, and then starting
use styles, would mean that a novice user has main text in that "Default
style", and also applies, say, Heading N; also using headers/footers and tables
automatically uses relevant styles in those elements. And when user then wants
to edit the main style (Default!), this will propagate inherited settings to
all the styles right and left - which might be (and often is) not what user
needs. The inheritance levels are there for a reason: e.g., if user wants font
face to be consistent across all used styles, user sets that in the lowest
possible inheritance level; if user needs some paragraphs have indents or
spacings, that wouldn't make sense to do at lowest level. Forcing users to
start with base-of-everything Default style provokes each style edit to have
too widescale (potentially destructive) consequences.

We have too much of that Default paragraph style usage in our
controls/templates: being the default in the templates; being set when e.g.
Alt+Enter'ing out of a table; resetting to it when using the "Clear formatting"
item in style list in toolbar... please don't create another prominent way to
promote logically inconsistent workflow! It goes against the overall
architecture of LibreOffice being built around using styles; and it makes
learning using styles much more difficult for beginners (who try simple things
like editing the used styles, and suddenly see unwanted results all over the
document, which would cause distrust in the tool).

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

[Libreoffice-bugs] [Bug 127922] 'Droid Sans Thai' font shows numeric characters incorrectly.

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127922

Ming Hua  changed:

   What|Removed |Added

 CC||ming.v@qq.com

--- Comment #12 from Ming Hua  ---
As the reporter of bug 126248, I was looking into this bug to see if they are
related, but I have no experience in Thai or Thai fonts.

After downloading Droid Sans Thai font from Internet (TTF format, 35584 bytes),
I tried to preview it on Windows, and noticed that it doesn't show the same
numeric characters as Nukool's "correct" screenshot.

@Nukool: Would you please clarify where is your Droid Sans Thai font from?
(Fedora package?)  And can you attach the font or provide a download link if
possible?

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

[Libreoffice-bugs] [Bug 101100] Impress doesn't display properly some PPTX binary equations created with Microsoft Equation, image stretched (OK if resaved in MSO)

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101100

--- Comment #20 from Volga  ---
Reproduced again with:

版本: 6.5.0.0.alpha0+ (x64)
Build ID: 32dcf3f0fdafcf44457842a8aa4f54d30d856ca9
CPU 线程: 4; 操作系统: Windows 10.0 Build 18362; UI 渲染: 默认; VCL: win; 
区域语言: zh-CN (zh_CN); UI 语言: zh-CN
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 128960] Editing: Add a more direct way to clear character styles

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128960

--- Comment #4 from V Stuart Foote  ---
(In reply to Mike Kaganski from comment #3)
> Please don't extend this to paragraph styles. Doing that would emphasize
> usage of Default paragraph style - which is bad.

Would it? Not so sure...

For most users now--majority of their documents are already going to be in
default style(s) as that is what the document type templates open with.

While here, goal of having the controls prominent is to get the document
content back to a known state--either selecting a word, a text run, a full
paragraph, or the full document and resetting its style.

Seems the efficient work flow is to first set the selection back to the
template defaults for paragraph and character styles (or to the default
style(s) as modified in current document). 

Making it ready to apply new style(s), in a second step if other than defaults
is desired.

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

[Libreoffice-bugs] [Bug 128956] Switching between two versions of LibreOffice resets user profile

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128956

--- Comment #4 from V Stuart Foote  ---
(In reply to Alex Thurgood from comment #3)
> 1) The change in behavior is pretty recent, it has worked fine up til now,
> so hardly an "old" way of parallel installing. 
> 

Sorry, I was not clear on that, was referring to the methods in the  Wiki for
'installing in parallel'. 

And in fact, both the 'new' macOS method of a helper script setting a
PROFILE_DIR environment variable; or the 'old' method of manual edit of
bootstraprc and setting the internal 'UserInstallation' variable to internal
$ORIGIN path work with a unique profile for each LibreOffice installation.

Either method is intended to allow you to keep your operational user profile
separate from your testing profile--so as to not corrupt your user profile, and
reduce the frequency of needing to reset profile to restore function.

But that is not really the main issue of the comment 0 which is about your Java
runtime.  For that I can not confirm as each install I perform receives its own
 newly configured default profile.

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

[Libreoffice-bugs] [Bug 125257] [META] Tip of the day

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125257
Bug 125257 depends on bug 124238, which changed state.

Bug 124238 Summary: Show a Tip-Of-The-Day dialog on startup
https://bugs.documentfoundation.org/show_bug.cgi?id=124238

   What|Removed |Added

 Status|RESOLVED|REOPENED
 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 128960] Editing: Add a more direct way to clear character styles

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128960

--- Comment #3 from Mike Kaganski  ---
Please don't extend this to paragraph styles. Doing that would emphasize usage
of Default paragraph style - which is bad.

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

[Libreoffice-bugs] [Bug 128970] Can not open LO in Mac

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128970

Alex Thurgood  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #4 from Alex Thurgood  ---


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

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

[Libreoffice-bugs] [Bug 126409] LibreOffice does not launch normally on macOS 10.15 Catalina

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126409

Alex Thurgood  changed:

   What|Removed |Added

 CC||gunilla.kar...@me.com

--- Comment #36 from Alex Thurgood  ---
*** Bug 128970 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 128956] Switching between two versions of LibreOffice resets user profile

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128956

--- Comment #3 from Alex Thurgood  ---
1) The change in behavior is pretty recent, it has worked fine up til now, so
hardly an "old" way of parallel installing. 

2) The app bundle names are different, for example:

LibreOffice
LibreOfficeDev
LO6282
LO5472
LO6132
etc

3) The whole point of parallel installation using the same profile is to:

- keep one's user profile settings intact while switching between versions
- be able to test the impact of one's user settings on different versions to
report on any issues

Given that QA often recommends installing a parallel version to normal people
reporting issues, do you really think that your suggestion to modify
bootstraprc is going to have huge uptake? Especially since they will then have
to separately copy over the bits of the user profile they want, or else
configure them manually again. 

4) I imagine that tampering with the bootstraprc file might void the
notarisation process on Catalina (haven't tested).

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

[Libreoffice-bugs] [Bug 128972] 'Recent used:' box in Database Wizard is narraw and not expandable

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128972

--- Comment #1 from Nukool Chompuparn  ---
Created attachment 156056
  --> https://bugs.documentfoundation.org/attachment.cgi?id=156056=edit
'Recent used:' box

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

[Libreoffice-bugs] [Bug 128972] New: 'Recent used:' box in Database Wizard is narraw and not expandable

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128972

Bug ID: 128972
   Summary: 'Recent used:' box in Database Wizard is narraw and
not expandable
   Product: LibreOffice
   Version: 6.2.8.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: nuk...@gmail.com

Description:
'Recent used:' box size is not enough for long name of database

Steps to Reproduce:
1.Open Base application
2.
3.

Actual Results:
'Recent used:' box is narrow

Expected Results:
Modify the Database Wizard panel in order to have more space to expand 'Recent
used:' box.


Reproducible: Always


User Profile Reset: No



Additional Info:

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

[Libreoffice-bugs] [Bug 128971] Current Library box is too narrow and not expandable

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128971

--- Comment #1 from Nukool Chompuparn  ---
Created attachment 156055
  --> https://bugs.documentfoundation.org/attachment.cgi?id=156055=edit
Narrow Current Library box

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

[Libreoffice-bugs] [Bug 128971] New: Current Library box is too narrow and not expandable

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128971

Bug ID: 128971
   Summary: Current Library box is too narrow and not expandable
   Product: LibreOffice
   Version: 6.2.8.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: trivial
  Priority: medium
 Component: BASIC
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: nuk...@gmail.com

Description:
In BASIC editor,'Current Library' box is too narrow and not expandable

Steps to Reproduce:
1.Tools > Macros > Organize Macros > LibreOffice BASIC > select a module > Edit
2.
3.

Actual Results:
'Current Library' box is too narrow and not expandable even when the screen is
wide.

Expected Results:
Expandable or auto fit


Reproducible: Always


User Profile Reset: No



Additional Info:

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

[Libreoffice-bugs] [Bug 101630] Google Drive two-factor authentication (2FA) not working again

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101630

Luis Alberto Hernández Monroy  changed:

   What|Removed |Added

Version|5.2.0.4 release |6.3.3.2 release
   Keywords||accessibility
 OS|All |Mac OS X (All)

--- Comment #56 from Luis Alberto Hernández Monroy  
---
Google Drive two-factor authentication not working on 6.3.3.2 I'm getting the
"The specified device is invalid." when trying to setup the connection.

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

[Libreoffice-bugs] [Bug 127922] 'Droid Sans Thai' font shows numeric characters incorrectly.

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127922

--- Comment #11 from Nukool Chompuparn  ---
Created attachment 156054
  --> https://bugs.documentfoundation.org/attachment.cgi?id=156054=edit
Format cells : Font

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

[Libreoffice-bugs] [Bug 127922] 'Droid Sans Thai' font shows numeric characters incorrectly.

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127922

--- Comment #10 from Nukool Chompuparn  ---
Created attachment 156053
  --> https://bugs.documentfoundation.org/attachment.cgi?id=156053=edit
Language settings

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

[Libreoffice-bugs] [Bug 127922] 'Droid Sans Thai' font shows numeric characters incorrectly.

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127922

--- Comment #9 from Nukool Chompuparn  ---
(In reply to Kevin Suo from comment #8)
> Nukool Chompuparn: would you check and see whether this is a duplicate of
> bug 126248?

Dear Kevin,

Sorry, I think it is different. Please see my Thai language settings from
images attached right after this.

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

[Libreoffice-bugs] [Bug 126607] undocked find doesn't get focus on KDE

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126607

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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

[Libreoffice-bugs] [Bug 128946] Libre Office Calc crashed with search in selected column

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128946

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|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-bugs] [Bug 128950] With LO Base 6.2, it is no longer possible to change the Database connection type in "MySQL (Native)"

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128950

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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

[Libreoffice-bugs] [Bug 128895] Hidden Columns but keep reappearing! Unlike Rows which will stay hidden

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128895

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

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

[Libreoffice-bugs] [Bug 128965] Error: Database connection failed when opening. Database has lost ALL information.

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128965

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|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-bugs] [Bug 128946] Libre Office Calc crashed with search in selected column

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128946

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

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

[Libreoffice-bugs] [Bug 127815] Non-breaking spaces not inserted when LibreOffice-KDE5 is installed, since Libo 6.3.x (French typo)

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=127815

QA Administrators  changed:

   What|Removed |Added

   Keywords||bibisectRequest

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

[Libreoffice-bugs] [Bug 128895] Hidden Columns but keep reappearing! Unlike Rows which will stay hidden

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128895

QA Administrators  changed:

   What|Removed |Added

 Status|NEEDINFO|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-bugs] [Bug 80949] Previous selection of "Bullets and Numbering" type lost if dialog opened again

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80949

--- Comment #9 from QA Administrators  ---
Dear Hans Deragon,

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
http://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 128671] master branch cannot be built without manual hacks with Aarch64 distro config

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128671

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 128965] Error: Database connection failed when opening. Database has lost ALL information.

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128965

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

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

[Libreoffice-bugs] [Bug 113512] 1.15 Line spacing is missing in Format Spacing menu

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=113512

--- Comment #8 from QA Administrators  ---
Dear Jim Raykowski,

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
http://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 108272] FILEOPEN: SAXException: [word/document.xml line 2]: unknown error for .docx with floating table in header

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108272

--- Comment #8 from QA Administrators  ---
Dear Frederic Parrenin,

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
http://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 68752] Error while "Save as"/Export as XML using "LibreOffice Calc" if there are 3 empty rows

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=68752

--- Comment #13 from QA Administrators  ---
Dear arnosn,

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
http://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 119888] [META] DOCX (OOXML) object-related issues

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119888
Bug 119888 depends on bug 76513, which changed state.

Bug 76513 Summary: FILEOPEN: Very bad positioning of drawing objects on writer 
throughout the document in docx
https://bugs.documentfoundation.org/show_bug.cgi?id=76513

   What|Removed |Added

 Status|NEEDINFO|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 76513] FILEOPEN: Very bad positioning of drawing objects on writer throughout the document in docx

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76513

Afrim Hoxha  changed:

   What|Removed |Added

 Status|NEEDINFO|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 128895] Hidden Columns but keep reappearing! Unlike Rows which will stay hidden

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128895

--- Comment #5 from Mark Mclean  ---
I hide columns that I do not use, Like column w to amj! I tried to leave a
file, but didn't understand it to well, hope its there, if not here is how I
share it. http://bit.ly/faithalone

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

[Libreoffice-bugs] [Bug 82091] Spelling dialog correction of Calc cells does not remove red wavy underline, but context menu spelling correction does

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82091

--- Comment #21 from rpr  ---
Reproducible in LibreOffice Calc 6.3.3.2 (running on Ubuntu 18.04).

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

[Libreoffice-bugs] [Bug 128895] Hidden Columns but keep reappearing! Unlike Rows which will stay hidden

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128895

--- Comment #4 from m.a.riosv  ---
What columns were hidden that are visible on opening?

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

[Libreoffice-bugs] [Bug 128970] Can not open LO in Mac

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128970

Julien Nabet  changed:

   What|Removed |Added

 CC||ipla...@tuta.io,
   ||serval2...@yahoo.fr

--- Comment #3 from Julien Nabet  ---
Alex: thought you might be interested in this one. Isn't it the pb on Catalina
or Mojave and new security rules from Apple?

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

[Libreoffice-bugs] [Bug 128965] Error: Database connection failed when opening. Database has lost ALL information.

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128965

--- Comment #3 from Ronald  ---
- database connection: through java, no msql server

- connection is alive for days or a week, no specific time

- database now is on the internal network (NAS), but in previous situations on
the same harddrive as LibreOffice

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

[Libreoffice-bugs] [Bug 128950] With LO Base 6.2, it is no longer possible to change the Database connection type in "MySQL (Native)"

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128950

Julien Nabet  changed:

   What|Removed |Added

 CC||btom...@gmail.com

--- Comment #8 from Julien Nabet  ---
Pb is due to this part
118 // skip mysql connection variations. It is handled in another window.
119 if(sURLPrefix.startsWith("sdbc:mysql:") &&
!sURLPrefix.startsWith("sdbc:mysql:jdbc:"))
120   continue;

Commenting this block makes Mysql Native Mysql ODBC appear

(see
https://cgit.freedesktop.org/libreoffice/core/commit/?id=b2cefc2e36925b4384eb0aea54aa2c6bcfb018a8)

Tamás: any thoughts here?

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

[Libreoffice-bugs] [Bug 128895] Hidden Columns but keep reappearing! Unlike Rows which will stay hidden

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128895

--- Comment #3 from Mark Mclean  ---
Created attachment 156052
  --> https://bugs.documentfoundation.org/attachment.cgi?id=156052=edit
All sheets locked, no password needed to unlock.

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

[Libreoffice-bugs] [Bug 128950] With LO Base 6.2, it is no longer possible to change the Database connection type in "MySQL (Native)"

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128950

Julien Nabet  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

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

If I create MYSQL/JDBC file then try to change it to Mysql Native, it doesn't
appear.
Sorry I had misread the initial comment.

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

[Libreoffice-bugs] [Bug 128963] WRITER, IMPRESS: When printing, font size ist reduced to 255pt max

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128963

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #1 from m.a.riosv  ---
Please attach a sample file to reproduce the issue, with 6.4 the limit seems to
be 999,9.

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

[Libreoffice-bugs] [Bug 128950] With LO Base 6.2, it is no longer possible to change the Database connection type in "MySQL (Native)"

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128950

--- Comment #6 from Stang  ---
Created attachment 156051
  --> https://bugs.documentfoundation.org/attachment.cgi?id=156051=edit
on Ubuntu 18.04 with LO 6.3.3.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 128950] With LO Base 6.2, it is no longer possible to change the Database connection type in "MySQL (Native)"

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128950

--- Comment #5 from Stang  ---
Have seen the same with recent versions and currently on Ubuntu 18.04 with:

Version: 6.3.3.2
Build ID: a64200df03143b798afd1ec74a12ab50359878ed
CPU threads: 8; OS: Linux 5.0; UI render: default; VCL: gtk3; 
Locale: en-US (en_US.UTF-8); UI-Language: en-US
Calc: threaded

There is no other selection from Edit / Database> / Connection Type...

Will attach screenshot.

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

[Libreoffice-bugs] [Bug 128895] Hidden Columns but keep reappearing! Unlike Rows which will stay hidden

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128895

m.a.riosv  changed:

   What|Removed |Added

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

--- Comment #2 from m.a.riosv  ---
Please attach a sample file and detail the steps to reproduce the issue.
And copy the information on Menu/Help/About LibreOffice.

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

[Libreoffice-bugs] [Bug 128916] FORMATTING: Several issues regarding indents in numbered chapter headings in a Table of Contents (TOC)

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128916

--- Comment #2 from Timur  ---
Please search for existing ToC bugs.

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

[Libreoffice-bugs] [Bug 128940] Bad layout of Remote Files / Add Service button on macOS

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128940

Caolán McNamara  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |
 Status|NEW |ASSIGNED

--- Comment #5 from Caolán McNamara  ---
This was the one and only MenuButton used in 472 dialog has its own little
non-standard dual-mode behavior, the idea was to use a toolbar which
"naturally" supported the kind of split concept. I presume the color and
background color widgets in e.g. the writer toolbar have a drop down arrow area
of equal size ?

Maybe the easiest thing here would be to make it a normal MenuButton in the
first place rather than some dual-mode thing.

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

[Libreoffice-bugs] [Bug 128939] Libo does not start in Fedora

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128939

Timur  changed:

   What|Removed |Added

   Severity|normal  |critical
Summary|Libo does not start |Libo does not start in
   ||Fedora

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

[Libreoffice-bugs] [Bug 128949] After the update from 6.2.7 to 6.3.3 the bibliography entries are missing (entries from the document)

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128949

Timur  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 128845] EDITING: cannot modify a bibliography entry after creating it

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128845

Timur  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 128970] Can not open LO in Mac

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128970

Timur  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #2 from Timur  ---
Please see if a duplicate of
https://bugs.documentfoundation.org/show_bug.cgi?id=93331 and use Vanilla. And
search before opening a 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 128970] Can not open LO in Mac

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128970

Timur  changed:

   What|Removed |Added

Summary|Can not open|Can not open LO in Mac

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

[Libreoffice-bugs] [Bug 128522] path is not an absolute uRL...: misleading diagnostic

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128522

Timur  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 128969] File is not an absolute URL that can be passed to an external application to open it

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128969

Timur  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 121740] PPT (1, 2 MB) with Equation 3.0 objects is slow to load (was better with OO and previous LO)

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121740

--- Comment #21 from Commit Notification 
 ---
Noel Grandin committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/90ea305110e5881256ba272800074a2a9f6b613d

tdf#121740 cache font data to speed up PPT load

It will be available in 6.5.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 121740] PPT (1, 2 MB) with Equation 3.0 objects is slow to load (was better with OO and previous LO)

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=121740

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:6.4.0 target:6.3.0.2 |target:6.4.0 target:6.3.0.2
   ||target:6.5.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 128940] Bad layout of Remote Files / Add Service button on macOS

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128940

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

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEW
   Keywords||bibisectRequest, regression
 CC||79045_79...@mail.ru,
   ||caol...@redhat.com

--- Comment #4 from Roman Kuznetsov <79045_79...@mail.ru> ---
confirm in

Version: 6.5.0.0.alpha0+
Build ID: d04eef858250f97690f32dba17f42d157a8767fc
CPU threads: 4; OS: Mac OS X 10.15.1; UI render: default; VCL: osx; 
Locale: ru-RU (ru_RU.UTF-8); UI-Language: en-US
Calc: threaded

Caolan, may be you'll can look at it?

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

[Libreoffice-bugs] [Bug 128958] No tags in macos when saving as .odt

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128958

--- Comment #2 from Roman Kuznetsov <79045_79...@mail.ru> ---
Created attachment 156050
  --> https://bugs.documentfoundation.org/attachment.cgi?id=156050=edit
Screenshot from Finder

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

[Libreoffice-bugs] [Bug 128958] No tags in macos when saving as .odt

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128958

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
don't repro in

Version: 6.5.0.0.alpha0+
Build ID: d04eef858250f97690f32dba17f42d157a8767fc
CPU threads: 4; OS: Mac OS X 10.15.1; UI render: default; VCL: osx; 
Locale: ru-RU (ru_RU.UTF-8); UI-Language: en-US
Calc: threaded

I can add any tags to ODT file when I save it

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

[Libreoffice-bugs] [Bug 128960] Editing: Add a more direct way to clear character styles

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128960

--- Comment #2 from V Stuart Foote  ---
(In reply to V Stuart Foote from comment #1)
> It seems like there should be menu entry (either Style menu or a Format
> menu) for  the existing UNO controls--".uno:DefaultCharStyle" and
> ".uno:DefaultParaStyle" used on the Formatting (Style) toolbar.

So, the .uno:DefaultCharStyle is already on the 'Styles' menu--labeled 'Default
Character' but uno:DefaultParaStyle is not; regardless addition to Sidebar
decks is needed.

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

[Libreoffice-bugs] [Bug 128967] In a LibreOffice presentation Gradient backgrounds become black and white when closed and opened again.

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128967

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

   What|Removed |Added

  Component|Base|Impress

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

[Libreoffice-bugs] [Bug 36766] [META] Impress Gradient and Transparency issues

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=36766

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

   What|Removed |Added

 Depends on||128967


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=128967
[Bug 128967] In a LibreOffice presentation Gradient backgrounds become black
and white when closed and opened again.
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 128967] In a LibreOffice presentation Gradient backgrounds become black and white when closed and opened again.

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128967

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

   What|Removed |Added

 Blocks||36766


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=36766
[Bug 36766] [META] Impress Gradient and Transparency 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 128967] In a LibreOffice presentation Gradient backgrounds become black and white when closed and opened again.

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128967

--- Comment #1 from Roman Kuznetsov <79045_79...@mail.ru> ---
don't repro in

Version: 6.5.0.0.alpha0+
Build ID: d04eef858250f97690f32dba17f42d157a8767fc
CPU threads: 4; OS: Mac OS X 10.15.1; UI render: default; VCL: osx; 
Locale: ru-RU (ru_RU.UTF-8); UI-Language: en-US
Calc: threaded

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

[Libreoffice-bugs] [Bug 128961] Automatic Hyperlinks

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128961

--- Comment #3 from V Stuart Foote  ---
Found on the

Tools -> AutoCorrect -> AutoCorrect Options -> Options tab.

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

[Libreoffice-bugs] [Bug 128961] Automatic Hyperlinks

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128961

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID
 CC||vstuart.fo...@utsa.edu

--- Comment #2 from V Stuart Foote  ---
Controlled as an AutoCorrect option:  'URL Recognition' enabled by default. 

Simply uncheck it.

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

[Libreoffice-bugs] [Bug 128960] Editing: Add a more direct way to clear character styles

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128960

V Stuart Foote  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=11
   ||7022
   Keywords||needsUXEval
Summary|Editing: Add a more clear   |Editing: Add a more direct
   |way to clean character  |way to clear character
   |styles  |styles
 Blocks||102946
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org,
   ||vstuart.fo...@utsa.edu

--- Comment #1 from V Stuart Foote  ---
+1, but maybe more than just for Character styles? 

It seems like there should be menu entry (either Style menu or a Format menu)
for  the existing UNO controls--".uno:DefaultCharStyle" and
".uno:DefaultParaStyle" used on the Formatting (Style) toolbar.

The menu entry(s) would provide reset to default Character style and/or default
Paragraph style--i.e. a "Style" corollary to the 'Clear Direct Formatting'
control.

And I would suggest this pair of actions also appear on the Sidebar Properties
Deck, inside the 'Style' Content Panel or better in its Title bar, as a button
action to "Clear (or Reset?) to Default". Likewise the same button actions
should be added to the Title bar of the 'Style' deck.

Intent of reusing controls--menus, Properties deck, and Style deck--being to
provide a consistent and obvious way to remove any assigned styles. It would
provide a means to get a text selection or a full paragraph back to known
state--i.e. no Direct Formatting, no Style other than document default.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=102946
[Bug 102946] [META] Styles 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 117022] [META] Style-focused formatting toolbar

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117022

V Stuart Foote  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 102946] [META] Styles bugs and enhancements

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102946

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||128960


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=128960
[Bug 128960] Editing: Add a more direct way to clear character styles
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 128970] Can not open

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128970

gunilla.kar...@me.com  changed:

   What|Removed |Added

 OS|All |Mac OS X (All)

--- Comment #1 from gunilla.kar...@me.com  ---
Please help!

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

[Libreoffice-bugs] [Bug 128970] New: Can not open

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128970

Bug ID: 128970
   Summary: Can not open
   Product: LibreOffice
   Version: 6.2.8.2 release
  Hardware: x86-64 (AMD64)
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gunilla.kar...@me.com

Description:
After upgrading Libre Office to 6.2.8 on MacOS I get an error message when
trying to open it. The message is " LibreOffice cannot be opened due to Apple
unable to control if it contains sabotage program".

Steps to Reproduce:
1.download the upgrade LibreOffice_6.2.8_MacOS_x86-64
2.download the upgrade LibreOffice_6.2.8_MacOS_x86-64_langpack_sv
3.Start LibreOffice

Actual Results:
A message " LibreOffice cannot be opened due to Apple unable to control if it
contains sabotage program".
The application does not open.

Expected Results:
Normally the application opens.


Reproducible: Always


User Profile Reset: No



Additional Info:

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

[Libreoffice-bugs] [Bug 128966] Problems with tables in odt documents

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128966

Julien Nabet  changed:

   What|Removed |Added

 Attachment #156047|text/plain  |application/vnd.oasis.opend
  mime type||ocument.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 128866] UI: Export should set selection as default value

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128866

Gerhard Weydt  changed:

   What|Removed |Added

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

--- Comment #1 from Gerhard Weydt  ---
I withdraw my bug report. Reason: I overlooked that you can also export as PDF
or HTML there, when this wish would be counterproductive.

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

[Libreoffice-bugs] [Bug 128956] Switching between two versions of LibreOffice resets user profile

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128956

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #2 from V Stuart Foote  ---
Why would you be using multiple versions without specifying discrete user
profiles for each LO instance?

Would think for your own sanity, only one version should be in the Applications
library--and certainly never with matching 'LibreOffice' program names.

Extract any other installer dmg where you like, then enter the archive and in
the Program directory edit bootstraprc config chaning the
$SYSUSERCONFIG/LibreOffice/4 --> $ORIGIN/../ 

LibreOffice profile created with an $ORIGIN path is internally relative to the
LO package archive.  The $SYSUSERCONFIG is to your os login--probably don't
want to routinely muddle your "daily" profile, with your "testing" build
specific profiles.

The "Installing in parallel/OS X" wiki article [1] may need some attention if
this is not clear. This looks to be the 'Old method'

=-ref-=
[1] https://wiki.documentfoundation.org/Installing_in_parallel/OS_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 128500] FILESAVE: DOC: Hyperlink is gone after RT

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128500

László Németh  changed:

   What|Removed |Added

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

--- Comment #3 from László Németh  ---
Fixed in
https://git.libreoffice.org/core/commit/a92794b86ed9c8673b4907a2369f30180e78e14e

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

[Libreoffice-bugs] [Bug 128969] New: File is not an absolute URL that can be passed to an external application to open it

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128969

Bug ID: 128969
   Summary: File is not an absolute URL that can be passed to an
external application to open it
   Product: LibreOffice
   Version: 6.1.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: regression
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gti...@gmail.com

In attachment 123341 are Impress file and bat file (wrong practice to attach
zipped, but it's already there..).

1. Open ODP
2. On grouped object right click and choose Interaction
3. Browse to set Program from BAT file
4. Run presentation
5. Click object

Expected, like in LO 5.4: bar is run and you see a command prompt echo.

Experienced, test with Lo 6.1 and master LO 6.5+: "file is not an absolute URL
that can be passed to an external application to open it"  

I mark 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 98452] FILESAVE, FILEOPEN - Interaction - run program forget the file after reopen

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98452

Timur  changed:

   What|Removed |Added

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

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

[Libreoffice-bugs] [Bug 116636] Address Data Source Wizard: incomplete list of tables for Thunderbird

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=116636

--- Comment #10 from Gerhard Weydt  ---
The bug persists in 
Version: 6.4.0.0.alpha1 (x64)
Build ID: cc57df8f942f239d29cb575ea5a7cb01405db787
CPU threads: 4; OS: Windows 10.0 Build 17134; UI render: default; VCL: win; 
Locale: de-DE (de_DE); UI-Language: en-GB
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 128898] import text from file with text-decode failed

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128898

Oliver Brinzing  changed:

   What|Removed |Added

 Status|REOPENED|NEW
   Keywords||bibisectRequest, regression

--- Comment #12 from Oliver Brinzing  ---
steps to reproduce:

- open new writer document
- Menu Insert/Text from File...
- select attached "ASCII8BI.TXT"
- choose filetype "[Text - Choose Encoding *.txt]"
- [Open]
-> Read Error. Error reading file

reproducible with:

Version: 6.3.3.2 (x64)
Build-ID: a64200df03143b798afd1ec74a12ab50359878ed
CPU-Threads: 4; BS: Windows 10.0; UI-Render: Standard; VCL: win; 
Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE
Calc: 

Version: 6.5.0.0.alpha0+ (x64)
Build ID: d04eef858250f97690f32dba17f42d157a8767fc
CPU threads: 4; OS: Windows 10.0 Build 18363; UI render: default; VCL: win; 
Locale: de-DE (de_DE); UI-Language: en-US
Calc: threaded

but *not* reproducible with:

Version: 6.2.8.2 (x64)
Build-ID: f82ddfca21ebc1e222a662a32b25c0c9d20169ee
CPU-Threads: 4; BS: Windows 10.0; UI-Render: Standard; VCL: win; 
Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE
Calc:

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

[Libreoffice-bugs] [Bug 128727] Vectorial drawings pasted from LO Draw should be able to be cropped

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128727

Timur  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW
Version|unspecified |Inherited From OOo

--- Comment #8 from Timur  ---
OK, let's confirm as an enhancement that may have it's usage.

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

[Libreoffice-bugs] [Bug 128265] FILESAVE: Rotated multi-line text not positioned correctly in SVG file

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128265

Timur  changed:

   What|Removed |Added

 OS|Linux (All) |All
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #6 from Timur  ---
Repro in Windows LO 6.5+. 
Looks like a duplicate of bug 119393. 
If you disagree, please explain and set to New, because I already reproduced. 
Anyway, thanks for the workaround.

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

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

[Libreoffice-bugs] [Bug 119393] Draw - SVG Export of rotated textbox causes multiple lines of text to be displayed on top of each other.

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=119393

Timur  changed:

   What|Removed |Added

 CC||ggar...@gmx.com

--- Comment #12 from Timur  ---
*** Bug 128265 has been marked as a duplicate of this bug. ***

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

[Libreoffice-bugs] [Bug 104809] [META] Position and Size content panel of the Properties deck/tab of the sidebar

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104809
Bug 104809 depends on bug 128948, which changed state.

Bug 128948 Summary: UI Sidebar always indicates shape size in inches
https://bugs.documentfoundation.org/show_bug.cgi?id=128948

   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 112572] SVG file: R and the A are not clipped correctly

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112572

--- Comment #5 from Timur  ---
Created attachment 156049
  --> https://bugs.documentfoundation.org/attachment.cgi?id=156049=edit
SVG compared in LO 5.4 and 6.5+

Repro 6.5+ both Writer and Draw.

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

[Libreoffice-bugs] [Bug 112572] SVG file: R and the A are not clipped correctly

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112572

Timur  changed:

   What|Removed |Added

   Severity|normal  |minor
Summary|SVG files renders wrongly   |SVG file: R and the A are
   ||not clipped correctly
   Priority|medium  |low

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

[Libreoffice-bugs] [Bug 128968] New: Formdesign: Design-Mode for the whole form could only be changed by "Open in Design Mode"

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128968

Bug ID: 128968
   Summary: Formdesign: Design-Mode for the whole form could only
be changed by "Open in Design Mode"
   Product: LibreOffice
   Version: 6.2.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rob...@familiegrosskopf.de

Created attachment 156048
  --> https://bugs.documentfoundation.org/attachment.cgi?id=156048=edit
Screenshot shows where to change different "design-modes" in LO 6.1.5

Up to LO 6.1 you could change the possibility for editing a whole form, not
only the form controls, by switching design-mode on/off. There has been a
button for this function in the toolbar on the bottom of the Writer-window.

This button has been changed since LO 6.2 to a button, which switches only the
editing for form-controls. So you have to set "Form" > "Open in Design Mode",
save the document, close the document and reopen it for designing the document.

See screenshot for the difference between the buttons in a form.

All tested with OpenSUSE 64bit rpm Linux, first reported for Windows in German
ask.libreoffice.

Fails here with LO 6.2.0.3, works well with LO 6.1.5.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 128967] New: In a LibreOffice presentation Gradient backgrounds become black and white when closed and opened again.

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128967

Bug ID: 128967
   Summary: In a LibreOffice presentation Gradient backgrounds
become black and white when closed and opened again.
   Product: LibreOffice
   Version: 3.3.0 release
  Hardware: All
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: yuniko.n...@gmail.com

Description:
I have got a LibreOffice presentation which have some pages with gradient
backgrounds. I saved it and closed it. Then, I opened the file again to make
sure it saved successfully. But all the backgrounds which were gradient, turned
into black and white.

Steps to Reproduce:
1. Change any page background to gradient and select to colours
2. Save the file and close it
3. Open the file

Actual Results:
The colours you selected turned white and black

Expected Results:
The colours should've been the ones I selected


Reproducible: Always


User Profile Reset: No



Additional Info:
I don't actually know the version so I chose the first 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 128967] In a LibreOffice presentation Gradient backgrounds become black and white when closed and opened again.

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=128967

Danyan  changed:

   What|Removed |Added

  Alias||Danyan

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

[Libreoffice-bugs] [Bug 124438] [META] Presenter console bugs and enhancements

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124438

Timur  changed:

   What|Removed |Added

 Depends on||90978


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=90978
[Bug 90978] Add Exit to Impress Presentation console
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 90978] Add Exit to Impress Presentation console

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90978

Timur  changed:

   What|Removed |Added

 Blocks||124438


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=124438
[Bug 124438] [META] Presenter console 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 88226] Excessive text in Presentation Notes is not printed

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88226

Timur  changed:

   What|Removed |Added

   Severity|normal  |major

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

[Libreoffice-bugs] [Bug 124438] [META] Presenter console bugs and enhancements

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124438

Timur  changed:

   What|Removed |Added

 Depends on||127921


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=127921
[Bug 127921] Presenter View of Impress 6.3.x doesn't remember slide after
Slides and Close, as it used to, but returns to 1 during 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 125607] URL to folder / directory no longer working in LO 6.2.4.2 for Mac

2019-11-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=125607

Stephan Bergmann  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
   Assignee|libreoffice-b...@lists.free |sberg...@redhat.com
   |desktop.org |
 Resolution|--- |FIXED

--- Comment #11 from Stephan Bergmann  ---
This issue should be fixed now thanks to the fix for bug 128538.  (Sometimes it
takes a while and a second look to spot a solution.)

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

  1   2   3   4   >