[Libreoffice-bugs] [Bug 81501] Memory leak while sorting a large table

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81501

raal r...@post.cz changed:

   What|Removed |Added

 OS|Linux (All) |All
 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
 Ever confirmed|0   |1

--- Comment #9 from raal r...@post.cz ---
I can reproduce crash with LO 4.3.1, win7 when sort on all cells (ctrl+a).
I can reproduce crash with Version: 4.4.0.0.alpha0+
Build ID: e2723d00b77dc1044e2ba599ba93517af34e1ea5
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:master, Time:
2014-09-09_23:17:41

Program terminated with signal SIGKILL, Killed.

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


[Libreoffice-bugs] [Bug 74848] EDITING: Greyed-out menu bug when trying to insert formula

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=74848

Jean-Baptiste Faure jbfa...@libreoffice.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||jbfa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #7 from Jean-Baptiste Faure jbfa...@libreoffice.org ---
I have sometimes the same problem with LibreOffice under Unity when I click on
a menu, several entry are greyed out. Generally it's enough to open the next
menu and go back to the desired menu to get all available entries.

That said, I do not have a clear scenario to reproduce the problem, it seems to
depends on the machine activity.

I just created a new clean Unity session on my PC, will see if I still
reproduce the problem in a session without residues from gnome (various
species), xfce and old parameters from bugged Unity (since Ubuntu 11.10).

Best regards. JBF

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


[Libreoffice-bugs] [Bug 81577] FILTER: Can't switch a filter of if only one value except NULL

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81577

raal r...@post.cz changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #18 from raal r...@post.cz ---
Hello Rob,
is this bug duplicate of bug 68406 or bug 57431?

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


[Libreoffice-bugs] [Bug 81758] EDITING: bug in cell edition procedure

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81758

raal r...@post.cz changed:

   What|Removed |Added

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

--- Comment #4 from raal r...@post.cz ---
You can replace K with k in input line. After this I can type ker, but
can not type Ker.
But I mark bug as new, because in excel you can write
ker
Ker
ker
Ker
immediately.

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


[Libreoffice-bugs] [Bug 75215] ruby style family default styles are ignored

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75215

--- Comment #5 from Owen Genat owen.ge...@gmail.com ---
Created attachment 106205
  -- https://bugs.freedesktop.org/attachment.cgi?id=106205action=edit
FODT using an automatic (rather than common) style definition.

It would seem this report may relate to whether ruby text is considered a
common (office:styles) or automatic (office:automatic-styles) style by the
LO implementation. ODF v1.2, Part 1, §3.15.3 states:

 Common and automatic styles behave differently in OpenDocument editing 
 consumers.
 Common styles are presented to the user as a named set of formatting 
 properties. 
 The formatting properties of an automatic style are presented to a user as 
 properties of the object to which the style is applied.

In attachment 94368 the ruby text is defined by a bare text:ruby element that
relies on this default (common) style definition:

style:default-style style:family=ruby
  style:ruby-properties
style:ruby-align=center
style:ruby-position=below
  /

... which is being ignored. Editing the provided example and changing the
referencing element to text:ruby text:style-name=Ru1 and including a
related (automatic) style definition:

style:style style:name=Ru1 style:family=ruby
  style:ruby-properties 
style:ruby-align=center 
style:ruby-position=below
  /

... results in a working example[1], with the ruby text centred and positioned
below the base text. Refer attached. It will need an expert to determine if the
current implementation (using an automatic style) is appropriate or not.

[1] This is the type of XML generated if the example is saved to ODT. Also note
that I removed the original default (common) style definition.

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


[Libreoffice-bugs] [Bug 75215] Default (common) style definition is ignored for ruby text

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75215

Owen Genat owen.ge...@gmail.com changed:

   What|Removed |Added

Summary|ruby style family default   |Default (common) style
   |styles are ignored  |definition is ignored for
   ||ruby text
Version|4.2.0.4 release |3.5.7.2 release

--- Comment #6 from Owen Genat owen.ge...@gmail.com ---
To be clear (to the OP) I am not stating this is NOT a bug but rather that an
expert is required to determine if using a default (common) style definition in
isolation is considered sufficient / valid. The section of ODF quoted tends to
indicate that this MAY be an implementational issue, however using a default
(common) style definition in isolation may also be valid. Summary amended for
clarity. Both original (common style) and newly provided (automatic style)
examples tested under:

- v3.5.7.2 Build ID: 3215f89-f603614-ab984f2-7348103-1225a5b
- v4.1.6.2 Build ID: 40ff705089295be5be0aae9b15123f687c05b0a
- v4.2.6.3 Build ID: 3fd416d4c6db7d3204c17ce57a1d70f6e531ee21
- v4.3.1.2 Build ID: 958349dc3b25111dbca392fbc281a05559ef6848

Respective behaviour is identical in all cases i.e., common style example fails
to render correctly, while automatic style example renders as expected. Version
therefore set to v3.5.7.2.

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


[Libreoffice-bugs] [Bug 81089] Sorting a spreadsheet causes formulas to change

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81089

Jean-Baptiste Faure jbfa...@libreoffice.org changed:

   What|Removed |Added

 CC||jbfa...@libreoffice.org

--- Comment #3 from Jean-Baptiste Faure jbfa...@libreoffice.org ---
I think this is a duplicate of bug 81633.
@pherworth: please could you try with attachment 104016 ?

Best regards. JBF

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


[Libreoffice-bugs] [Bug 81635] An extension can't be installed with more than 3 libraries

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81635

--- Comment #13 from Jean-Baptiste Faure jbfa...@libreoffice.org ---
Installing the 4-libs extension still crashes the version 4.3.3.0.0+ (Build ID:
bea4100cd9ad62637a7ed33488f2a17769aa519a) built at home under Ubuntu 14.04
x86-64
The master (Build ID: a65459eae58f342787abe4c766912f964a8383be) crashes too.

No crash (in master and 4.3) if I remove the problematic extension, close LO,
reopen it and install the 3-libs extension.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 83808] Scale images proportionally by default (Calc, Impress, Draw)

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83808

foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||f...@openmailbox.org
 Ever confirmed|0   |1

--- Comment #1 from foss f...@openmailbox.org ---
+1 overdue. Was curious why it wasn't in all components initially. But guess
that's due to time constraints.

Please do make this behavior universal to deliver consistency and good defaults
in all components. Thx.

NEW

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


[Libreoffice-bugs] [Bug 81711] XLSX: Import tables with alternating colors for rows and handle references to their names

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81711

Owen Genat owen.ge...@gmail.com changed:

   What|Removed |Added

 Attachment #103394|text/plain  |application/vnd.ms-excel
  mime type||

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


[Libreoffice-bugs] [Bug 81758] EDITING: bug in cell edition procedure

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81758

Jean-Baptiste Faure jbfa...@libreoffice.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTABUG
 CC||jbfa...@libreoffice.org

--- Comment #5 from Jean-Baptiste Faure jbfa...@libreoffice.org ---
For me there no bug here:
1/ open a new spreadsheet
2/ type the word king in cell A1
3/ in cell A2 type K - Calc suggests K[ing]
4/ hit enter just after having typed the K letter - you get king in A2
5/ in cell A3 type K (- same proposition K[ing]) and continue typing King then
hit the Enter key. 
-- you get King in A3

It is the normal behavior of the AutoInput function: menu Tools  Cell Contents
See the help: https://help.libreoffice.org/Calc/AutoInput

Closing as NotABug.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 83813] New: FORMATTING: Format painter clears conditional formatting for some sheets

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83813

  Priority: medium
Bug ID: 83813
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FORMATTING: Format painter clears conditional
formatting for some sheets
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: b...@herbison.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.3.1.2 release
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 106209
  -- https://bugs.freedesktop.org/attachment.cgi?id=106209action=edit
Sheet demonstrating the described problem.

Problem description: 

Steps to reproduce:
1. Load the attached file Conditional.ods.
2. Delete the value of cell A1.
3. Undo the delete in step 2.
4. Select cell A2, click the format painter, click cell A2.
5. Delete the value of cell A1.

Current behavior:
2. Cell A2 turns red.
5. Cell A2 does not turn red.

Expected behavior:
2. Cell A2 turns red.
5. Cell A2 turns red.

I wasn't able to reproduce this problem with a new file (in one attempt), but I
see it in existing files. The attached file was creating by copying a sheet
from an existing file to a new file, deleting all but two cells, and changing
the values.
Operating System: Ubuntu
Version: 4.3.1.2 release

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


[Libreoffice-bugs] [Bug 83454] Aliases do not work in queries

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83454

Andrzej Sygiel syg...@o2.pl 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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 83814] Port Database Wizard to python

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83814

Ryan McCoskrie ryan.mccosk...@gmail.com changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 83814] Port Database Wizard to python

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83814

Ryan McCoskrie ryan.mccosk...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|NEW
   Assignee|libreoffice-b...@lists.free |ryan.mccosk...@gmail.com
   |desktop.org |

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


[Libreoffice-bugs] [Bug 83814] Port Database Wizard to python

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83814

Ryan McCoskrie ryan.mccosk...@gmail.com changed:

   What|Removed |Added

   Assignee|ryan.mccosk...@gmail.com|libreoffice-b...@lists.free
   ||desktop.org
 CC||ryan.mccosk...@gmail.com

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


[Libreoffice-bugs] [Bug 54469] Grab and Drag Page for Scroll

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54469

--- Comment #4 from Owen Genat owen.ge...@gmail.com ---
(In reply to comment #2)
 (Improved Component: because this is a UI feature request both for Writer
 and for Calc 

... and now Draw: http://ask.libreoffice.org/en/question/39716/

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


[Libreoffice-bugs] [Bug 51340] FORMATTING: Line spacing and spacing above/blow paragraph not correctly imported from PPTX 2010

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51340

--- Comment #17 from Owen Genat owen.ge...@gmail.com ---
Attachment 92979 tested under GNU/Linux using:

- v3.5.7.2 Build ID: 3215f89-f603614-ab984f2-7348103-1225a5b
- v4.1.6.2 Build ID: 40ff705089295be5be0aae9b15123f687c05b0a
- v4.2.6.3 Build ID: 3fd416d4c6db7d3204c17ce57a1d70f6e531ee21
- v4.3.1.2 Build ID: 958349dc3b25111dbca392fbc281a05559ef6848
- v4.4.0.0.alpha0+ Build ID: 037d03b9facb414ba6be01fa6ee92fc7ca89f70c
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:master, Time:
2014-09-11_00:32:52

In all cases it renders as indicated in the right hand side of attachment
74361.

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


[Libreoffice-bugs] [Bug 83813] FORMATTING: Format painter clears conditional formatting for some sheets

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83813

m.a.riosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||mari...@miguelangel.mobi
 Ever confirmed|0   |1

--- Comment #1 from m.a.riosv mari...@miguelangel.mobi ---
Reproducible
Win7x64
Version: 4.3.1.2 Build ID: 958349dc3b25111dbca392fbc281a05559ef6848

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


[Libreoffice-bugs] [Bug 83813] FORMATTING: Format painter clears conditional formatting for some sheets

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83813

m.a.riosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 OS|Linux (All) |All

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


[Libreoffice-bugs] [Bug 83808] Scale images proportionally by default (Calc, Impress, Draw)

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83808

m.a.riosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 CC||mari...@miguelangel.mobi

--- Comment #2 from m.a.riosv mari...@miguelangel.mobi ---
+1, seems it was a partial implementation,request wasn't only for writer. Now,
the same key combination doing the opposite along different components. As a
minimum not too friendly.

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


[Libreoffice-bugs] [Bug 82043] Start Center green sidebar text is too small

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82043

--- Comment #26 from V Stuart Foote vstuart.fo...@utsa.edu ---
@Urmas, *,

(In reply to comment #25)
 Without the bold font the sidebar is barely readable due to the low contrast.
 Text in sidebar needs to be bold.

We've been down this road... using bold just looked ugly for the month it was
in place, and the non-bold as currently in 4.3.x remains at the wrong
proportion. 

Upping the multiplier from 1.2 -- 1.4 brings the font to a better proportion
to the icons (possibly could use an additional half a percent or so, i.e. 1.45
or 1.5) but it has been that way in the 4.4.0alpha+ builds for several
weeks--no complaints.

From a design perspective, it looks composed. The low contrast (white on green)
is not really an issue--the ODF Icons identify the rolls, the subdued text
label just help identify the branding. Proportion was the only issue.

Stuart

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


[Libreoffice-bugs] [Bug 83782] EDITING: UI: Base crashes when working with DATE datatype

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83782

m.a.riosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 CC||mari...@miguelangel.mobi

--- Comment #4 from m.a.riosv mari...@miguelangel.mobi ---
Maybe it has macros managing dates, please take a look to:
http://ask.libreoffice.org/en/question/39145/calc-calendar-basic-error/

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


[Libreoffice-bugs] [Bug 83761] The extensions are still copied in Contents/share/extensions folder after the canonical upgrade

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83761

Robert Antoni Buj i Gelonch robert@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Robert Antoni Buj i Gelonch robert@gmail.com ---
http://cgit.freedesktop.org/libreoffice/core/commit/?id=af90ec3e7751f2f4f27428f580bbc487fd7ce7db

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


[Libreoffice-bugs] [Bug 83815] New: EDITING: создание запрасов с переменныи параметрами

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83815

  Priority: medium
Bug ID: 83815
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: EDITING: создание запрасов с переменныи параметрами
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: ty...@ukr.net
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.3.1.2 release
 Component: Database
   Product: LibreOffice

Запросы параметров
Чтобы создать запрос с переменными параметрами, необходимо поместить переменную
в квадратные скобки (=[x]). Кроме того, можно использовать знак равенства и
двоеточие (=:x). При выполнении запроса программа открывает диалоговое окно для
ввода выражения, которому будет присвоена переменная x.
При одновременном запросе нескольких параметров в диалоговом окне появится
список всех параметров со строкой ввода рядом с каждым из них. Введите значения
желательно в направлении сверху вниз, нажимая клавишу ВВОД после каждой строки.

Однако выполнение указанных инструкций не выполняется, хотя сообщений об
ошибках нет

заранее благодарен за разяснеия
Operating System: Windows 7
Version: 4.3.1.2 release

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


[Libreoffice-bugs] [Bug 81501] SORT: Memory leak while sorting a large table

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81501

Jay Philips philip...@hotmail.com changed:

   What|Removed |Added

 Whiteboard|BSA |BSA bibisectRequest
   Severity|normal  |major
   Priority|medium  |high
Summary|Memory leak while sorting a |SORT: Memory leak while
   |large table |sorting a large table
   Keywords||have-backtrace, regression

--- Comment #10 from Jay Philips philip...@hotmail.com ---
Tested and it doesnt crash on 4.0.6 and 4.1.6, but does crash in 4.2.7, 4.3.2
and 4.4.

Version: 4.2.7.0.0+
Build ID: 6db17c300e59884e652125a0b3b11bdffdea38e2
TinderBox: Linux-rpm_deb-x86@45-TDF, Branch:libreoffice-4-2, Time:
2014-09-11_14:25:14

Version: 4.3.3.0.0+
Build ID: f3cdb7804a26c5cf0623d9b83130594f83372768
TinderBox: Linux-rpm_deb-x86@45-TDF, Branch:libreoffice-4-3, Time:
2014-09-12_04:11:44

Version: 4.4.0.0.alpha0+
Build ID: ed95e1c5619e2cb2a8f6d93a1b7c45f36f1524dd
TinderBox: Linux-rpm_deb-x86@45-TDF, Branch:master, Time: 2014-09-12_11:30:45

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


[Libreoffice-bugs] [Bug 81501] SORT: Memory leak while sorting a large table

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81501

--- Comment #11 from Jay Philips philip...@hotmail.com ---
Created attachment 106212
  -- https://bugs.freedesktop.org/attachment.cgi?id=106212action=edit
linux backtrace 4.4

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


[Libreoffice-bugs] [Bug 83813] FORMATTING: Format painter clears conditional formatting for some sheets

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83813

--- Comment #2 from ign_christian ign_christ...@yahoo.com ---
(In reply to comment #0)
 I wasn't able to reproduce this problem with a new file (in one attempt),
 but I see it in existing files. The attached file was creating by copying a
 sheet from an existing file to a new file, deleting all but two cells, and
 changing the values.
Possibly it's because Bug 81611. I still saw CF issue in pasted sheet with LO
4.3.2.1

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


[Libreoffice-bugs] [Bug 80650] lower case greek alphabet missing in localized Math symbol table

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80650

--- Comment #55 from F. Toulmay t...@club-internet.fr ---
broken symbol table

I confirmed same problem with version 4.3.1.2 French, installed on Windows 7
(built).
Uncontrolled lower to upper case modifications. Tried to uninstall, delete all
personal settings  in Roaming, then re-install same built. No way, still the
same mess. Old files created with with version V4.1 and read-only protected
(were not modified with v4.3)  are immediately contaminated when opened with v
4.3.1.2.
This is a plain disaster, due to the high number of formulae that need now to
be restored.
I will try replace my French locale version by a US one, but hope it will
support the French keyboard and already written text with accents and special
character set.
I hope someone will be able to fix that bug, otherwise the efforts of all
non-English LO communities that need Math will become a bit vain...
   regards,
 FT

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


[Libreoffice-bugs] [Bug 83754] EDITING: Replace command crashes when changes being recorded

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83754

ign_christian ign_christ...@yahoo.com changed:

   What|Removed |Added

 OS|Windows (All)   |All
   Keywords||have-backtrace

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


[Libreoffice-bugs] [Bug 75188] FORMATTING: Use of master slides can be improved by theming ?

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75188

--- Comment #11 from totally my real name fatmonkeyal...@gmail.com ---
I propose that we implement a new system of implementing master slides and text
arrangements on slide. I would like to suggest that we combine backgrounds and
text layouts into one single thingy (couldn't think of a better word, sorry),
in which a theme which contains several backgrounds and corresponding text
layouts, such as a title slide which would have a background designed to suit
a title slide, and a text positioning AND orientation (to support tilted text
for more variety), slide designs for various types of content oriented slides.
This would extend libreoffice's attraction to everyone, especially students and
others who prepare presentations regularly.

So to review, a THEME contains several SLIDE DESIGNS.

Each SLIDE DESIGN contains

a background
text formatting (font, text size, color, etc)
text boxes and their orientation

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


[Libreoffice-bugs] [Bug 83107] FILEOPEN: LibO 4.3 permanently damages existing presentation files

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83107

--- Comment #8 from sergio.calleg...@gmail.com ---
Seems fixed in 4.3.2.1

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


[Libreoffice-bugs] [Bug 83754] EDITING: Replace command crashes when changes being recorded

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83754

ign_christian ign_christ...@yahoo.com changed:

   What|Removed |Added

Version|4.3.1.2 release |4.0.6.2 release

--- Comment #3 from ign_christian ign_christ...@yahoo.com ---
Also reproduced with LO 4.0.6.2, 4.1.6.2, 4.2.7.0.0+ Time: 2014-09-11_14:25:14
under Ubuntu 12.04 32bit

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


[Libreoffice-bugs] [Bug 36313] CLI: Encoding issue when Converting documents: esp. UTF-8 in headless mode

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36313

--- Comment #19 from Owen Genat owen.ge...@gmail.com ---
Tested under GNU/Linux using 4.4.0.0.alpha0+
Build ID: 037d03b9facb414ba6be01fa6ee92fc7ca89f70c
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:master, Time:
2014-09-11_00:32:52

$ cat test.csv 
2014-09-13;123;abc
$ /opt/libreofficedev4.4/program/soffice --headless --convert-to ods
--infilter=CSV:59,34,UTF8 a.csv 
convert /data/temp/LO_test/a.csv - /data/temp/LO_test/a.ods using calc8
Overwriting: /data/temp/LO_test/a.ods
$ unzip -p a.ods content.xml | xmllint --format - | grep text:p[^]*
text:p2014-09-13/text:p
text:p123/text:p
text:pabc/text:p
$ /opt/libreofficedev4.4/program/soffice --headless --convert-to ods
--infilter=CSV:59,,UTF8 a.csv 
convert /data/temp/LO_test/a.csv - /data/temp/LO_test/a.ods using calc8
Overwriting: /data/temp/LO_test/a.ods
$ unzip -p a.ods content.xml | xmllint --format - | grep text:p[^]*
text:p2014-09-13/text:p
text:p123/text:p
text:pabc/text:p
$ /opt/libreofficedev4.4/program/soffice --headless --convert-to ods
--infilter=CSV:,,UTF8 a.csv 
convert /data/temp/LO_test/a.csv - /data/temp/LO_test/a.ods using calc8
Overwriting: /data/temp/LO_test/a.ods
$ unzip -p a.ods content.xml | xmllint --format - | grep text:p[^]*
text:p2014-09-13;123;abc/text:p

$ cat b.csv 
First,Second
áéŕó,ṫřåiṅ
$ /opt/libreofficedev4.4/program/soffice --headless --convert-to ods
--infilter=CSV:44,34,UTF8 b.csv 
convert /data/temp/LO_test/b.csv - /data/temp/LO_test/b.ods using calc8
Overwriting: /data/temp/LO_test/b.ods
$ unzip -p b.ods content.xml | xmllint --format - | grep text:p[^]*
text:pFirst/text:p
text:pSecond/text:p
text:páéŕó/text:p
text:pṫřåiṅ/text:p
$ /opt/libreofficedev4.4/program/soffice --headless --convert-to ods
--infilter=CSV:44,,UTF8 b.csv 
convert /data/temp/LO_test/b.csv - /data/temp/LO_test/b.ods using calc8
Overwriting: /data/temp/LO_test/b.ods
$ unzip -p b.ods content.xml | xmllint --format - | grep text:p[^]*
text:pFirst/text:p
text:pSecond/text:p
text:páéŕó/text:p
text:pṫřåiṅ/text:p
$ /opt/libreofficedev4.4/program/soffice --headless --convert-to ods
--infilter=CSV:,,UTF8 b.csv 
convert /data/temp/LO_test/b.csv - /data/temp/LO_test/b.ods using calc8
Overwriting: /data/temp/LO_test/b.ods
$ unzip -p b.ods content.xml | xmllint --format - | grep text:p[^]*
text:pFirst,Second/text:p
text:páéŕó,ṫřåiṅ/text:p

Are only decimal values available for character specification or can hex values
be used also? I could not find a hex notation that worked. In any case, well
done Tomas and thank you.

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


[Libreoffice-bugs] [Bug 83192] By the operation after moving the cell which inserted the comment Calc crashed.

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83192

raal r...@post.cz changed:

   What|Removed |Added

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

--- Comment #1 from raal r...@post.cz ---
I can reproduce with LO 4.2.6, Linux
I can reproduce with  Version: 4.4.0.0.alpha0+
Build ID: e2723d00b77dc1044e2ba599ba93517af34e1ea5
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:master, Time:
2014-09-09_23:17:41

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


[Libreoffice-bugs] [Bug 83192] By the operation after moving the cell which inserted the comment Calc crashed.

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83192

--- Comment #2 from raal r...@post.cz ---
Created attachment 106213
  -- https://bugs.freedesktop.org/attachment.cgi?id=106213action=edit
gdb log

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


[Libreoffice-bugs] [Bug 83192] By the operation after moving the cell which inserted the comment Calc crashed. (REDO move cell with comment CRASH)

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83192

raal r...@post.cz changed:

   What|Removed |Added

Summary|By the operation after  |By the operation after
   |moving the cell which   |moving the cell which
   |inserted the comment  Calc  |inserted the comment  Calc
   |crashed.|crashed. (REDO move cell
   ||with comment CRASH)
   Keywords||have-backtrace

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


[Libreoffice-bugs] [Bug 81501] SORT: Memory leak while sorting a large table

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81501

Jay Philips philip...@hotmail.com changed:

   What|Removed |Added

Version|4.4.0.0.alpha0+ Master  |4.2.6.2 release

--- Comment #12 from Jay Philips philip...@hotmail.com ---
Confirmed crash on 4.3.3 on Windows.

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


[Libreoffice-bugs] [Bug 63388] MAILMERGE: LibreOffice freezes when clicking Test Settings button

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=63388

Andrea Tessadri andt...@tin.it changed:

   What|Removed |Added

Version|3.5.7.1 rc  |4.1.3.2 release

--- Comment #6 from Andrea Tessadri andt...@tin.it ---
I couldn't figure out the way to have mailmerge working with my Gmail SMTP but
when I did the debug of the mailmerge.py script I've discovered that a SSL
connection isn't handled properly.
At the line where the server object is created I found:

self.server = smtplib.SMTP(server, port,timeout=tout)

but in case of SSL connection the correct statement should be:

self.server = smtplib.SMTP_SSL(server, port,timeout=tout)

So, I did this simple change and my Gmail SMTP (smtp.gmail.com) works perfectly
on port 465.
I didn't even checked the Use SSL checkbox in the mailmerge configuration
windows.

I think a good patch should make a choice between smtplib.SMTP and
smtplib.SMTP_SSL according to the Use SSL checkbox.

Cheers.

   Andrea

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


[Libreoffice-bugs] [Bug 83817] New: Performance regression in sorting entire sheet

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83817

  Priority: high
Bug ID: 83817
  Keywords: regression
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Performance regression in sorting entire sheet
  Severity: major
Classification: Unclassified
OS: Linux (All)
  Reporter: philip...@hotmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.2.6.2 release
 Component: Spreadsheet
   Product: LibreOffice

Steps:
1) Open attachment 103050
2) Select entire spreadsheet with Ctrl+A and sort by column A from Data  Sort

4.1.6 - 0:18 
4.3.3 - 1:42 (with high probability of a crashing after completing - bug 81501)

Tested on Linux. It will crash 10 or 20 seconds into the sort on Windows.

Version: 4.3.3.0.0+
Build ID: f3cdb7804a26c5cf0623d9b83130594f83372768
TinderBox: Linux-rpm_deb-x86@45-TDF, Branch:libreoffice-4-3, Time:
2014-09-12_04:11:44

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


[Libreoffice-bugs] [Bug 83817] Performance regression in sorting entire sheet

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83817

Jay Philips philip...@hotmail.com changed:

   What|Removed |Added

 OS|Linux (All) |All
 Whiteboard||perf
 CC||michael.me...@collabora.com

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


[Libreoffice-bugs] [Bug 64098] MAILMERGE: MailMerge setup fails for an SSL connection

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64098

Andrea Tessadri andt...@tin.it changed:

   What|Removed |Added

 OS|All |Linux (All)
Version|3.5.7.2 release |4.1.3.2 release

--- Comment #14 from Andrea Tessadri andt...@tin.it ---
I couldn't figure out the way to have mailmerge working with my Gmail SMTP but
when I did the debug of the mailmerge.py script I've discovered that a SSL
connection isn't handled properly.
At the line where the server object is created I found:

self.server = smtplib.SMTP(server, port,timeout=tout)

but in case of SSL connection the correct statement should be:

self.server = smtplib.SMTP_SSL(server, port,timeout=tout)

So, I did this simple change and my Gmail SMTP (smtp.gmail.com) works perfectly
on port 465.
I didn't even checked the Use SSL checkbox in the mailmerge configuration
windows.

I think a good patch should make a choice between smtplib.SMTP and
smtplib.SMTP_SSL according to the Use SSL checkbox.

Cheers.

   Andrea

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


[Libreoffice-bugs] [Bug 58703] MAILMERGE: Mail merge fail on clicking Send documents

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58703

Andrea Tessadri andt...@tin.it changed:

   What|Removed |Added

Version|3.6.2.2 release |4.1.3.2 release

--- Comment #2 from Andrea Tessadri andt...@tin.it ---
I couldn't figure out the way to have mailmerge working with my Gmail SMTP but
when I did the debug of the mailmerge.py script I've discovered that a SSL
connection isn't handled properly.
At the line where the server object is created I found:

self.server = smtplib.SMTP(server, port,timeout=tout)

but in case of SSL connection the correct statement should be:

self.server = smtplib.SMTP_SSL(server, port,timeout=tout)

So, I did this simple change and my Gmail SMTP (smtp.gmail.com) works perfectly
on port 465.
I didn't even checked the Use SSL checkbox in the mailmerge configuration
windows.

I think a good patch should make a choice between smtplib.SMTP and
smtplib.SMTP_SSL according to the Use SSL checkbox.

Cheers.

   Andrea

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


[Libreoffice-bugs] [Bug 83813] FORMATTING: Format painter clears conditional formatting for some sheets

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83813

--- Comment #3 from B.J. Herbison b...@herbison.com ---
No, the good news is whenever I copy the existing fields to a new sheet the
conditional formatting (and bad behavior) is copied. No sign of bug 81611/bug
82503 for me.

What I was hoping to do, but failed, is start with a brand new blank .ods file
and create a series of steps to reproduce this issue.

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


[Libreoffice-bugs] [Bug 83818] New: FONT: Only upper half of text is selectable

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83818

  Priority: medium
Bug ID: 83818
  Keywords: regression
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FONT: Only upper half of text is selectable
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: philip...@hotmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.1.6.2 release
 Component: Writer
   Product: LibreOffice

Created attachment 106214
  -- https://bugs.freedesktop.org/attachment.cgi?id=106214action=edit
sample file

Steps:
1) Download and install HFW cursive font -
https://www.dropbox.com/s/q9bwhyvzlmi825o/HfW%20cursive.TTF?dl=0
2) Open attached file
3) Select the text.

Tested in 4.1.6 and 4.3.3 on Linux. It works correctly in 4.0.6.

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


[Libreoffice-bugs] [Bug 83815] EDITING: создание запрасов с переменныи параметрами

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83815

--- Comment #1 from raal r...@post.cz ---
Hello,
please report bugs in english. Thank you.

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


[Libreoffice-bugs] [Bug 83818] FONT: Only upper half of text is selectable

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83818

--- Comment #2 from Jay Philips philip...@hotmail.com ---
Created attachment 106216
  -- https://bugs.freedesktop.org/attachment.cgi?id=106216action=edit
LibO 4.4

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


[Libreoffice-bugs] [Bug 83818] FONT: Only upper half of text is selectable

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83818

--- Comment #1 from Jay Philips philip...@hotmail.com ---
Created attachment 106215
  -- https://bugs.freedesktop.org/attachment.cgi?id=106215action=edit
LibO 4.0

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


[Libreoffice-bugs] [Bug 83818] FONT: Only upper half of text is selectable

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83818

--- Comment #3 from Jay Philips philip...@hotmail.com ---
After making the selection with only the upper half selected, if you scroll
down and then back up, the bottom part of the word wont be rendered unless you
which to another app and then back.

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


[Libreoffice-bugs] [Bug 83818] FONT: Only upper half of text is selectable

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83818

Jay Philips philip...@hotmail.com changed:

   What|Removed |Added

 Whiteboard||bibisectRequest

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


[Libreoffice-bugs] [Bug 82041] FORMATTING: Request: Undo the change of default template for heading level 3 and 4

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82041

--- Comment #7 from Owen Genat owen.ge...@gmail.com ---
(In reply to comment #6)
 For me it is a bug because:
 1/ there no reason why headings 3 and 4 should have a different color than
 other headings

I agree. I am not change averse, but this particular change seems unwarranted
and unjustifiable.

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


[Libreoffice-bugs] [Bug 83819] New: FORMATTING: Ligatures spaced out inappropriately

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83819

  Priority: medium
Bug ID: 83819
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FORMATTING: Ligatures spaced out inappropriately
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: j...@ahangama.com
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.3.1.2 release
 Component: Writer
   Product: LibreOffice

Created attachment 106217
  -- https://bugs.freedesktop.org/attachment.cgi?id=106217action=edit
ODT file demonstrating the problem

Problem description: 

Steps to reproduce:
1. Install this font: smartfonts.net/ttf/samagana.ttf
2. Open the attached file in Linux and Windows systems
3. Observe that the letters are spread out when viewed inside Windows
4. Copy the text in the file and put it inside Windows Notepad and view it
using 'samagana' font above. You will see the text perfectly formed.

Current behavior: Font rendering is improper inside Windows

Expected behavior: The text should show correctly spaced as in my Puppy Linux
and all browsers including smart phones. This is a problem with rendering of
'liga' feature of OpenFont. According to the standard, 'liga' is implemented by
default. Word developer group at MS misreads this. (MS wrote the OpenType
standard identical to OpenFont).
Please read this:
http://www.ahangama.com/liga/

I have been developing fonts since 2004. The above font is an OpenFont font
made for Romanized Singhala. It is a template font, not typographically nice
looking. It uses the 'liga' feature of OpenFont to the extreme with thousands
of ligatures (as opposed to 5 in Calibri). It works everywhere else except in
Windows. 

Romanized Indic is intuitive to type and as easy as typing English.
Orthographic smart fonts like 'samagana' above will eliminate digital gap in
South Asia. Proper support of OpenFont affect future of Billion people.

OpenFont is implemented two ways. Some programs use the rendering engine
provided by the OS. Others use rendering devices independent of the OS. Right
now, recent versions of all major browsers show OpenFont fonts correctly at
least for Latin-1 based fonts. The last one is Internet Explorer. Please see
this web site where complex Singhala (an Indic language) is shown perfectly:
http://lovatasinhala.com/

I suspect that LibreOffice depends on OS supplied rendering engine. The case is
the same with AbiWord. AbiWord showed ligatures perfectly until some update to
Windows ruined it. The first release of Windows 8 had MS Word showing ligatures
perfectly. Then a Windows update reversed it.

I hope the above information helps developers locate the problem.

Thanks.

JC
Operating System: Windows (other)
Version: 4.3.1.2 release

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


[Libreoffice-bugs] [Bug 82041] FORMATTING: Request: Undo the change of default template for heading level 3 and 4

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82041

--- Comment #8 from Jay Philips philip...@hotmail.com ---
(In reply to comment #7)
 I agree. I am not change averse, but this particular change seems
 unwarranted and unjustifiable.

Its even worse when it affects html documents (bug 81297) and that bug has been
set as NOTABUG.

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


[Libreoffice-bugs] [Bug 83801] Librelogo crashes Writer

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83801

Jacques Guilleron guillero...@aol.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||guillero...@aol.com
   Keywords||regression
 Ever confirmed|0   |1

--- Comment #1 from Jacques Guilleron guillero...@aol.com ---
Hi Kevin,

I reproduce with LO 4.4.0.0.alpha0+
Build ID: 5aeb852efcabdd51545d5d41c92f4bf3cef1d663
TinderBox: Win-x86@39, Branch:master, Time: 2014-09-08_07:01:57
 Windows 7 Home Premium.
I tried with repeat 40 for the repetition; and with the first line as a
procedure.
Without success.

Crash at the first line with LO 4.2.7.0.0+
Build ID: 92216be6ce13990b8ea6b6264c656d2bc1746401
TinderBox: Win-x86@42, Branch:libreoffice-4-2, Time: 2014-07-14_16:21:42

Works with LO 4.2.1.1 Build ID: d7dbbd7842e6a58b0f521599204e827654e1fb8b

Regards,

Jacques

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


[Libreoffice-bugs] [Bug 83820] New: end of line charachter not shown in table (or after table?)

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83820

  Priority: medium
Bug ID: 83820
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: end of line charachter not shown in table (or after
table?)
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: luu...@gmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.3.1.2 release
 Component: Writer
   Product: LibreOffice

Created attachment 106219
  -- https://bugs.freedesktop.org/attachment.cgi?id=106219action=edit
document from the screenshot

The endofline charachter (reversed P) is not show after a table in a cell.
It's only shown when the cursor is at the position of this thing.
(see attached picture)

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


[Libreoffice-bugs] [Bug 82041] FORMATTING: Request: Undo the change of default template for heading level 3 and 4

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82041

Jean-Baptiste Faure jbfa...@libreoffice.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |enhancement
   Priority|medium  |high
 CC||libreoffice-ux-advise@lists
   ||.freedesktop.org
 Ever confirmed|0   |1

--- Comment #9 from Jean-Baptiste Faure jbfa...@libreoffice.org ---
Set as enhancement because of bug 81297 closed as notabug.
Status set to NEW because it is a valid enhancement.

I think that font color must be set to automatic for each predefined style; not
black, not gray, automatic.

UX-advise requested.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 83820] end of line charachter not shown in table (or after table?)

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83820

Luuk luu...@gmail.com changed:

   What|Removed |Added

 Attachment #106219|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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 83820] end of line charachter not shown in table (or after table?)

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83820

--- Comment #1 from Luuk luu...@gmail.com ---
Created attachment 106220
  -- https://bugs.freedesktop.org/attachment.cgi?id=106220action=edit
screenshot with circle

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


[Libreoffice-bugs] [Bug 77910] LibreOffice doesn’t detect TTC fonts such as Cambria and Sitka under Linux, the OS does

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=77910

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

 Whiteboard|target:4.4.0|target:4.4.0 target:4.3.3

--- Comment #21 from Adolfo Jayme f...@libreoffice.org ---
The commits 02f8f895f and 9436ae994 were backported to -4-3:
http://cgit.freedesktop.org/libreoffice/core/commit/?h=libreoffice-4-3id=8618534a73e8c6b5cddb6a7cacedcc38b62bab33

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


[Libreoffice-bugs] [Bug 83821] New: Other: Base problem

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83821

  Priority: medium
Bug ID: 83821
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Other: Base problem
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: aren...@videotron.ca
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.3.1.2 release
 Component: Database
   Product: LibreOffice

Problem description: 

Steps to reproduce:
1. 
2. 
3. 


 behavior:Not capable to import Calc sheet Data

Expected behavior:Data imported should be not read only 


Operating System: Debian
Version: 4.3.1.2 release

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


[Libreoffice-bugs] [Bug 83818] Text selection highlight is incompletely rendered when using the HFW Cursive font

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83818

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

Summary|FONT: Only upper half of|Text selection highlight is
   |text is selectable  |incompletely rendered when
   ||using the HFW Cursive font

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


[Libreoffice-bugs] [Bug 83107] FILEOPEN: LibO 4.3 permanently damages existing presentation files

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83107

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

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

--- Comment #9 from Adolfo Jayme f...@libreoffice.org ---
(In reply to comment #8)
 Seems fixed in 4.3.2.1

Closing as WORKSFORME then.

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


[Libreoffice-bugs] [Bug 82789] EDITING: Bug on copy columns

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82789

--- Comment #8 from brainstuff support...@brainstuff.com ---
@ Jacques Guilleron  

what do you mean wit new profile? I do not know that Libre offeice calc has a
profile???

Thanks, 

brainstuff

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


[Libreoffice-bugs] [Bug 82789] EDITING: Bug on copy columns

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82789

--- Comment #9 from raal r...@post.cz ---
(In reply to comment #8)
 @ Jacques Guilleron  
 
 what do you mean wit new profile? I do not know that Libre offeice calc has
 a profile???
 

look here
https://wiki.documentfoundation.org/Documentation/UserProfile#Resetting_the_User-Profile

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


[Libreoffice-bugs] [Bug 59822] Editing Crash lockup

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59822

--- Comment #15 from Julien Nabet serval2...@yahoo.fr ---
Created attachment 106223
  -- https://bugs.freedesktop.org/attachment.cgi?id=106223action=edit
random bt

On pc Debian x86-64 with master sources updated today, I attached a random bt
once the number of pages increases quickly (infinitely?)

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


[Libreoffice-bugs] [Bug 59822] Editing Crash lockup

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59822

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

   Keywords||have-backtrace

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


[Libreoffice-bugs] [Bug 59822] Editing Crash lockup

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59822

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 Status|NEEDINFO|NEW
 CC||mst...@redhat.com

--- Comment #16 from Julien Nabet serval2...@yahoo.fr ---
Michael: another layout management problem? Is there a metabug or a bug to put
in See Also?

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


[Libreoffice-bugs] [Bug 83823] New: Not a bug but a problem with creating a forum account. Maybe a bug.

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83823

  Priority: medium
Bug ID: 83823
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Not a bug but a problem with creating a forum account.
Maybe a bug.
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: steamera...@hotmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: unspecified
 Component: Libreoffice
   Product: LibreOffice

I mistyped my email account. Forgeting to put .com and now can not fix it by
reentering the email field. The account name I preferred is now taken.

I think that when I typed the account name I got suggestions for hotmail and
gmail and I just selected hotmail. And continued. But when I didn't get an
email I went back and found my email did not have '.com' on it.

The account name was steamerandy and my email address is
steamera...@hotmail.com

I am having a problem with libreoffice writer changing test on me. I wont two
-- in my document and libreoffice keeps changing them to some long - or line. I
can not find documentation on how to mark the text is literal or what ever
would keep this from happening. I was hoping to get get some advice.

Andy Patterson

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


[Libreoffice-bugs] [Bug 82752] Division problem

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82752

Jean-Baptiste Faure jbfa...@libreoffice.org changed:

   What|Removed |Added

 CC||jbfa...@libreoffice.org

--- Comment #10 from Jean-Baptiste Faure jbfa...@libreoffice.org ---
@Dominique: do you see this behavior with an empty new file with default cell
formatting ? Which font is used in default formatting ?

Best regards. JBF

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


[Libreoffice-bugs] [Bug 83824] New: Table borders drawn beyond page edge after resizing in web layout

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83824

  Priority: medium
Bug ID: 83824
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Table borders drawn beyond page edge after resizing in
web layout
  Severity: normal
Classification: Unclassified
OS: All
  Reporter: eyal...@technion.ac.il
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.3.0.2 rc
 Component: Writer
   Product: LibreOffice

Created attachment 106228
  -- https://bugs.freedesktop.org/attachment.cgi?id=106228action=edit
1 of 3: After switching back to Page Layout

I've done something like the following:

- Created a table in Print Layout mode
- Aligned the table to Center
- Switched to Web Layout
- Changed some column widths (increased, decreased, dragged left and right,
including the outer borders)
- Switched back to Print Layout

Now, I've reached a situation where the rightmost cell of the table ends beyond
the page margin - and I see the table borders (not the contents) drawn beyond
the border. Scrolling up and down or realigning the table leave the drawn
bits-of-border, but resizing the window etc. make them disappear. 

See screenshots.

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


[Libreoffice-bugs] [Bug 83496] FILEOPEN: Image wrongly occluded when opening .docx

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83496

--- Comment #5 from Jean-Baptiste Faure jbfa...@libreoffice.org ---
Created attachment 106227
  -- https://bugs.freedesktop.org/attachment.cgi?id=106227action=edit
bugdoc in OOXML format

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


[Libreoffice-bugs] [Bug 83824] Table borders drawn beyond page edge after resizing in web layout

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83824

--- Comment #1 from Eyal Rozenberg eyal...@technion.ac.il ---
Created attachment 106229
  -- https://bugs.freedesktop.org/attachment.cgi?id=106229action=edit
2 of 3: After scrolling

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


[Libreoffice-bugs] [Bug 83824] Table borders drawn beyond page edge after resizing in web layout

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83824

--- Comment #2 from Eyal Rozenberg eyal...@technion.ac.il ---
Created attachment 106230
  -- https://bugs.freedesktop.org/attachment.cgi?id=106230action=edit
3 of 3: After aligning table to Center

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


[Libreoffice-bugs] [Bug 83496] FILEOPEN: Image wrongly occluded when opening .docx

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83496

--- Comment #6 from Jean-Baptiste Faure jbfa...@libreoffice.org ---
Created attachment 106231
  -- https://bugs.freedesktop.org/attachment.cgi?id=106231action=edit
how it looks in MS-Word 2010

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


[Libreoffice-bugs] [Bug 83496] FILEOPEN: Image wrongly occluded when opening .docx

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83496

--- Comment #7 from Jean-Baptiste Faure jbfa...@libreoffice.org ---
Created attachment 106232
  -- https://bugs.freedesktop.org/attachment.cgi?id=106232action=edit
how it looks in LibreOffice

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


[Libreoffice-bugs] [Bug 83496] FILEOPEN: Image wrongly occluded when opening .docx

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83496

Jean-Baptiste Faure jbfa...@libreoffice.org changed:

   What|Removed |Added

 CC||jbfa...@libreoffice.org

--- Comment #8 from Jean-Baptiste Faure jbfa...@libreoffice.org ---
Attached documents from description.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 76764] After open and closing a few spreadsheets, I am unable to open another spreadsheet.

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76764

raal r...@post.cz changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME
 CC||r...@post.cz

--- Comment #3 from raal r...@post.cz ---
According to comment 1 closing bug as worksforme.

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


[Libreoffice-bugs] [Bug 80939] Mac OS X: LibreOffice windows are pixelated on Retina displays

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80939

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

 CC||jore...@libreoffice.org

--- Comment #9 from Jorendc jore...@libreoffice.org ---
Looks like this is now also fixed (retina-enabled) by default for current
master:
http://cgit.freedesktop.org/libreoffice/core/commit/?id=5fcd0d9c1e27878e1d31891eee669fe5ae55a8e6
thanks to Norbert.

@Norbert: I guess we can close this bug now :)?

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


[Libreoffice-bugs] [Bug 80939] Mac OS X: LibreOffice windows are pixelated on Retina displays

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80939

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

 Whiteboard||target:4.4.0

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


[Libreoffice-bugs] [Bug 83825] New: left and right margin labels in page dialog not horizontally centered

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83825

  Priority: lowest
Bug ID: 83825
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: left and right margin labels in page dialog not
horizontally centered
  Severity: trivial
Classification: Unclassified
OS: All
  Reporter: philip...@hotmail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.4.0.0.alpha0+ Master
 Component: Writer
   Product: LibreOffice

Created attachment 106233
  -- https://bugs.freedesktop.org/attachment.cgi?id=106233action=edit
how the margin labels look zoomed

Steps:
1) Look at attached screenshot of the page dialog's pag tab's margin section

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


[Libreoffice-bugs] [Bug 83057] FILESAVE: [DOCX] File corrupts after Round Trip

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83057

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
 CC||jore...@libreoffice.org

--- Comment #5 from Jorendc jore...@libreoffice.org ---
Patch merged + unit test - RESOLVED FIXED.

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


[Libreoffice-bugs] [Bug 83815] EDITING: создание запрасов с переменныи параметрами

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83815

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

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

--- Comment #2 from Jorendc jore...@libreoffice.org ---
Marking as NEEDINFO until bug is translated in English.

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


[Libreoffice-bugs] [Bug 83804] Font color will not apply after upgrade to 4.3.2.1

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83804

Jorendc jore...@libreoffice.org changed:

   What|Removed |Added

 CC||jore...@libreoffice.org

--- Comment #3 from Jorendc jore...@libreoffice.org ---
Fail to reproduce using Mac OSX 10.9 with LibreOffice 4.3.2.1 with an 'old'
user profile (didn't reset it, upgrade from 4.3.1).

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


[Libreoffice-bugs] [Bug 83782] EDITING: UI: Base crashes when working with DATE datatype

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83782

--- Comment #5 from rob...@familiegrosskopf.de ---
(In reply to comment #4)
 Maybe it has macros managing dates, please take a look to:
 http://ask.libreoffice.org/en/question/39145/calc-calendar-basic-error/

Couldn't have anything to do with a macro. Look at the description:
The same issue happens if I create a new database and in a table add a field
then when I choose DATE for data type the LO vanish.
Don't know if Nuno is writing of a field in a form or of a field in the table.
But while creating this LO crashes. There isn't any macro possible this moment
in a new database.

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


[Libreoffice-bugs] [Bug 80939] Mac OS X: LibreOffice windows are pixelated on Retina displays

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80939

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 42082] [META] Make LibreOffice shine and glow on OS X

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42082

Bug 42082 depends on bug 80939, which changed state.

Bug 80939 Summary: Mac OS X: LibreOffice windows are pixelated on Retina 
displays
https://bugs.freedesktop.org/show_bug.cgi?id=80939

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 75025] LibreOffice 4.3 most annoying bugs

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75025

Bug 75025 depends on bug 80939, which changed state.

Bug 80939 Summary: Mac OS X: LibreOffice windows are pixelated on Retina 
displays
https://bugs.freedesktop.org/show_bug.cgi?id=80939

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 83821] Other: Base problem

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83821

rob...@familiegrosskopf.de changed:

   What|Removed |Added

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

--- Comment #1 from rob...@familiegrosskopf.de ---
I will try to understand:
You connect to a calc-table.
You want to put data into this table.
You could only do this in Calc, not in Base.
Right?

If you import data from Calc into Base and create a table with a primary-key
you could edit data.

So which problem do you mean?

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


[Libreoffice-bugs] [Bug 83406] Redesign LO update process

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83406

--- Comment #11 from Adolfo Jayme f...@libreoffice.org ---
(In reply to comment #6)
 Thirdly, the bug you refer to is specifically OSX whereas I'm talking
 cross-platform/Windows, so I'm not so sure it IS a duplicate

Over that bug I mentioned a implementation for Windows as well, you need to
read the whole bug and not just the description ;-) But whatever

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


[Libreoffice-bugs] [Bug 82229] NaN instead of percentage values with some locales (Ubuntu 12.04 + PPA only)

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82229

--- Comment #12 from Antanas antan...@gmail.com ---
Ign Christian,

(In reply to comment #11)
 Not occured with LO 4.2.6.3 from PPA under Ubuntu 12.04 x86, system locale:
 English US

Indeed, the bug is observed in non-english locales only.

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


[Libreoffice-bugs] [Bug 83819] FORMATTING: Ligatures spaced out inappropriately

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83819

--- Comment #1 from Adolfo Jayme f...@libreoffice.org ---
Created attachment 106234
  -- https://bugs.freedesktop.org/attachment.cgi?id=106234action=edit
Screenshot under Windows 8.1

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


[Libreoffice-bugs] [Bug 83603] Help has no links

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83603

Jean-Baptiste Faure jbfa...@libreoffice.org changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|NOTABUG |---
 CC||jbfa...@libreoffice.org
 Ever confirmed|1   |0

--- Comment #6 from Jean-Baptiste Faure jbfa...@libreoffice.org ---
The described problem is about online help:
https://help.libreoffice.org/Main_Page

Please, could you explain, what does not work?

Set status to NEEDINFO. Please set it back to UNCONFIRMED once you have
provided requested informations. Thank you for your understanding.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 83603] Help has no links

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83603

Jean-Baptiste Faure jbfa...@libreoffice.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 83406] Redesign LO update process

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83406

--- Comment #12 from Michael Bauer f...@akerbeltz.org ---
I saw indeed that you mention there being a version of Sparkle that works on
Windows but otherwise the whole thrust of bug 68274 is to implement Sparkle on
OSX.

Since I'm being told time and again (just had it happen again over on WordPress
where I dared file a bug for the moble app that covered both Android and iOS)
that I cannot cover the same issue across multipe OS in the same but, it seems
to me we need a bug to cover Windows too.

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


[Libreoffice-bugs] [Bug 83604] : Pagination is incomprehensible

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83604

Jean-Baptiste Faure jbfa...@libreoffice.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID
 CC||jbfa...@libreoffice.org

--- Comment #1 from Jean-Baptiste Faure jbfa...@libreoffice.org ---
This bug-tracker is not an helpdesk. Please ask for help on users mailing-list
or ask-libo:
mailto:us...@global.libreoffice.org
http://ask.libreoffice.org

Documentation: https://wiki.documentfoundation.org/Documentation
About bug report:
https://wiki.documentfoundation.org/QA/BugReport#Before_you_submit_a_bug

Closing as Invalid.
Best regards. JBF

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


[Libreoffice-bugs] [Bug 81996] FORMATTING: heading level 3 is gray instead of black

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81996

--- Comment #5 from Francisco franciscoadriansanc...@gmail.com ---
There were a lot of discussions in the Design list about a new default
template. 

http://nabble.documentfoundation.org/Default-Writer-Template-td4076271.html

http://nabble.documentfoundation.org/Default-LO-Style-td4061081.html

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


[Libreoffice-bugs] [Bug 82041] FORMATTING: Request: Undo the change of default template for heading level 3 and 4

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82041

--- Comment #10 from Francisco franciscoadriansanc...@gmail.com ---
There were a lot of discussions in the Design list about a new default
template. 

http://nabble.documentfoundation.org/Default-Writer-Template-td4076271.html

http://nabble.documentfoundation.org/Default-LO-Style-td4061081.html

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


[Libreoffice-bugs] [Bug 83606] Data ranges in chart inside spreadsheet can't be modified/updated in the data range window

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83606

Jean-Baptiste Faure jbfa...@libreoffice.org changed:

   What|Removed |Added

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

--- Comment #1 from Jean-Baptiste Faure jbfa...@libreoffice.org ---
I do not reproduce with version 4.3.3.0.0+ (Build ID:
bea4100cd9ad62637a7ed33488f2a17769aa519a) built at home under Ubuntu 14.04
x86-64.

Please, to be sure, could you attach a screenshot of the dialog that does not
work as expected for you?

Set status to NEEDINFO. Please set it back to UNCONFIRMED once you have
provided requested informations. Thank you for your understanding.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 83608] Printers missing

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83608

Jean-Baptiste Faure jbfa...@libreoffice.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME
 CC||jbfa...@libreoffice.org

--- Comment #4 from Jean-Baptiste Faure jbfa...@libreoffice.org ---
(In reply to comment #3)
 Just tried it again, and they are showing up now. Weird.

Ok, thank you. So closing as WorksForMe. Please feel free to reopen if you have
a reproducible scenario leading to this weird behavior. That said it was
probably just that LibreOffice needs some time to update its printer data.

Best regards. JBF

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


[Libreoffice-bugs] [Bug 80198] Insert SVG file breaks the program

2014-09-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80198

Belleson b...@belleson.com changed:

   What|Removed |Added

Version|4.3.0.0.beta2   |4.3.0.4 release

--- Comment #9 from Belleson b...@belleson.com ---
I can also confirm this in release version 4.3.0.4. I have a data sheet with 10
complex SVG files. The file opens but when I get to the page with the graphics,
the screen will not render the SVGs and Libre crashes.

I've reverted to Version: 4.1.3.2 Build ID:
70feb7d99726f064edab4605a8ab840c50ec57a and it loads fine.

Portable version is the install.

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


  1   2   >