[Libreoffice-bugs] [Bug 94591] FILEOPEN: ODT - Custom shapes and ellipses not rendered correctly

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94591

--- Comment #6 from krihsna  ---
reproducible with lo viewer version: 5.5.0.0.alpha0+ / build id : ec79f34 /
android 5.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 108265] auto spell check is not working even after saving file also

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108265

--- Comment #4 from Kalaiarasan  ---
Created attachment 133771
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133771=edit
link given by Xisco Faulí

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


[Libreoffice-bugs] [Bug 108265] auto spell check is not working even after saving file also

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108265

--- Comment #3 from Kalaiarasan  ---
libo-master64-2017-05-21_23.03.30_LibreOfficeDev_5.5.0.0.alpha0_Win_x64.msi
this link was given by you at my last bug 

Could you please try to reproduce it with a master build from
http://dev-builds.libreoffice.org/daily/master/ ?

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


[Libreoffice-bugs] [Bug 91007] FILEOPEN: XLS - Cell borders not present

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91007

--- Comment #3 from krihsna  ---
reproducible with lo viewer version: 5.5.0.0.alpha0+ / build id : ec79f34 /
android 5.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 68153] EDITING: Query input in foreignkey-field impossible, when two tables in the query.

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=68153

--- Comment #9 from Howard Johnson  ---
Hi guys,

Thanks for all of your work.

I think development of this missing Base functionality needs to get bumped up
to a much higher priority.

What were talking about here is the ability to edit many-to-one relations in
queries, and in forms based on those queries.

This is a fundamental, relational, functionality, that is sorely missing in
Base.

Not only does the user expect to be able to update all fields, including a
foreign key in a query, but a user NEEDS to be able to update a foreign key in
a query.

Editable queries that can only operate on single unrelated tables is ancient,
not just in my opinion, but in actual fact: Access has had this important
many-to-one query functionality working for 20 years that I know of.  


--
What I observed:

* I have confirmed this lack of functionality in both HSQLDB 1.8 embedded and
when connecting to MariaDB with MySQL/JDBC.

* I also re-confirmed that Access 2003 provides this functionality correctly on
the exact same MariaDB.  Further, as I recall Access 97 also got this right and
that's now 20 years old.  If my memory is correct I also think Access 95
provided this missing Base functionality.

* Because this functionality exists in Access when ODBC/MySQL linked
(connected) to MariaDB, but not in Base when MySQL/JDBC connected, I think this
is not a SQL lack of functionality, but rather an underlying Base lack of
functionality.

* The necessary Base user interface is already fully in place.  

* It's the underlying Base query update functionality that's lacking.


--
Importance of this missing functionality:

* I think this lacking functionality keeps Base Queries and Forms from 
  being fully relational, as follows:

   + You can view a query of many variously related tables. 
   ==> Query viewing is fully relational.

   - You can insert, but not edit foreign keys in queries of more than
 one table.
   ==> Query editing is not yet fully relational.
 Many-to-one relationships ("is" relationships) are the 
 relationships I use most of the time in my databases.

   - You can also not edit foreign keys in a Form based on a query of more 
 than one table.
   ==> Forms aren't yet fully relational.  

   Note: Forms can use a subform to edit related one-to-many tables (has), but 
   this is not equivalent to many-to-one (is) functionality.)


* So in Base how can you currently edit many-to-one foreign keys???

   - You can edit a foreign key in a query based on a single table, and in 
 this case you can only enter the key (often an integer) which represents a
 record.  You also can't select the record key from it's content.  
   ==> primitive at best

   - You can edit a foreign key in a Form that is based on only a single 
 table, but this again is not fully relational.
   ==> ok only for the most elementary data



--
EXAMPLE APPLICATION THAT NEEDS THIS FUNCTIONALITY:

I am trying to port my simple shopping list from Access to Base.  The data for
both applications is in a MariaDB MySQL server so I can use it from both
applications at the same time.

There is a main table of items.  It includes a number of foreign keys to
sub-tables to enumerate things like item category, frequency of purchase, who
the item is for, etc.

I have two main editors for this shopping list:

1) The first editor allows individual records to be looked up and edited.  This
works fine in Base and Access.

2) The second editor shows all records in a Form Table Control so I can view
records side by side and make any needed changes, like for example selecting a
different category for an item.  For the user this Table Control needs to be
sorted by a variety of fields, so it's based on a query of two related tables,
Items and sub-table ItemFrequencyOfPurchase.  

  For example I want the already checked (or selected) items to appear first,
then I want items which I frequently purchase to appear next, and finally I
want the list in the Table Control further sorted by item name.  (This makes it
a little easier to look over the most important of over 400 items on the list
before we head for town.)

This works perfectly in Access, but it does not work in Base.  In Base the
records in the Table Control based on the query become un-editable.

But to get this to work the query needs to be editable.  Only a query without
any foreign keys is editable.  This won't sort correctly on the form.



My hope is that someone will take on this challenge of making Base fully
relational, rather than just partially relational.

grateful

-- 

[Libreoffice-bugs] [Bug 108275] Cell designated as Text behaves as if it' s designated to contain a formula

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108275

Kevin  changed:

   What|Removed |Added

 CC||timbacont...@gmail.com

--- Comment #1 from Kevin  ---
Created attachment 133770
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133770=edit
steps included in the spreadsheet fro 108275

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


[Libreoffice-bugs] [Bug 108275] New: Cell designated as Text behaves as if it' s designated to contain a formula

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108275

Bug ID: 108275
   Summary: Cell designated as Text behaves as if it's designated
to contain a formula
   Product: LibreOffice
   Version: 5.3.3.2 release
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: timbacont...@gmail.com

Description:
Cell designated as Text behaves as if it's designated to contain a formula

Steps to Reproduce:
(steps are also included in the attached spreadsheet itself)
1. right-click Cell C4 and choose Format Cells/Numbers
observe: the cell is set to "text" – telling Calc that it is not a number or
formula – what the user types is what the user wants
2. enter the cell
3. deciding not to change anything, exit the cell by clicking in a blank cell
observe: Calc inserts the number of the cell, revealing that it is not treating
the cell as text
4. exit the cell by hitting enter 
observe: Calc puts up a message explaining that it's found an error in the
formula of this non-formula cell and proposing a correct
5. choose no (that's the workaround)


Actual Results:  
Setting a cell to text doesn't work properly

Expected Results:
Setting a cell to Text should allow the user full graphic control without any
confusion and extra work caused by the program not treating the cell as text.


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/58.0.3029.110 Safari/537.36

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


[Libreoffice-bugs] [Bug 108274] Fonts don't zoom correctly even with monospaced fonts

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108274

Kevin  changed:

   What|Removed |Added

 CC||timbacont...@gmail.com

--- Comment #1 from Kevin  ---
Created attachment 133769
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133769=edit
spreadsheet to demonstrate 108274

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


[Libreoffice-bugs] [Bug 108274] New: Fonts don't zoom correctly even with monospaced fonts

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108274

Bug ID: 108274
   Summary: Fonts don't zoom correctly even with monospaced fonts
   Product: LibreOffice
   Version: 5.3.2.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: timbacont...@gmail.com

Description:
Even with monospaced fonts, zooming doesn't zoom proportionally

Steps to Reproduce:
1. open the attached spreadsheet
observe: it is saved at zoom=140%; all but the top and bottom rows use only
Courier New (monospaced)
2. Zoom to 100%
observe: red triangles appear to show that the columns are not wide enough to
display the contents

Actual Results:  
Unlike Excel, if you adjust the contents of a cell to be visible, their spacing
will change and may not be visible at a different zoom percentage.

Expected Results:
Zooming in should allow the user magnified control over the appearance of the
cells such that when zooming back out, everything looks perfect - like sooming
in to the pixel level in Photoshop.


Reproducible: Always

User Profile Reset: No

Additional Info:
If you use anything but a monospaced font the problem is MUCH MUCH worse.

This is the work flow I've been forced into:

1. Type the chord symbols in my desired non-monospaced font
2. Select the blank spaces between two chords in the same cell and change the
font of the spaces to Courier New
3. Retype the spaces

In this way, I get some semblance of the ability to zoom in and out without
totally ruining the appearance, but even with only Courier New, it's still not
perfect. Excel is perfect in this regard.


User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/58.0.3029.110 Safari/537.36

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


[Libreoffice-bugs] [Bug 108255] "Remove Border" checkbox adds confusion, but no functionality

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108255

--- Comment #8 from Kevin  ---
Created attachment 133768
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133768=edit
another rebuttal

This one is zoomed all the way in. Look carefully - there's a vertical black
selection line running dead-center between B2 and C3. If there were any point
to having B2's right border and C3's left border be discrete objects, the area
to the left of black central selection line would be red and you'd see a border
that's half red and half blue - that would at least let you do something Excel
can't do - although I'm not sure why you'd want to do that and I'd much rather
have the ease of controlling a single border. But you can't do that! The red
border is there, as a ghost, invisible, but waiting to cause trouble.

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


[Libreoffice-bugs] [Bug 108255] "Remove Border" checkbox adds confusion, but no functionality

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108255

--- Comment #7 from Kevin  ---
Created attachment 133767
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133767=edit
rebuttal using two-borders spreadsheet

This is a screenshot zooming in on your 1008255-two borders.ods file.

Yes, C2 has a right red border, but you can't see it! What's the functionality
of that? All it does is cause trouble and extra work. If you paste the cell
elsewhere to try to save time by copying its internal formatting, the red
border pops up out of nowhere, always unwanted. You've added a "feature" that
has no function, that violates the learning curve almost all of your users have
traversed with Excel, and that causes many extra clicks at best and utter
confusion at worst.

C2 should be an object; C3 should be an object; and the vertical border between
them should be a single object, not two objects with different parents, only
one of which can be viewed.

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


[Libreoffice-bugs] [Bug 108255] "Remove Border" checkbox adds confusion, but no functionality

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108255

--- Comment #6 from Kevin  ---
Every time you click a cell with an unwanted border that Calc has forced to
have a parent cell (as opposed to Excel, which allows the border to simply
exist and be accessed from any adjacent cell) ... every time you do this, you
have to click FOUR TIMES:

1. once to make the border grey
2. once to make the border go away
3. once on Remove Border, just in case there's another temporarily invisible
border parented by the adjacent cell
4. once to OK the dialog

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


[Libreoffice-bugs] [Bug 91006] FILEOPEN: XLS - Image is missing from sheet

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91006

--- Comment #3 from krihsna  ---
reproducible with lo viewer version: 5.5.0.0.alpha0+ / build id : ec79f34 /
android 5.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 107991] LibreOffice Online throws an SSL Exception

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107991

--- Comment #7 from Aron Budea  ---
Did you try simply a make run in LO Online first, and then accessing the link
to the test document?

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


[Libreoffice-bugs] [Bug 80744] FILEOPEN: row height cuts off the top of the text in .xls file

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=80744

--- Comment #4 from krihsna  ---
reproducible with lo viewer version: 5.5.0.0.alpha0+ / build id : ec79f34 /
android 5.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 49773] FILEOPEN: failure to correctly read chart titles

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=49773

--- Comment #7 from krihsna  ---
reproducible with lo viewer version: 5.5.0.0.alpha0+ / build id : ec79f34 /
android 5.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 91459] FILEOPEN: Table formatting file RTF

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91459

--- Comment #3 from krihsna  ---
reproducible with lo viewer version: 5.5.0.0.alpha0+ / build id : ec79f34 /
android 5.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 108269] DOCM files can' t be opened in Word after a roundtrip in Writer (until renaming)

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108269

Michael Meeks  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |vmik...@collabora.co.uk
   |desktop.org |

--- Comment #4 from Michael Meeks  ---
Hi Miklos,
   Any chance you can take a look ? the quick / horrible hack is to add to:

DocxExportFilter::exportDocument

   a quick check for .docm at the end of getFileUrl() - but that, while
functional would be pretty nasty I think.

   I imagine the best way is to add a 'Macro' variant of OOXML - complete with
filter fragments, etc. and to update the oox/source/core/filterdetect.cxx to
detect that, and so on (?) - that should let us manually save in that format as
well. Clearly this also needs doing for XLSM / PPTM as well - albeit at a lower
urgency for C'bra.

   Thanks !

   Michael.

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


[Libreoffice-bugs] [Bug 33614] Impress [FILEOPEN] did not import double lines from a Powerpoint .ppt correctly.

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=33614

--- Comment #17 from krihsna  ---
reproducible with lo viewer version: 5.5.0.0.alpha0+ / build id : ec79f34 /
android 5.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 107741] UI: Table border toolbar: Difficult to see the difference between alternatives

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107741

--- Comment #6 from Pablo AB  ---
I'm not a LibreOffice developer, I just file the bug. I don't understand the
mouseover issue. 
On Ubuntu 16.04 fresh install I've installed only Breeze and Galaxy icon
themes.
Looking at [this article][1]: I have libreoffice-gtk -gnome -style-breeze
-style-galaxy packages installed, which make sense.
Installing and enabling Tango (or Galaxy) themes are workarounds.
For regular millions of people using default theme (Breeze, at least on Ubuntu)
this fixed would be a great improvement.

[1](https://elementaryos.stackexchange.com/questions/1103/how-can-i-make-libreoffice-look-better)

BTW, this comments should be parsed with Markdown like Github or Stackoverflow.

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


[Libreoffice-bugs] [Bug 49967] In LibreOffice the OS X Lion Feature " Press and hold a character to invoke the special characters menu." doesn' t work.

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=49967

--- Comment #8 from EricP  ---
A few years later now...
Press And Hold still does not work in LibreOffice, even though LibreOffice is
now built against an SDK requiring MacOS 10.8 or higher (see comment 3).  As
indicated in bug 42437, comment 7, just an SDK update is not enough; adding
this feature will require some developer time.

It is, apparently, possible to "add" Press and Hold support to some
applications simply by typing a Terminal command similar to this:

defaults write org.libreoffice ApplePressAndHoldEnabled -bool true

but this does NOT enable Press and Hold in LibreOffice 5.3.

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


[Libreoffice-bugs] [Bug 47163] Profile folder cannot be created in nonANSI path

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=47163

--- Comment #13 from Martine  ---
Created attachment 133766
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133766=edit
Error Message of the old version (3.3)


The bug is inherited from OO. Here the error message of the 3.3.0 version of
Libre Office.

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


[Libreoffice-bugs] [Bug 94464] Text Body default line spacing too big ( proportional 120% instead of Single )

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94464

Yousuf Philips (jay)  changed:

   What|Removed |Added

 CC||tietze.he...@gmail.com

--- Comment #18 from Yousuf Philips (jay)  ---
@RGB: So in short, you disagree with the change of using what Butterick's
Practical Typography recommends, as that is what has been implemented. Cant say
that i agree with you, or to the suggest maximum of 110%, as i find single line
spacing quite cramped and difficult to read, and believe 'Default Style' should
also be changed from single. Also none of the major word processors default to
using single line spacing.

MS Word 2007-2010 : 1.15 (10pt below paragraph)
MS Word 2013+ : 1.08 ( 8pt below paragraph)
iWork Pages   : 1.2
Google Docs   : 1.15 ( 0pt below paragraph)

(In reply to V Stuart Foote from comment #17)
> For what it is worth, current Microsoft Office normal.dotm sets spacing for
> multi-line paragraph to 1.08, not 1.15

Yes this is correct, as i regularly use 2010 and assumed 2013+ used the same.

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


[Libreoffice-bugs] [Bug 98005] Show footnotes and endnotes in Navigator

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98005

--- Comment #11 from Yousuf Philips (jay)  ---
(In reply to Heiko Tietze from comment #10)
> When the user has many footnotes it might be helpful to search them
> separately. So Navigator yes but as a separate section (not necessarily a
> real tab as in my mockup) and not merged into a tree with outlines, captions
> etc.

As footnotes are searchable with the find toolbar or dialog, why would you need
to search through them in the sidebar? So does this mean you wouldnt be in
favour of it with endnotes? In the mockup, you have 'References' in the objects
tab, so i'm assuming that is where you were thinking it should go?

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


[Libreoffice-bugs] [Bug 105663] Sidebar deck for reviewing spelling and grammar mistakes

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105663

--- Comment #14 from Yousuf Philips (jay)  ---
(In reply to Heiko Tietze from comment #13)
> We wrote in the HIG "...sidebar, which is a graphical presentation of
> context-sensitive properties optimized for fast access." The sidebar is
> supplemental to dialogs allowing direct access to some but not all
> properties.

That only relates to the properties deck/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 108268] EDITING: Vlookup doesn't work

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108268

--- Comment #4 from Emersson Augusto Suarez Ortiz  ---
The worst is to see that when I open the file with WPS, Excel, PlanMaker, it
show the perfect data.

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


[Libreoffice-bugs] [Bug 107970] Build ID: 3d9a8b4b4e538a85e0782bd6c2d430bafe583448 consume 100% CPU

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107970

--- Comment #8 from bugzi...@colorremedies.com ---
Created attachment 133765
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133765=edit
some contents of /proc/pid/ items

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


[Libreoffice-bugs] [Bug 107970] Build ID: 3d9a8b4b4e538a85e0782bd6c2d430bafe583448 consume 100% CPU

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107970

--- Comment #7 from bugzi...@colorremedies.com ---
The gist of the attached strace is this repeating set of lines


poll([{fd=9, events=POLLIN}, {fd=13, events=POLLIN}, {fd=20, events=POLLIN}],
3, 230) = 1 ([{fd=9, revents=POLLIN}])
read(9, "\1\0\0\0\0\0\0\0", 16) = 8
write(9, "\1\0\0\0\0\0\0\0", 8) = 8
poll([{fd=9, events=POLLIN}, {fd=13, events=POLLIN}, {fd=20, events=POLLIN}],
3, 230) = 1 ([{fd=9, revents=POLLIN}])
read(9, "\1\0\0\0\0\0\0\0", 16) = 8
write(9, "\1\0\0\0\0\0\0\0", 8) = 8
poll([{fd=9, events=POLLIN}, {fd=13, events=POLLIN}, {fd=20, events=POLLIN}],
3, 230) = 1 ([{fd=9, revents=POLLIN}])
read(9, "\1\0\0\0\0\0\0\0", 16) = 8
write(9, "\1\0\0\0\0\0\0\0", 8) = 8

[...]

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


[Libreoffice-bugs] [Bug 107970] Build ID: 3d9a8b4b4e538a85e0782bd6c2d430bafe583448 consume 100% CPU

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107970

--- Comment #6 from bugzi...@colorremedies.com ---
Created attachment 133764
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133764=edit
strace soffice

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


[Libreoffice-bugs] [Bug 107970] Build ID: 3d9a8b4b4e538a85e0782bd6c2d430bafe583448 consume 100% CPU

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107970

--- Comment #5 from bugzi...@colorremedies.com ---
Same result for me on a clean installation of Fedora 26 (pre-release).

LibreOffice 5.3.3.2 3d9a8b4b4e538a85e0782bd6c2d430bafe583448

$ flatpak info org.libreoffice.LibreOffice
Ref: app/org.libreoffice.LibreOffice/x86_64/fresh
ID: org.libreoffice.LibreOffice
Arch: x86_64
Branch: fresh
Origin: org.libreoffice.LibreOffice-origin
Commit: afbd32feded570c05b71745d17df7e090b913619417423e4795600aa90552cab
Location:
/var/lib/flatpak/app/org.libreoffice.LibreOffice/x86_64/fresh/afbd32feded570c05b71745d17df7e090b913619417423e4795600aa90552cab
Installed size: 700.9 MB
Runtime: org.gnome.Platform/x86_64/3.24

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


[Libreoffice-bugs] [Bug 108273] FORMATING: Tabstops behave strange when paragraph is right or middle aligned

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108273

--- Comment #1 from david.fritz...@gmx.de  ---
Created attachment 133763
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133763=edit
The problem with the Tabstops - and how it should be.

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


[Libreoffice-bugs] [Bug 108273] New: FORMATING: Tabstops behave strange when paragraph is right or middle aligned

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108273

Bug ID: 108273
   Summary: FORMATING: Tabstops behave strange when paragraph is
right or middle aligned
   Product: LibreOffice
   Version: 5.4.0.0.beta1+
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: david.fritz...@gmx.de

Description:
Tabstops doesn't follow the visual marks of the document rulers if paragraph is
anything else than aligned to left.

Steps to Reproduce:
1. write a line or text and put somewhere a tab
2. click on the document rule above to set a left tabstop
3. align the line/paragraph right

Actual Results:  
Right align paragraph somehow also mirrors the tabstop
so for example: left tabstop is at 2 cm ; and page boarder is at 17 cm
=> the tabbed text will end at 15 cm 
so right align is turning the left tabstop to a right one using the right
boarder.

That's confusing and anything else than easy to handle or work with.

Expected Results:
also on the right align paragraph the tabstop should work as shown on the
document rules and place the tabbed word at 2 cm(from the left boarder)


Reproducible: Always

User Profile Reset: No

Additional Info:
Tested Microsoft Word 2013 and Wordpad of window 7 and both showing the same
behavior.

But Libre Office should do it better that. 

Fix proposal #1:
Tapstops on right/middle aligned paragraphs should be rendered differently.


Fix proposal #2:
In case that is a kind of weird standard word processing software should follow
at least the document ruler should also follow it visually.

=> Now the tabstops at the ruler just stay were they are pointing to 'wrong'
locations(if you're not smart enough for the weird logic behind scene) and so
violating the WYSIWYG principle.


User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:53.0) Gecko/20100101 Firefox/53.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 94632] Light sifr and breeze icon themes for dark OS themes

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94632

andreas_k  changed:

   What|Removed |Added

 CC||kain...@gmail.com

--- Comment #25 from andreas_k  ---
so from my point of view (breeze-dark icon set) this bug is closed.

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


[Libreoffice-bugs] [Bug 100849] Currency icon is har =?UTF-8?Q?dcoded=20to=20=E2=80=9C=24=E2=80=9D?=, which is inappropriate to locales not using dollars

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100849

--- Comment #27 from andreas_k  ---
I think with 5 symbols (Dollar, Euro, Pound, Rubel, Japan Yen and China Yuan
(same)) you can fit 90% of the world and if someone else want to have another
symbol, why not.

So I would add to breeze dollar as default and euro, pound, rubel, yen for
different countries.

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


[Libreoffice-bugs] [Bug 108255] "Remove Border" checkbox adds confusion, but no functionality

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108255

--- Comment #5 from Kevin  ---
Even if I'm missing some functionality that this provides, it's a terrible
price to pay for the elegant solution of having a single border that can be
controlled from either cell that uses it. If nothing else, there should be a
Options checkbox for "allow/disallow" double borders.

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


[Libreoffice-bugs] [Bug 108255] "Remove Border" checkbox adds confusion, but no functionality

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108255

--- Comment #4 from Kevin  ---
Okay - so are you saying that this adds functionality beyond Excel in that you
can have two borders of different thickness or color between two adjacent
cells? It's true that Excel allows only one border between cells, but let's try
this "feature not a bug" and see what it can do:

Give C2 a thicker red right border, leaving the thinner white left border in D2
- the D2 border is invisible. In no cases can you actually see two borders, so
where's the functionality that you seem to be saying justifies the crippling
effects on the user who simply wants to quickly and intuitively add or remove
borders?

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


[Libreoffice-bugs] [Bug 108268] EDITING: Vlookup doesn't work

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108268

Emersson Augusto Suarez Ortiz  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #3 from Emersson Augusto Suarez Ortiz  ---
It is still present in version 5.3.3

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


[Libreoffice-bugs] [Bug 108255] "Remove Border" checkbox adds confusion, but no functionality

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108255

--- Comment #3 from Kevin  ---

> The checkbox is not for the cell itself, but for the adjacent cell; as its
> label says. In Calc borders always collapse. That means, if B2 has a right
> border and C2 has a left border, only one is shown. In case that the border
> of C2 is thicker than the border of B2, the border of C2 is shown.
> 
> When you now remove this border without checking "Remove Borders", the
> border from the cell B2 is still there and is visible now. If the option is
> checked, both borders are removed.

If you follow the steps in the spreadsheet, you'll see how broken this all is.

To review: 

1. C2 has no border; D2 has a left border
2. If you click twice to remove D2's left border (why does it first cycle
through a deceptive and apparently meaningless grey border designation?), the
Remove Border checkbox becomes active! (Why does it become active if there's no
such border to remove?)
3. If you try to do this from Cell C2, where the Remove Border checkbox would
actually be useful, there's no way to make it active so it can be used to
remove the unwanted border from the adjacent D2.

THE FUNDAMENTAL QUESTION: Why did you implement it differently from Excel?
There's nothing to gain except confusion, frustration and extra clicks.

4. Try adding a red right border to C2 - you can't even see it unless you
remove the white border from D2. So you're saying that the point of having the
Remove Border checkbox is to allow you to remove a currently invisible border
that you just happen to remember was there underneath the one you see?

This, combined with the "red-green-blue" problem where selected text is
automatically changed because of parameters of unselected text, makes the
program incredibly painful to use.

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


[Libreoffice-bugs] [Bug 108255] "Remove Border" checkbox adds confusion, but no functionality

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108255

Regina Henschel  changed:

   What|Removed |Added

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

--- Comment #2 from Regina Henschel  ---
Created attachment 133762
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133762=edit
two borders from adjacent cells

The checkbox is not for the cell itself, but for the adjacent cell; as its
label says. In Calc borders always collapse. That means, if B2 has a right
border and C2 has a left border, only one is shown. In case that the border of
C2 is thicker than the border of B2, the border of C2 is shown.

When you now remove this border without checking "Remove Borders", the border
from the cell B2 is still there and is visible now. If the option is checked,
both borders are removed.

-- 
You are receiving this mail because:
You are the 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: this .docx file does not open in LO

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108272

Regina Henschel  changed:

   What|Removed |Added

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

--- Comment #2 from Regina Henschel  ---
Created attachment 133761
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133761=edit
screenshot of assertion

The document opens fine in Word2010.

The document opens fine in LibreOffice Version: 4.2.2.1
Build ID: 3be8cda0bddd8e430d8cda1ebfd581265cca5a0f

The document opens, but looks faulty (double first heading) in Version: 4.4.0.3
Build-ID: de093506bcdc5fafd9023ee680b8c60e3e0645d7
Gebietsschema: de_DE
and
Version: 4.3.0.0.alpha1+
Build ID: 145f2e970f46a3a3e5456b122d71f17c3abe878f
TinderBox: Win-x86@42, Branch:master, Time: 2014-04-26_23:32:36

I get the attached assertion in
Version: 5.5.0.0.alpha0+
Build ID: b56d1e294d838d4b3d0f237c81325a0d1a1cff83
CPU threads: 4; OS: Windows 6.1; UI render: default; 
TinderBox: Win-x86@39, Branch:master, Time: 2017-05-26_06:14:42
Locale: de-DE (de_DE); Calc: group

and a similar assertion in
Version: 4.3.0.0.alpha1+
Build ID: 0b03f7ed575838f90e6b1ebec3538a3a214f81fb
TinderBox: Win-x86@39, Branch:master, Time: 2014-04-30_01:30:46

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


[Libreoffice-bugs] [Bug 108189] inspection of object crashes LO - memory leak

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108189

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #1 from Xisco Faulí  ---
I can't reproduce it in

Version: 5.5.0.0.alpha0+
Build ID: 36b1e6270bf2fbb333e2a69c4bb5931eba418289
CPU threads: 1; OS: Windows 6.1; UI render: default; 
TinderBox: Win-x86@62-TDF, Branch:MASTER, Time: 2017-05-29_14:06:19
Locale: es-ES (es_ES); Calc: group

Could you please try to reproduce it with the latest version of LibreOffice
from https://www.libreoffice.org/download/libreoffice-fresh/ ?
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' if the bug is still present in the latest version.

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


[Libreoffice-bugs] [Bug 107741] UI: Table border toolbar: Difficult to see the difference between alternatives

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107741

--- Comment #5 from andreas_k  ---
Created attachment 133760
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133760=edit
writer border style on mouse hover

I like your flat layout a lot.

attached is the tango icon theme (it's the second default theme in LibreOffice)
do you know on mouse hover which border you will fill.

I can change the breeze icons, no problem, but the hover issue is still there.
So if you can submitt a patch. I think it's very 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 99490] After upgrading, spell checker no longer works

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99490

--- Comment #20 from Todd  ---
unable to reproduce on 5.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 99185] [UI] Breeze icons for folder and Form is identical

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99185

--- Comment #2 from andreas_k  ---
hi raal 

sorry for the very late reply. what do Drag me on the folder and Drop the form
on me? can you describe the functions?

thanks

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


[Libreoffice-bugs] [Bug 108265] auto spell check is not working even after saving file also

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108265

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #2 from Xisco Faulí  ---
Hello,
Where did you download the build from? I've downloaded this build
http://dev-builds.libreoffice.org/daily/master/Win-x86@62-TDF/current/ and the
spellchecker is working correctly. I think the build you downloaded doesn't
include the spell checker

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


[Libreoffice-bugs] [Bug 108271] enhancement

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108271

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||xiscofa...@libreoffice.org
 Resolution|--- |NOTOURBUG

--- Comment #1 from Xisco Faulí  ---
How is the program you use called ? Voice Recognition ? IMHO, you should report
the bug to them, not to us. we don't support any kind of voice recognition
internally. Closing as RESOLVED NOTOURBUG

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


[Libreoffice-bugs] [Bug 100983] Libreoffice slow and unresponsive when opening large file

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100983

Telesto  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 108272] FILEOPEN: this .docx file does not open in LO

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108272

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||mikekagan...@hotmail.com,
   ||xiscofa...@libreoffice.org
Version|5.3.3.2 release |5.0 all versions
 Ever confirmed|0   |1

--- Comment #1 from Xisco Faulí  ---
Confirmed in

Version: 5.5.0.0.alpha0+
Build ID: 9956849c2ea6049582e2ccf04c355542c1ef00a1
CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

and

Version: 5.0.0.0.alpha1+
Build ID: 0db96caf0fcce09b87621c11b584a6d81cc7df86
Locale: ca-ES (ca_ES.UTF-8)

@Mike, one for 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 100983] Libreoffice slow and unresponsive when opening large file

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100983

--- Comment #6 from family-...@tiscali.it ---
Some other test.

The last version that you can use to "work" on the file is LibreOffice 4.4.7.2 

The last version that load the file without "hanging" is LibreOffice 5.0.6.3,
but it is extremely difficult to work on the file because LO is maxing 1 CPU
core as long as the file is open, and so is sluggish to respond to every
command (even keystrokes).

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


[Libreoffice-bugs] [Bug 103811] PDF export crashes Libre office writer with one specific document

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103811

--- Comment #6 from irene-myl...@posteo.de ---
ok :) wfm

(had to learn that ;) )

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


[Libreoffice-bugs] [Bug 103811] PDF export crashes Libre office writer with one specific document

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103811

Julien Nabet  changed:

   What|Removed |Added

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

--- Comment #5 from Julien Nabet  ---
Thank you Irene for your feedback.
Since it works with a recent LO version, let's put this one to WFM.

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


[Libreoffice-bugs] [Bug 100983] Libreoffice slow and unresponsive when opening large file

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100983

--- Comment #5 from family-...@tiscali.it ---
I've done some testing. Libreoffice versions 3.3.0 trough 4.0.0.1 are
definitely not affected.

Early version that's completely unresponsive is version 5.1.0.1, however
previous version are quick to load the file but are unresponsive as long as the
file is open in libreoffice.

I'm trying to open the .odt file created saving the .doc file linked. So the
bug affect the .odt file and not the .doc file.

I've changed the description accordingly.

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


[Libreoffice-bugs] [Bug 92657] Questionable Default for Bullet Sizing

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92657

--- Comment #34 from Steve Edmonds  ---
*** Bug 104135 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 104135] Line spacing has increased from LO 5.1.4 and text overflows

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104135

Steve Edmonds  changed:

   What|Removed |Added

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

--- Comment #12 from Steve Edmonds  ---


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

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


[Libreoffice-bugs] [Bug 107550] Crash in: SalFrame::SetCallback(vcl::Window *, bool (*)(vcl:: Window *, SalEvent, void const *))

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107550

Martin Dickey  changed:

   What|Removed |Added

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

--- Comment #11 from Martin Dickey  ---
I'm resolving this for now.  Was unable to construct a reliable repro
situation.  I have seen the crash only once since upgrading to 5.3.2, but then
my usage patterns have also been different, so that might not be relevant. 
Will reopen if I can get any more 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 105469] [META] Bugs hitting limit for GDI objects in Windows

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105469
Bug 105469 depends on bug 107550, which changed state.

Bug 107550 Summary: Crash in: SalFrame::SetCallback(vcl::Window *,bool 
(*)(vcl::Window *,SalEvent,void const *))
https://bugs.documentfoundation.org/show_bug.cgi?id=107550

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 100983] Libreoffice slow and unresponsive when opening large file

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100983

family-...@tiscali.it changed:

   What|Removed |Added

   Keywords||filter:odt, regression
Version|Inherited From OOo  |5.1 all versions

-- 
You are receiving this mail because:
You are the 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] New: FILEOPEN: this .docx file does not open in LO

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108272

Bug ID: 108272
   Summary: FILEOPEN: this .docx file does not open in LO
   Product: LibreOffice
   Version: 5.3.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: frederic.parre...@univ-grenoble-alpes.fr

Created attachment 133759
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133759=edit
.docx file to reproduce the problem

Steps to reproduce:
- try to open the attached .docx file
=> an error message appears, and LO does not open the file
Erreur de format de fichier à la position 
SAXParseException: '[word/document.xml line 2]: unknown error', Stream
'word/document.xml', Line 2, Column 140548(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 107515] LibreOffice hangs on paste

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107515

--- Comment #9 from r...@elend.pl ---
OO hangs. The debug output is in atatchement. 
After upgrade to 5.3.2.2 hang less, but performance is very poor (it decreases
proportionally to working time, need to close OO ex. every hour)

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


[Libreoffice-bugs] [Bug 103811] PDF export crashes Libre office writer with one specific document

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103811

irene-myl...@posteo.de changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #4 from irene-myl...@posteo.de ---
Dear Q team, 
sorry for not replying for such a long time - I am not a geek familiar with
stuff like bugzilla. - What exactly was the information I was supposed to give? 
I think using a new version helped, but I think I needed to install it manually
with the help of a geek friend... 
Since I don't have the problem any more. 
Thank you for your help!
Eenee

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


[Libreoffice-bugs] [Bug 107515] LibreOffice hangs on paste

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107515

--- Comment #8 from r...@elend.pl ---
Created attachment 133758
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133758=edit
OO hangs debug

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


[Libreoffice-bugs] [Bug 97118] Opening Writer doc from Cloud always repairs

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97118

Sccrow  changed:

   What|Removed |Added

 Resolution|INSUFFICIENTDATA|FIXED

--- Comment #6 from Sccrow  ---
I finally managed to get this resolved.  Its been a while,  and I do not recall
what I did to fix it. 

Sorry

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


[Libreoffice-bugs] [Bug 108246] 100% cpu usage with no open document

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108246

--- Comment #4 from TexJoachim  ---
Yeah, this should be bumped up.

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


[Libreoffice-bugs] [Bug 107165] OOO_EXIT_POST_STARTUP=1 crashes or hangs

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107165

Terrence Enger  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #7 from Terrence Enger  ---
I have found command-line argument --eventtesting, which seems to
accomplish the same end, and it does not crash for me.

Since I having this workaround and many users seem to be working
without the crash, I am setting status RESOLVED WONTFIX.

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


[Libreoffice-bugs] [Bug 108008] SPELL Check : False positive with %.

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108008

Pierre C  changed:

   What|Removed |Added

Version|5.3.3.2 release |5.2.7.2 release

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


[Libreoffice-bugs] [Bug 108246] 100% cpu usage with no open document

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108246

--- Comment #3 from Mike B  ---
Does anyone else think this should be bumped up in priority? It seems that a
100% cpu usage bug present at all times, across many LibreOffice apps is
something that should be addressed rather quickly.

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


[Libreoffice-bugs] [Bug 108005] Writer hangs several seconds after saving

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108005

--- Comment #2 from Dr. Matthias Weisser  ---
I do not feel that there is a real crash here. It looks like a delay.

To clarify some more where the problem comes from I had a test with the
previous versions 4.3.7.2 and 4.4.7.2.

Both versions do not show this delay. They seem to be ok.

The delay is there in version 5.1.6. It does not matter if 32bit or 64bit
installation. Both are showing the problem. I hope this helps a bit. 

Seems to be that version 5 does have this problem - may be in all versions.

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


[Libreoffice-bugs] [Bug 100863] Storing of a big file is impossible

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100863

Jens Mildner  changed:

   What|Removed |Added

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

--- Comment #22 from Jens Mildner  ---
Tried the file on Windows XP, no problems here, too.

Did loading, changing some characters, saving, saving as odt and docx, all of
this several times.

Version: 5.3.2.2
Build-ID: 6cd4f1ef626f15116896b1d8e1398b56da0d0ee1
CPU-Threads: 4; BS-Version: Windows 5.1; UI-Render: Standard; Layout-Engine:
neu; 
Gebietsschema: de-DE (de_DE); Calc: group

As nobody could reproduce the bug until now, closing this as WORKSFORME.

Wilfried, if you still see the bad behaviour, please reopen the 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 108271] New: enhancement

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108271

Bug ID: 108271
   Summary: enhancement
   Product: LibreOffice
   Version: 3.3.4 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: conwa...@gmail.com

Description:
voice recognition works for microsoft word but not for Libre Office.
Will there be an update with voice recognition working in Libre?
Thank you 
Walter Schmid

Actual Results:  
Libre starts numbering the sentences but does not type my words

Expected Results:
I would like Voice Recognition to work with Libre Office


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/58.0.3029.110 Safari/537.36

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


[Libreoffice-bugs] [Bug 108270] New: Memory leak

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108270

Bug ID: 108270
   Summary: Memory leak
   Product: LibreOffice
   Version: 5.5.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
Quite likely a dupe of already reported memory leaks (most likely bug 92482)
but not 100% sure. So created a new one.



Steps to Reproduce:
The easiest why is to monitor memory usage (for example with Process Explorer)
while following the steps. The intention is to increase the working set step by
step while manipulating (multiple) document (and letting some of the increase
stick). Repeating the exact same steps over and over doesn't seem to work.
Using all sorts of different documents helps.

1. Open a random file from start Center
https://www.iso.org/files/live/sites/isoorg/files/archive/ppt/en/ims-alerts_9001_14001_overview.ppt
2. Select all slides
3. Change the template (use all available)
4. Close the file (grey cross -> going back to Start Center)

Impress
1. Create Impress Document -> Choose a template
2. Add slides (around 100)
3. Select All of them. Choose switch to different templates (all available)
4. Scroll a bit around in the slide panel
5. Save the file.
6. Close the file (grey cross -> going back to Start Center)

Writer
1. Open a document http://igne.us/Smokie1.odt (from start center0
2. Select all content
3. Play with the formatting (for example everything bold/underlined/all sorts
of color highlighted
4. Save the file
6. Close the file (grey cross -> going back to Start Center)

Calc
1. Open a new spreadsheet
2. Select All Cells
3. Change the background color
4. Close the document

5. Open a new spreadsheet
6. Add a shape
7. Change the area to Hatching and select one
8. Close the document

Actual Results:  
Memory usage is steadily increasing

Expected Results:
Memory should stay stable


Reproducible: Always

User Profile Reset: No

Additional Info:
Found in
Version: 5.5.0.0.alpha0+
Build ID: ec79f3453471ee9b6ae32e71ff16ea99d9b7751c
CPU threads: 4; OS: Windows 6.19; UI render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2017-05-28_23:21:44
Locale: nl-NL (nl_NL); Calc: CL

and in
Versie: 4.4.6.3 
Build ID: e8938fd3328e95dcf59dd64e7facd2c7d67c704d
Locale: nl_NL

less prone:
Version: 4.3.7.2
Build ID: 8a35821d8636a03b8bf4e15b48f59794652c68ba


User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:45.0) Gecko/20100101
Firefox/45.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 108118] Crash in: SwPageFrame::AppendDrawObjToPage(SwAnchoredObject & )

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108118

--- Comment #13 from Björn Michaelsen  ---
>From the stacktrace:
#1  0xe00dbcf4 in SwFrame::FindFlyFrame (this=0x0) at
/home/buildslave/source/libo-core/sw/source/core/inc/frame.hxx:938
#2  0xe05281af in SwPageFrame::AppendDrawObjToPage (this=this@entry=0xde4a4464,
_rNewObj=...) at
/home/buildslave/source/libo-core/sw/source/core/layout/flylay.cxx:804

So "this" in FindFlyFrame at #1 is a nullptr, which means
"_rNewObj.GetAnchorFrame()" at #2 (flylay.cxx:804) is a nullptr, which:

> OSL_ENSURE( _rNewObj.GetAnchorFrame(), "anchored draw object without anchor" 
> );

in the line before says should never happen anyway.

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


[Libreoffice-bugs] [Bug 108118] Crash in: SwPageFrame::AppendDrawObjToPage(SwAnchoredObject & )

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108118

--- Comment #12 from Björn Michaelsen  ---
Havent looked too deep into this yet, but given the strange behaviour in
comment 8 and comment 9, this possibly isnt caused by the commit, rather its a
"was broken before, but wasnt crashing immediately due to sheer luck then" ...

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


[Libreoffice-bugs] [Bug 108036] Help About say 5.4; but debs say 5.5

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108036

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi
 Resolution|FIXED   |WORKSFORME

--- Comment #3 from Buovjaga  ---
Thanks for following up. Let's set to WFM as the fix is unknown.

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


[Libreoffice-bugs] [Bug 108112] Date in conditional text makes the text disappear

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108112

Buovjaga  changed:

   What|Removed |Added

 OS|Windows (All)   |All

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


[Libreoffice-bugs] [Bug 108008] SPELL Check : False positive with %.

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108008

Buovjaga  changed:

   What|Removed |Added

Version|unspecified |5.3.3.2 release
 OS|All |Windows (All)

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


[Libreoffice-bugs] [Bug 108110] FILESAVE DOCX: Line chart custom data label positioning imported but not saved

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108110

Buovjaga  changed:

   What|Removed |Added

   Keywords||filter: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 108034] FILESAVE DOC Template Resume doubles the number of sections and some of them move to incorrect position

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108034

Buovjaga  changed:

   What|Removed |Added

   Keywords||filter:doc
Summary|Formatting changes after|FILESAVE DOC Template
   |saving as .doc (2003) and   |Resume doubles the number
   |opening again   |of sections and some of
   ||them move to incorrect
   ||position
 OS|Windows (All)   |All

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


[Libreoffice-bugs] [Bug 100983] Libreoffice slow and unresponsive when opening large file

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100983

--- Comment #4 from family-...@tiscali.it ---
I believe this bug is not "Inherited From OOo" because Apache OpenOffice
doesn't have it. 
(maybe my description wasn't clear)

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


[Libreoffice-bugs] [Bug 108034] Formatting changes after saving as .doc (2003) and opening again

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108034

Buovjaga  changed:

   What|Removed |Added

 Attachment #133689|0   |1
is obsolete||
 Attachment #133690|0   |1
is obsolete||
 CC||todven...@suomi24.fi

--- Comment #4 from Buovjaga  ---
Created attachment 133757
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133757=edit
Resume saved as .doc

Note that the template is Resume, not CV.

The template has 3 sections. In the doc, they are 6 and some of them slip below
the contact infos.

Arch Linux 64-bit, KDE Plasma 5
Version: 5.5.0.0.alpha0+
Build ID: 963137415bcdf3e7a26ce5d258302f4e39e294db
CPU threads: 8; OS: Linux 4.11; UI render: default; VCL: kde4; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group
Built on May 31st 2017

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


[Libreoffice-bugs] [Bug 105663] Sidebar deck for reviewing spelling and grammar mistakes

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105663

--- Comment #13 from Heiko Tietze  ---
(In reply to Yousuf Philips (jay) from comment #12)
> The sidebar implementation should be a replacement for the dialog, so users
> can choose either, and designers can choose which one to show to users (e.g.
> tabbed notebookbar would open the sidebar implementation rather than the
> dialog).

We wrote in the HIG "...sidebar, which is a graphical presentation of
context-sensitive properties optimized for fast access." The sidebar is
supplemental to dialogs allowing direct access to some but not all properties.

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


[Libreoffice-bugs] [Bug 102314] Comment in frozen cellls is not showing properly at random, and cannot be edited.

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102314

André K.  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 102314] Comment in frozen cellls is not showing properly at random, and cannot be edited.

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102314

--- Comment #6 from André K.  ---
Created attachment 133756
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133756=edit
a trivial file with frozen row, and comment

sure, adding example. 
an nobody cared to reproduce in the past 6 months, maybe a file will make it
easier :)

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


[Libreoffice-bugs] [Bug 108269] DOCM files can' t be opened in Word after a roundtrip in Writer (until renaming)

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108269

Michael Meeks  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from Michael Meeks  ---
Interestingly, just changing the ContentType in [Content_Types].xml is
sufficient for Word to import this for me without problems, even with the docm
suffix. Presumably this is reasonably easy to do - I'll take a look.

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


[Libreoffice-bugs] [Bug 107166] Text is invisible, both in UI and in editor on update to 5.3.2, older AMD and Intel GPUs

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=107166

--- Comment #26 from prrv...@gmail.com ---
Confirmed on my system: 5.3.1.2 is OK 5.3.3.2 does not 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 105663] Sidebar deck for reviewing spelling and grammar mistakes

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105663

--- Comment #12 from Yousuf Philips (jay)  ---
(In reply to Heiko Tietze from comment #10)
> Better remove the corrected passages.

great.

> This would better be done in the dialog.

okay.

> How about shortcuts like cursor up/down? And of course you can just click an
> item without using the next button.

Well you'll have to define how keyboard users will work with the sidebar, but
yes mouse users could easily click whichever item they want to work on. So in
that case, the buttons should be removed.

> If you do a single apply all action why should that go into the sidebar?
> Afraid of using dialogs? :-)

Didnt understand this. If i have multiple instances of 'didnt' listed in the
sidebar, of course with other mispelt workds, and wanted to be corrected them
all as 'didn't' rather than doing them manually 1 by 1, why wouldnt i want this
option.

The sidebar implementation should be a replacement for the dialog, so users can
choose either, and designers can choose which one to show to users (e.g. tabbed
notebookbar would open the sidebar implementation rather than the dialog).

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


[Libreoffice-bugs] [Bug 90244] SIDEBAR: Enhancing Navigator in Draw

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=90244

Yousuf Philips (jay)  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 98005] Show footnotes and endnotes in Navigator

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98005

--- Comment #10 from Heiko Tietze  ---
(In reply to Yousuf Philips (jay) from comment #9)
> @Heiko, @Cor, @Stuart: What is your take?

When the user has many footnotes it might be helpful to search them separately.
So Navigator yes but as a separate section (not necessarily a real tab as in my
mockup) and not merged into a tree with outlines, captions etc.

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


[Libreoffice-bugs] [Bug 79167] UI: Opening the new "navigate by" for choosing the object to go back opens the "big" navigation window, too

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79167

--- Comment #18 from Yousuf Philips (jay)  ---
Created attachment 133755
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133755=edit
mockup

As mentioned in comment 9, the most ideal solution is for the user not to have
to open up the navigation dialog and simply change the search type through a
drop down menu control.

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


[Libreoffice-bugs] [Bug 98005] Show footnotes and endnotes in Navigator

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98005

Yousuf Philips (jay)  changed:

   What|Removed |Added

   Keywords||needsUXEval
 CC||c...@nouenoff.nl,
   ||philip...@hotmail.com,
   ||tietze.he...@gmail.com,
   ||vstuart.fo...@utsa.edu

--- Comment #9 from Yousuf Philips (jay)  ---
I wouldnt be in favour of integrating footnotes and endnotes into navigator, as
they would be normally present on all pages (footnotes) or all at the end of
document (endnotes). You can find my suggested navigator improvements in bug
89566 and Heiko's here - <
https://design.blog.documentfoundation.org/wp-content/uploads/sites/2/2016/07/20160730_Writer.png
>.

@Heiko, @Cor, @Stuart: What is your take?

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


[Libreoffice-bugs] [Bug 108269] DOCM files can' t be opened in Word after a roundtrip in Writer (until renaming)

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108269

--- Comment #2 from Aron Budea  ---
Created attachment 133754
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133754=edit
DOCM with no macro

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


[Libreoffice-bugs] [Bug 108264] Writer treats forms of gallery texts as pictures, however Draw and Impress treat them as forms of texts

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108264

Regina Henschel  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||rb.hensc...@t-online.de
 Ever confirmed|0   |1
   Severity|normal  |enhancement

--- Comment #2 from Regina Henschel  ---
First insert the image from the Gallery to Draw and then copy it to
Writer. After that it is a Draw-image and you can add text.

Writer has its own kind of images, which have different properties. It is a
long time aim to extend the Draw-images with the properties, currently only
available for Writer-images, and then remove Writer-images at all. I will set
this issue to "enhancement", but actually a "wontfix" would be more realistic.

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


[Libreoffice-bugs] [Bug 108269] DOCM files can' t be opened in Word after a roundtrip in Writer (until renaming)

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108269

--- Comment #1 from Aron Budea  ---
Created attachment 133753
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133753=edit
DOCM with macro

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


[Libreoffice-bugs] [Bug 108269] New: DOCM files can' t be opened in Word after a roundtrip in Writer (until renaming)

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108269

Bug ID: 108269
   Summary: DOCM files can't be opened in Word after a roundtrip
in Writer (until renaming)
   Product: LibreOffice
   Version: 4.0.0.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Keywords: filter:docx
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ba...@caesar.elte.hu
CC: michael.me...@collabora.com
Blocks: 104528

Known limitations (not a concern of this bug report):
- Writer doesn't handle VBA macros.
- It doesn't even preserve macros (seems like section "You can choose to
preserve or delete VBA macros" in [1] is not valid for newer, OOXML formats, at
least in Writer).

Open and save the attached files in Writer. Both are DOCMs created in Word
2013, one has macro, the other doesn't.
Open the roundtripped file in Word.

=> Word gives an error: "We're sorry. We can't open  because we
found a problem with its contents."
The file can only be opened after renaming it to have .DOCX extension.

One particular difference is that in the original archive /word/document.xml
has ContentType "application/vnd.ms-word.document.macroEnabled.main+xml", while
in the roundtripped file it's
"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml".

Observed with 5.4beta1 and 4.0.0.3 / Windows 7.

[1] https://help.libreoffice.org/Common/Using_Microsoft_Office_and


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104528
[Bug 104528] [META] FILESAVE: DOCX: Corrupted file in MSO Word 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 104528] [META] FILESAVE: DOCX: Corrupted file in MSO Word after RT

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104528

Aron Budea  changed:

   What|Removed |Added

 Depends on||108269


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=108269
[Bug 108269] DOCM files can't be opened in Word after a roundtrip in Writer
(until renaming)
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 101195] Calc cannot open large xls file with many images

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101195

--- Comment #16 from Buovjaga  ---
Created attachment 133752
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133752=edit
Callgrind output from 5.5, opening 35mb.xls

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


[Libreoffice-bugs] [Bug 96454] EDITING: default arrow size of the connectors is not configurable

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96454

--- Comment #9 from cson...@halmai.hu ---
I tested the bug according to the more detailed description I provided in my
comment 2016-04-30 08:46:09 UTC. I used it instead of the steps from the
original bug report because they are easier to follow.

Unfortunately the bug is still present, the arrow head does not change
according to the new settings while the other line parameters do.

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


[Libreoffice-bugs] [Bug 108246] 100% cpu usage with no open document

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108246

--- Comment #2 from TexJoachim  ---
I can confirm that opening the About or Settings dialog returns CPU usage to
normal.

Also, LibreOffice 5.2.x shows the same behaviour.

Some more details on my system:

joachim@gogmazios:~|⇒  cat /proc/version
Linux version 4.11.2-1-default (geeko@buildhost) (gcc version 6.3.1 20170202
[gcc-6-branch revision 245119] (SUSE Linux) ) #1 SMP PREEMPT Sat May 20
18:13:12 UTC 2017 (03903d8)

joachim@gogmazios:~|⇒  uname -a
Linux gogmazios.home.local 4.11.2-1-default #1 SMP PREEMPT Sat May 20 18:13:12
UTC 2017 (03903d8) x86_64 x86_64 x86_64 GNU/Linux

About dialog:
Version: 5.3.3.2
Build-ID: 30m0(Build:2)
CPU-Threads: 8; BS-Version: Linux 4.11; UI-Render: Standard; VCL: gtk3;
Layout-Engine: neu; 
Gebietsschema: de-DE (de_DE.UTF-8); Calc: group

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


[Libreoffice-bugs] [Bug 101195] Calc cannot open large xls file with many images

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101195

--- Comment #15 from Xisco Faulí  ---
I think the importing time is quite acceptable taking into account the size of
the document. However, visualizing and working with the document seems more
fluent in 5.3.3 than in 5.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 108222] PDF Form: Bad characters metrics?

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=108222

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||filter:pdf
 Status|UNCONFIRMED |NEW
 CC||xiscofa...@libreoffice.org
  Component|Writer  |Printing and PDF export
Version|5.2.6.2 release |Inherited From OOo
 Ever confirmed|0   |1

--- Comment #3 from Xisco Faulí  ---
Confirmed in

Version: 5.5.0.0.alpha0+
Build ID: 9956849c2ea6049582e2ccf04c355542c1ef00a1
CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

and

LibreOffice 3.3.0 
OOO330m19 (Build:6)
tag libreoffice-3.3.0.4

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


[Libreoffice-bugs] [Bug 99562] Error rasterization of SVG gradients

2017-05-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99562

--- Comment #6 from ape  ---
Created attachment 133751
  --> https://bugs.documentfoundation.org/attachment.cgi?id=133751=edit
bad SVG gradients

I confirm bug.

OS: Lubuntu 16.04 LTS

Версия: 5.4.0.0.beta1
ID сборки: 8672113ead4e403c55e31b1d9a3d1e0f3b299577
CPU threads: 4; OS: Linux 4.4; UI render: по умолчанию; VCL: gtk2; 
Локаль: ru-RU (ru_RU.UTF-8); Calc: group

-- 
You are receiving this mail because:
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   5   >