[Libreoffice-bugs] [Bug 104207] An easier way to backup custom toolbar presets

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104207

tommy27  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |NOTABUG

--- Comment #3 from tommy27  ---
the reported told me in a private may that he resolved the issue thanks to the
link I provided before

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


[Libreoffice-bugs] [Bug 104271] New: New comment box should automatically re-position and re-size appropriately based on the shape of text pasted into it

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104271

Bug ID: 104271
   Summary: New comment box should automatically re-position and
re-size appropriately based on the shape of text
pasted into it
   Product: LibreOffice
   Version: 3.3.0 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: lopeonl...@gmail.com

Description:
Creating comments in Libre Office Calc is very tedious and inconvenient.

After implementing this very simple algorithm it will be a pleasure to add new
comments to a calc worksheet :)

Steps to Reproduce:
1. Right click a cell in Calc and click "Add comment" 

2. Add a comment to a cell that is on the right of the workspace.

3. Create a new comment and paste in some text.

4. Try paste some text into a new comment and then position it or resize it.

5. Try drag a new comment to a new position.


Actual Results:  
1. It opens a new comment box, positioned 3 cells above and 1 cell to the right
of the cell.
This is a very bad default position for a new comment, because:

2. It scrolls the whole calc workspace to the right unnecessarily, so you can't
see the left column anymore, so you have to manually scroll left after adding
the comment.

3. The comment box's position and width are not set appropriately.

4. It also does not allow you to immediately resize the comment box. You have
to first click outside the comment box, then the new comment is hidden, then
you have to right click the cell and show the comment. Then you have to click
the comment once, ONLY then can you resize it.

5. The first time you drag a newly created comment box away from it's original
position, it moves a little bit, then disappears and resumes it's original
position. The 2nd time you drag it, it is dragged properly.

Expected Results:
The default position of the comment box should be that the left edge of the
comment box is aligned with the left of the cell being commented on, and the
top edge of the comment box should be aligned with the bottom of the cell being
commented on.

The above is just to correct the very inconvenient default position.
But here comes the really useful/innovative part that will make calc a pleasure
to add comments :)

In a Nutshell: When text is pasted into the new comment box, the box should
expand as necessary to accommodate the pasted text, up to a maximum width equal
to the workspace in calc window; after setting the width, the height should be
set to accommodate the entire comment text.

#1. The top of the comment box should be aligned with the bottom of the cell
being commented on.

CALCULATING IDEAL COMMENT BOX WIDTH
#2. The ideal width and height of the comment box should be calculated
according to the following simple rules.
First the algorithm must determine the longest line in the pasted text.
That is the ideal width of the comment box, HOWEVER if it is wider than the
viewable area then the comment box's ideal width must be reduced so that it
fits into the calc window's workspace's width. Lines longer than the ideal
width will be wrapped.

2.1 An option should be added for the user to specify the maximum calculated
width for a comment box. Personally I won't limit the width. I paste a lot of
code snippets, and I'm quite happy with comment boxes that take up the width of
my workspace when necessary. But other people who are not programmers may
likely paste mostly long paragraphs that don't have much line breaks, that can
be arbitrarily wrapped at any length. They may prefer to limit their automatic
comment box width.

#3. If the calculated ideal width of the comment box can fit horizontally from
the left edge of the cell being commented on, to the right edge of the
workspace (at the current scroll position), then the left edge of the comment
box should be aligned with the left of the cell being commented on, and the
comment box should have the calculated ideal width as described above.

#4. If the calculated ideal width exceeds what can fit in #3 then the comment
box should be set to it's ideal width (#1) and the right edge of the comment
box should be aligned with the right edge of the calc window's workspace.

CALCULATING IDEAL COMMENT BOX HEIGHT
The ideal comment box height must fit the number of lines in the pasted text,
taking into consideration word-wrapping (if it occurs), given the comment box's
(ideal calculated) width. The workspace's vertical scrolling position must be
scrolled down if necessary if the bottom edge of the comment box is below the
currently viewable area of the workspace...
Calc does not provide the ability to scroll down inside a comment box, so the
height of the comment box cannot be limited to the workspace height minus the
height of the cell being commented on. Instead 

[Libreoffice-bugs] [Bug 91107] Cut/Copy/Paste/"Select All" are active while they shouldn't

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91107

Buovjaga  changed:

   What|Removed |Added

   Priority|medium  |low
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
   Severity|normal  |trivial

--- Comment #6 from Buovjaga  ---
NEW per comment 5

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


[Libreoffice-bugs] [Bug 70154] Writer crashes just before exiting on Windows XP

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=70154

tommy27  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #35 from tommy27  ---
I set status to NEW since there have been multiple independent confirmations.
I also ask those people to tell if issue persists in latest LibO 5.2.3.3
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 74326] slow document load when network enabled

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74326

tommy27  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||ba...@quipo.it
 Ever confirmed|0   |1

--- Comment #7 from tommy27  ---
(In reply to Buovjaga from comment #6)
> Same as bug 97931? Does the workaround mentioned in the report help you?

please answer this question and tell if issue is still present in LibO 5.2.3.3
status NEEDINFO until 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 82329] FILEOPEN: LibO hangs when opening a file from a mounted NFS drive and the file path contains special german chars (i.e. ü)

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82329

tommy27  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||ba...@quipo.it
Summary|FILEOPEN: In Kubuntu 14.04  |FILEOPEN: LibO hangs when
   |LibreOffice hangs when  |opening a file from a
   |opening a flie from a   |mounted NFS drive and the
   |mounted nfs drive and the   |file path contains special
   |file path contains spezial  |german chars (i.e. ü)
   |german chars|
 Ever confirmed|0   |1

--- Comment #5 from tommy27  ---
@Timon
please answer to comment 4 and give an update of the bug status (present or
not) in latest LibO 5.2.3.3 release

status NEEDINFO until 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 75662] All of LibO 4.x hangs if Base is running when switching between video console and RDP session

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75662

--- Comment #24 from Brolin Empey  ---
My other reason for replacing the video card in incubus/incubus64 was to see if
I could use a 4k UHD-capable video controller because I was interested in
upgrading from a 1920×1200 display (flat-panel video monitor) to a 4k UHD
display (flat-panel video monitor).

I do not know if it is related to this issue with LibreOffice Base inclusive-or
possibly the JRE but Winamp is another application that often does not survive
switching between the video console and an RDP session.  Interestingly, Winamp
does not use Java.

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


[Libreoffice-bugs] [Bug 85238] LibO takes built-in font preference list as precedence instead of fontconfig

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=85238

--- Comment #5 from tommy27  ---
any news about 5.2.3.3? is issue still present or changed?

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


[Libreoffice-bugs] [Bug 103975] FILEOPEN: DOCX: Incorrect page break moves content to page 2

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103975

--- Comment #12 from Commit Notification 
 ---
Justin Luth committed a patch related to this issue.
It has been pushed to "libreoffice-5-3":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=3de0128ec4e0fce998c84043a7f8f173f1f8ac96=libreoffice-5-3

tdf#103975 docx import: don't lose column break

It will be available in 5.3.0.1.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

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


[Libreoffice-bugs] [Bug 104241] Not possible to scroll past page 1 in GS51-GettingStartedLO.odt ( large image on page 1)

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104241

tommy27  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||ba...@quipo.it
 Ever confirmed|0   |1

--- Comment #1 from tommy27  ---
reproduced under Win8.1 64 using LibO 5.2.3.3

I see that there's a kind of "huge" text cursor blinking in the first page...
looks like the text cursor became so big to fill almost the entire page.
maybe there's some conflitct between scrolling and cursor position.

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


[Libreoffice-bugs] [Bug 104252] Embedded EMF files in docx document shows text content on screen but not in print or export

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104252

Adolfo Jayme  changed:

   What|Removed |Added

 Attachment #129132|application/unknown |application/pdf
  mime type||

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


[Libreoffice-bugs] [Bug 76017] Two finger touch pad scrolling in the horizontal axis is in the wrong direction

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76017

tommy27  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||ba...@quipo.it
 Resolution|--- |FIXED

--- Comment #17 from tommy27  ---
let's mark it as fixed then.
feel free to reopen if the bug persists

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


[Libreoffice-bugs] [Bug 104207] An easier way to backup custom toolbar presets

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104207

tommy27  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #2 from tommy27  ---
does it helps?
status NEEDINFO waiting for reporter feedback

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


[Libreoffice-bugs] [Bug 104264] LibO PDF import filter mangles font names

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104264

tommy27  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104264] LibO PDF import filter mangles font names

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104264

tommy27  changed:

   What|Removed |Added

 CC||ba...@quipo.it

--- Comment #3 from tommy27  ---
Created attachment 129147
  --> https://bugs.documentfoundation.org/attachment.cgi?id=129147=edit
screenshot

I confirm bug under Win8.1 x64 using LibO 5.2.3.3 
see my screenshot

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


[Libreoffice-bugs] [Bug 104267] change outlines selection for tables and cells

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104267

tommy27  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||ba...@quipo.it
Summary|an enhancement for the  |change outlines selection
   |tables and cells|for tables and cells
 Ever confirmed|0   |1

--- Comment #1 from tommy27  ---
would you please draw a mockup to make it easier to understand what you mean
and what would be the final effect that you would like to see?

status NEEDINFO

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


[Libreoffice-bugs] [Bug 104259] FILEOPEN DOCX: Incorrect text alignment

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104259

tommy27  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||ba...@quipo.it
 Resolution|--- |WORKSFORME

--- Comment #3 from tommy27  ---
I confirm bug under Win8.1 x64 using LibO 5.2.3.3

but I can tell you that bug is fixed in LibO 5.3.0.0.alpha1+
Build ID: 8d613870b2cd2e3e4396b4fa97dbd8080fda8f52
CPU Threads: 4; OS Version: Windows 6.2; UI Render: default; Layout Engine:
new; 
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2016-11-18_22:58:29
Locale: it-IT (it_IT); Calc: group

so RESOLVED WORKSFORME since the issue is gone in forthcoming 5.3.x branch.
thanks for your bug report.

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


[Libreoffice-bugs] [Bug 103975] FILEOPEN: DOCX: Incorrect page break moves content to page 2

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103975

--- Comment #11 from Commit Notification 
 ---
Justin Luth committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=4307a850a310c0371bee1f79a8eb41fa8ff7fed2

tdf#103975 docx import: don't lose column break #2

It will be available in 5.4.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

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


[Libreoffice-bugs] [Bug 67254] Macros: Apostrophe (comment indicator) does not cancel underscore (split line) at the end of the line

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67254

--- Comment #7 from Pierre Lepage  ---
In LO 5.2.3.3, I could not reproduce the bug. In addition, "ActiveWindow" is a
method specific to MS-VBA.

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


[Libreoffice-bugs] [Bug 97597] FILEOPEN: XLSX file on server opens with some blank tab pages (workaround: export MAX_CONCURRENCY=1)

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97597

--- Comment #21 from k...@mroffice.org ---
(In reply to Kohei Yoshida from comment #20)
> (In reply to kees from comment #13)
> > Created attachment 127421 [details]
> > Example file: four tabsheets are missing data
> 
> I'm guessing this file was saved *after* the data loss had occurred. 
> Ideally we need a file that contains all the data prior to the data loss so
> that we can try and see if the data loss occurs...
> 
> If that's not possible, we'll first have to start by creating such a test
> file first.

Correct. I dont have the original version anymore, but from my experience it
will work with any xlsx, as long as it has a fair number of tabs (say >=15) and
it will take a bit of time to open the file (say >= 4 seconds). It will still
work even with this file - just duplicate some tabsheets if the file opens too
fast for the problem to occur.

By the way, we have now set MAX_CONCURRENCY=1 on all our workstations, and the
problem has completely gone away. We have lifted the ban on opening xlsx over
the network.

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


[Libreoffice-bugs] [Bug 97597] FILEOPEN: XLSX file on server opens with some blank tab pages (workaround: export MAX_CONCURRENCY=1)

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97597

--- Comment #20 from Kohei Yoshida  ---
(In reply to kees from comment #13)
> Created attachment 127421 [details]
> Example file: four tabsheets are missing data

I'm guessing this file was saved *after* the data loss had occurred.  Ideally
we need a file that contains all the data prior to the data loss so that we can
try and see if the data loss occurs...

If that's not possible, we'll first have to start by creating such a test file
first.

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


[Libreoffice-bugs] [Bug 104254] FILEOPEN DOCX image in header overlaps header text

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104254

Xisco Faulí  changed:

   What|Removed |Added

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

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

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

- Version: 4.5.0.0.alpha0+
Build ID: 2851ce5afd0f37764cbbc2c2a9a63c7adc844311
Locale: ca_ES

-Version: 4.3.0.0.alpha1+
Build ID: c15927f20d4727c3b8de68497b6949e72f9e6e9e

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


[Libreoffice-bugs] [Bug 76474] Other: Math formula

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76474

Alexander P  changed:

   What|Removed |Added

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

--- Comment #9 from Alexander P  ---
Apologies, I read the message and yet I managed to set it to RESOLVED - FIXED…
Changing back to NEW.

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


[Libreoffice-bugs] [Bug 104267] an enhancement for the tables and cells

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104267

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org
   Severity|normal  |enhancement

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


[Libreoffice-bugs] [Bug 104076] FILESAVE: Slides with Color Effects Corrupted on when saved as PPTX

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104076

Xisco Faulí  changed:

   What|Removed |Added

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

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

- Confirmed in

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

- Version: 4.5.0.0.alpha0+
Build ID: 2851ce5afd0f37764cbbc2c2a9a63c7adc844311
Locale: ca_ES

-Version: 4.3.0.0.alpha1+
Build ID: c15927f20d4727c3b8de68497b6949e72f9e6e9e

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


[Libreoffice-bugs] [Bug 101912] [META] Accessibility (a11y) bugs and enhancements

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101912
Bug 101912 depends on bug 71409, which changed state.

Bug 71409 Summary: Excessive duplicate accessible focused events for Calc input 
line [a11y]
https://bugs.documentfoundation.org/show_bug.cgi?id=71409

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 104257] FILEOPEN DOCX: Wordart shadow is missing

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104257

Xisco Faulí  changed:

   What|Removed |Added

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

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

Version: 5.4.0.0.alpha0+
Build ID: ef0e1c05c32a5a69502e0f0d1d97789c125345a2
CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.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 104265] Crash in: ImpEditEngine::GetI18NScriptType(EditPaM const &, long *)

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104265

--- Comment #1 from trogdoo...@gmail.com  ---
Happened in the same Office session as Bug 104266.

So more specifically. I had 3-4 separate Impress windows open. Each window had
open a separate .pptx file on them, I was swiftly going through all documents
looking for something in particular. I searched one-by-one through each Impress
window looking for a keyword using the Ctrl+F function to search for it. The
program seemed to always crash just after I pressed the "next" button in the
search bar (ctrl+F). It was never the first time though, usually at a random
after I've had the program open for a time and I pressed "next" several times
to search through the document. When the program did crash, all 4 windows would
crash at once.

I'm pretty sure I did not have any other open office products open at the time.
I was simultaneously using firefox though, if that means anything.

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


[Libreoffice-bugs] [Bug 76474] Other: Math formula

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76474

Alexander P  changed:

   What|Removed |Added

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

--- Comment #8 from Alexander P  ---
I am currently using LO 5.2.3.3 on Fedora 25 and I can no longer reproduce the
bug with either vectors or wide vectors. I have also tried ~20 different fonts.
Marking as FIXED.

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


[Libreoffice-bugs] [Bug 104266] Crash in: SfxItemSet::Get(unsigned short, bool)

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104266

trogdoo...@gmail.com  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 104266] Crash in: SfxItemSet::Get(unsigned short, bool)

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104266

--- Comment #2 from trogdoo...@gmail.com  ---
So more specifically. I had 3-4 separate Impress windows open. Each window had
open a separate .pptx file on them, I was swiftly going through all documents
looking for something in particular. I searched one-by-one through each Impress
window looking for a keyword using the Ctrl+F function to search for it. The
program seemed to always crash just after I pressed the "next" button in the
search bar (ctrl+F). It was never the first time though, usually at a random
after I've had the program open for a time and I pressed "next" several times
to search through the document. When the program did crash, all 4 windows would
crash at once.

I'm pretty sure I did not have any other open office products open at the time.
I was simultaneously using firefox though, if that means anything.

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


[Libreoffice-bugs] [Bug 75556] BASIC: LibreOffice Basic's 'Error' function does not return message which corresponds to the error code.

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75556

--- Comment #8 from Pierre Lepage  ---
There is no bug in the BASIC engine. In the example cited, add "Option
Explicit" to generate an error in the interpretation phase. At this point,
"Erl()" is initialized correctly with the number of the line and "Error()"
contains the correct message and Err() contains the correct BASIC error number.

Without "Option Explicit", Erl(), Error() and Err() are respectively 0, "" and
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 101216] [META] Comment bugs and enhancements

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101216

Aron Budea  changed:

   What|Removed |Added

 Depends on||104270


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104270
[Bug 104270] COMMENTING: Inserting a Comment at the end of paragraph causes
it's termination symbol to shift right
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104270] COMMENTING: Inserting a Comment at the end of paragraph causes it' s termination symbol to shift right

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104270

Aron Budea  changed:

   What|Removed |Added

   Priority|medium  |low
 Status|UNCONFIRMED |NEW
Version|5.1.4.2 release |5.1.0.3 release
   Keywords||bibisectRequest, regression
 CC||ba...@caesar.elte.hu
 Blocks||101216
 Ever confirmed|0   |1
   Severity|normal  |trivial

--- Comment #2 from Aron Budea  ---
Confirmed with 5.1.0.3 and 5.2.3.3 / Windows 7.
Doesn't happen in 5.0.0.5.
=> regression


Referenced Bugs:

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


[Libreoffice-bugs] [Bug 98608] [LOCALHELP] Starmath: Update help page with right icons of new Elements left pane

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98608

Gabor Kelemen  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |kelem...@ubuntu.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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104270] COMMENTING: Inserting a Comment at the end of paragraph causes it' s termination symbol to shift right

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104270

--- Comment #1 from Gabriele Ponzo  ---
Created attachment 129145
  --> https://bugs.documentfoundation.org/attachment.cgi?id=129145=edit
EndOfParagraph symbol shifted on the right

See attachment

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


[Libreoffice-bugs] [Bug 104142] Hard to pick a line with an image in its background because of "grab hand " cursor

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104142

s.p.he...@gmx.net changed:

   What|Removed |Added

 CC||s.p.he...@gmx.net

--- Comment #2 from s.p.he...@gmx.net ---
Thank you for the link to the previous report. I missed that one!

The workaround is really a bit clumsy. And if you forgot to name the element
it, you run into very same problem.

I can think of two possible improvements:

1. Make the pick cursor the arrow and not the grab hand. Change the cursor to
the grab hand only if the main mouse button is clicked to show that the object
can be moved now.

2. Highlight the object under the cursor.

I believe that option 2 is the better one. It also follows current practice in
CAD programs. Maybe it's also possible to combine 1 and 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 104270] New: COMMENTING: Inserting a Comment at the end of paragraph causes it' s termination symbol to shift right

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104270

Bug ID: 104270
   Summary: COMMENTING: Inserting a Comment at the end of
paragraph causes it's termination symbol to shift
right
   Product: LibreOffice
   Version: 5.1.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gpo...@gmail.com

Seen on
5.1.4.2x64 (build f99d75f39f1c57ebdd7ffc5f42867c12031db97a) Win10home

and on Elementary Linux Freya 0.3 (Ubuntu 14.04):
Version: 5.3.0.0.beta1
Build ID: 690f553ecb3efd19143acbf01f3af4e289e94536
CPU Threads: 4; OS Version: Linux 4.4; UI Render: default; VCL: gtk2; Layout
Engine: new; 
Locale: it-IT (it_IT.UTF-8); Calc: group

1. in Writer type just a word
2. hit CTRL+F10 to enable unprintable symbols visibility
3. leaving keyboard's cursor at the end of paragraph hit CTRL+ALT+C to insert a
comment

OUTPUT: the mirrored P reporting the end of paragraph is shifted on the right.

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


[Libreoffice-bugs] [Bug 101972] Widgets in dialogs are flickering while modifier key are being pressed ( default rendering)

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101972

Aron Budea  changed:

   What|Removed |Added

Summary|Holding A modifier key in   |Widgets in dialogs are
   |Dialog Windows every widget |flickering while modifier
   |start flashing (refresh)|key are being pressed
   ||(default rendering)

--- Comment #7 from Aron Budea  ---
(In reply to Gabriele Ponzo from comment #6)
> So you can confirm my bug: what's the version of LO?

I can reproduce this even in current 5.2.3.3 and 5.3beta1 versions in Windows
7.

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


[Libreoffice-bugs] [Bug 91107] Cut/Copy/Paste/"Select All" are active while they shouldn't

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91107

--- Comment #5 from Gabriele Ponzo  ---
I can confirm same behavior in 5.3 x64 Elementary Linux Freya 0.3 (Ubuntu
14.04)

I've also given xsel -bc but paste in Writer is still active (only in Edit
Menu, NOT on std toolbar).

>From the same menu, Select All is active even in a new blank document. Doing it
doesn't activate paste on std toolbar (in menu it's always on).

Version: 5.3.0.0.beta1
Build ID: 690f553ecb3efd19143acbf01f3af4e289e94536
CPU Threads: 4; OS Version: Linux 4.4; UI Render: default; VCL: gtk2; Layout
Engine: new; 
Locale: it-IT (it_IT.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 104250] FILEOPEN XLSX: password is not required for unlocking protected sheet

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104250

--- Comment #7 from m.a.riosv  ---
If it is protected with a blank password shows the same behaviour saving and
opening with LO, but not with a minimal password.

Are we sure it is protected with a not blank password?

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


[Libreoffice-bugs] [Bug 101978] Some ComboBox ( more evident on ones with graphical objects inside) flashes (redraw) on hover

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101978

--- Comment #10 from Gabriele Ponzo  ---
(In reply to Gabriele Ponzo from comment #9)
> (In reply to Buovjaga from comment #5)
> > Confirmed with the comboboxes/dropdown menus.
> 
> Who should put in confirmed status then?
> 
> Thanks.
> 
> > The Save button flicker is not very noticeable. I see maybe 1 flicker at the
> > start.
> > 
> > Win 7 Pro 64-bit Version: 5.3.0.0.alpha0+
> > Build ID: 7da2f3ce9f7b049c177a735a146dae84a764d3f7
> > CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
> > TinderBox: Win-x86@42, Branch:master, Time: 2016-10-04_03:49:06
> > Locale: fi-FI (fi_FI); Calc: CL
> > 
> > Version: 5.2.0.0.beta1 (x64)
> > Build ID: 1e9933ef611c66bcded94b84052543c78cf1c223
> > CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
> > Locale: fi-FI (fi_FI)

Sorry, it's late... please ignore my previous reply!

It's already in NEW status...

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


[Libreoffice-bugs] [Bug 101978] Some ComboBox ( more evident on ones with graphical objects inside) flashes (redraw) on hover

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101978

--- Comment #9 from Gabriele Ponzo  ---
(In reply to Buovjaga from comment #5)
> Confirmed with the comboboxes/dropdown menus.

Who should put in confirmed status then?

Thanks.

> The Save button flicker is not very noticeable. I see maybe 1 flicker at the
> start.
> 
> Win 7 Pro 64-bit Version: 5.3.0.0.alpha0+
> Build ID: 7da2f3ce9f7b049c177a735a146dae84a764d3f7
> CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
> TinderBox: Win-x86@42, Branch:master, Time: 2016-10-04_03:49:06
> Locale: fi-FI (fi_FI); Calc: CL
> 
> Version: 5.2.0.0.beta1 (x64)
> Build ID: 1e9933ef611c66bcded94b84052543c78cf1c223
> CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
> Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 104250] FILEOPEN XLSX: password is not required for unlocking protected sheet

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104250

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg
Version|4.1 all versions|Inherited From OOo

--- Comment #6 from m.a.riosv  ---
It's an inherited from OOo issue reproducible with AOo 4.1.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 104252] Embedded EMF files in docx document shows text content on screen but not in print or export

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104252

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #9 from m.a.riosv  ---
I can't reproduce with
Version: 5.2.3.3 (x64)
Build ID: d54a8868f08a7b39642414cf2c8ef2f228f780cf
CPU Threads: 4; OS Version: Windows 6.19; UI Render: GL; 
Locale: es-ES (es_ES); Calc: group
neither
Version: 5.3.0.0.alpha0+ (x64)
Build ID: 170105956f843047d4c79657584f0c01aa7814c7
CPU Threads: 4; OS Version: Windows 6.19; UI Render: GL; 
TinderBox: Win-x86_64@62-TDF, Branch:MASTER, Time: 2016-08-19_17:41:46
Locale: es-ES (es_ES); Calc: group

Only with 5.3, looks like an OpenGL issue with it disable show the problem but
works fine with it enable.

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


[Libreoffice-bugs] [Bug 101972] Holding A modifier key in Dialog Windows every widget start flashing ( refresh)

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101972

--- Comment #6 from Gabriele Ponzo  ---
(In reply to Aron Budea from comment #5)
> If I go to image Properties (which takes me to Wrap tab by default):
> -pressing Alt repeatedly causes "None" to flash,
> -pressing Alt or Ctrl continuously causes flickering to run through all the
> widgets.
> 
> Even the menu bar is flickering if I run my mouse pointer across.
> 
> No flickering in native Windows Open/Save/etc. dialogs, though. Opetions
> menu doesn't flicker, either.

So you can confirm my bug: what's the version of LO?

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


[Libreoffice-bugs] [Bug 104268] Solver: Current Solution is always displayed with 2 decimals

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104268

m.a.riosv  changed:

   What|Removed |Added

 CC||miguelangelrv@libreoffice.o
   ||rg

--- Comment #1 from m.a.riosv  ---
Created attachment 129144
  --> https://bugs.documentfoundation.org/attachment.cgi?id=129144=edit
Screenshot with solver box and result

Hi Lauren,

I can't reproduce with:
Version: 5.2.3.3 (x64)
Build ID: d54a8868f08a7b39642414cf2c8ef2f228f780cf
CPU Threads: 4; OS Version: Windows 6.19; UI Render: GL; 
Locale: es-ES (es_ES); Calc: groupeproduce with 

result on A2: 0,0005

Default style has 'Standar' for numbers on my instalation.

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


[Libreoffice-bugs] [Bug 104076] FILESAVE: Slides with Color Effects Corrupted on when saved as PPTX

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104076

Luke  changed:

   What|Removed |Added

Summary|FILESAVE: Slides with   |FILESAVE: Slides with Color
   |Effects Corrupted on when   |Effects Corrupted on when
   |saved as PPTX   |saved as PPTX

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


[Libreoffice-bugs] [Bug 104076] FILESAVE: Slides with Effects Corrupted on when saved as PPTX

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104076

--- Comment #5 from Luke  ---
Created attachment 129143
  --> https://bugs.documentfoundation.org/attachment.cgi?id=129143=edit
Fill Color, another broken Color Effect

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


[Libreoffice-bugs] [Bug 104076] FILESAVE: Slides with Effects Corrupted on when saved as PPTX

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104076

--- Comment #4 from Luke  ---
Created attachment 129142
  --> https://bugs.documentfoundation.org/attachment.cgi?id=129142=edit
Color Pulse Effect (Flicker) Incorrectly Exported

There seems to be a problem with our OOXML color description.

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


[Libreoffice-bugs] [Bug 104076] FILESAVE: Slides with Effects Corrupted on when saved as PPTX

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104076

--- Comment #3 from Luke  ---
Created attachment 129141
  --> https://bugs.documentfoundation.org/attachment.cgi?id=129141=edit
Pulse Effect (Flash Bulb) Correctly Exported

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


[Libreoffice-bugs] [Bug 60055] insert text from scanner's OCR

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=60055

Aron Budea  changed:

   What|Removed |Added

 Blocks||104269


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104269
[Bug 104269] [META] Bugs related to scanning
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104269] [META] Bugs related to scanning

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104269

Aron Budea  changed:

   What|Removed |Added

 Depends on||42075


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=42075
[Bug 42075] Add a scan-button to the "select scanner"-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 104269] [META] Bugs related to scanning

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104269

Aron Budea  changed:

   What|Removed |Added

 Depends on||60055


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=60055
[Bug 60055] insert text from scanner's OCR
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 69579] SCANNING: dpi-values are not processed correctly

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=69579

Aron Budea  changed:

   What|Removed |Added

 Blocks||104269


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104269
[Bug 104269] [META] Bugs related to scanning
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 42075] Add a scan-button to the "select scanner"-dialog

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=42075

Aron Budea  changed:

   What|Removed |Added

 Blocks||104269


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104269
[Bug 104269] [META] Bugs related to scanning
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104269] [META] Bugs related to scanning

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104269

Aron Budea  changed:

   What|Removed |Added

 Depends on||104000


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104000
[Bug 104000] Writer media scan produces scrambled image
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104269] [META] Bugs related to scanning

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104269

Aron Budea  changed:

   What|Removed |Added

 Depends on||69579


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=69579
[Bug 69579] SCANNING: dpi-values are not processed correctly
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104000] Writer media scan produces scrambled image

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104000

Aron Budea  changed:

   What|Removed |Added

 Blocks||104269


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104269
[Bug 104269] [META] Bugs related to scanning
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95856] Scan hangs in Draw

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95856

Aron Budea  changed:

   What|Removed |Added

 Blocks||104269


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104269
[Bug 104269] [META] Bugs related to scanning
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104269] [META] Bugs related to scanning

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104269

Aron Budea  changed:

   What|Removed |Added

 Depends on||101066


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=101066
[Bug 101066] Dialog "SCANNING" 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 104269] [META] Bugs related to scanning

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104269

Aron Budea  changed:

   What|Removed |Added

 Depends on||95856


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=95856
[Bug 95856] Scan hangs in Draw
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104269] [META] Bugs related to scanning

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104269

Aron Budea  changed:

   What|Removed |Added

 Depends on||93067


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=93067
[Bug 93067] Scanning can't scan multiple documents using adf or flatbed
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 93067] Scanning can't scan multiple documents using adf or flatbed

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93067

Aron Budea  changed:

   What|Removed |Added

 Blocks||104269


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104269
[Bug 104269] [META] Bugs related to scanning
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 101066] Dialog "SCANNING" not work

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101066

Aron Budea  changed:

   What|Removed |Added

 Blocks||104269


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104269
[Bug 104269] [META] Bugs related to scanning
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104269] [META] Bugs related to scanning

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104269

Aron Budea  changed:

   What|Removed |Added

 Depends on||96213


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=96213
[Bug 96213] insert image with scanner
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 96213] insert image with scanner

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96213

Aron Budea  changed:

   What|Removed |Added

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


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104269
[Bug 104269] [META] Bugs related to scanning
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104269] [META] Bugs related to scanning

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104269

Aron Budea  changed:

   What|Removed |Added

  Alias||Scanning

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


[Libreoffice-bugs] [Bug 104269] [META] Bugs related to scanning

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104269

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
Summary|[Meta] Bugs related to  |[META] Bugs related to
   |scanning|scanning
 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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104269] New: [Meta] Bugs related to scanning

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104269

Bug ID: 104269
   Summary: [Meta] Bugs related to scanning
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ba...@caesar.elte.hu

Collect scanning-related bugs here.

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


[Libreoffice-bugs] [Bug 103908] Vertical text in table header is rendered with overlapping characters

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103908

--- Comment #19 from Telesto  ---
Rendering of Vertical Text seems to be fine with:
Version: 5.4.0.0.alpha0+
Build ID: 4130c8def811d1dcc87eacaa8ae48ba02738a790
CPU Threads: 4; OS Version: Windows 6.19; UI Render: default; 
TinderBox: Win-x86@42, Branch:master, Time: 2016-11-29_01:03:18
Locale: nl-NL (nl_NL); Calc: CL

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


[Libreoffice-bugs] [Bug 104268] New: Solver: Current Solution is always displayed with 2 decimals

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104268

Bug ID: 104268
   Summary: Solver: Current Solution is always displayed with 2
decimals
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jumbo4...@yahoo.fr

Description: When NLPSolver is searching solution, Current Solution is
displayed with format "%.2f" which is not optimal for all cases. If solution is
less than 0.01, then no evolution is displayed.

Steps to reproduce:
1. In A2 enter formula "=SIN(A1)*COS(A1)/1000"
2. Tools > Solver, Target cell "$A$2", "Maximum", By changing cells "$A$1"
3. Solve

Actual behavior:
Current Solution displays "0.00"

Expected behavior:
Value of solution should be displayed with more decimals or with scientific
format

Entry point:
http://opengrok.libreoffice.org/xref/core/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver/dialogs/EvolutionarySolverStatusUno.java#180

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


[Libreoffice-bugs] [Bug 104267] New: an enhancement for the tables and cells

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104267

Bug ID: 104267
   Summary: an enhancement for the tables and cells
   Product: LibreOffice
   Version: 5.2.3.3 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jlbr...@portugalmail.com

How about enhancing the outlines selection in order to make appear only the
corners or the dots corresponding to the point of the intersections of the
lines in those corners, so that, for example, you could have outlines in one
color, corners in another, and the intersection dots in another?

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


[Libreoffice-bugs] [Bug 103690] macOS: libreoffice crash on startup, VCL thread mutex condition

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103690

--- Comment #29 from Telesto  ---
Created attachment 129140
  --> https://bugs.documentfoundation.org/attachment.cgi?id=129140=edit
macOS crashreports Activity Monitor

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


[Libreoffice-bugs] [Bug 104198] Copy a column and then trying to quit Calc hangs

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104198

--- Comment #4 from fiftyigfuci_f...@yahoo.co.jp ---
Some of the combinations works well.

My dev build:
not reproduced: SAL_USE_VCLPLUGIN=gtk ./soffice
not reproduced: SAL_USE_VCLPLUGIN=gen ./soffice

Ubuntu's 5.2.2:
reproduced: SAL_USE_VCLPLUGIN=gtk soffice
not reproduced: SAL_USE_VCLPLUGIN=gen soffice

Besides the problem, there is a drawing glitch with SAL_USE_VCLPLUGIN=gen when
changing the window dimension.

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


[Libreoffice-bugs] [Bug 103690] macOS: libreoffice crash on startup, VCL thread mutex condition

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103690

--- Comment #28 from Telesto  ---
I’m far of an expert, and I don’t want to intrude. But maybe it’s wise to
investigate the cause a bit more deeply, before acting. I should note that:
- I have two macOS 10.12.1 installations: one for testing, one for regular
usage. Only the testing system, on which I installed XCode, is badly affected.
It seems to be some sort of file corruption, because I have trouble with all
versions I tested (4.4/5.0)
- On my regular system I have had some issues with a few daily builds (around 5
November) crashing SIGSEGV 11 on launch, but I haven’t had an issue with LO
5.2.3.3 or more recent daily builds.
- On my regular system I’m able to crash Activity Monitor with SIGSEGV 11 in
some circumstances while starting LibreOfficeDev, but I’m not sure whether it’s
related.

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


[Libreoffice-bugs] [Bug 103174] Very laggy scrolling with trackpad on hidpi screens

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103174

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #4 from Buovjaga  ---
NEW per comment 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 103174] Very laggy scrolling with trackpad on hidpi screens

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103174

Axel  changed:

   What|Removed |Added

 CC||axel_meun...@yahoo.fr

--- Comment #3 from Axel  ---
I confirm this annoying bug.

Happens only when scrolling with touchpad (mouse wheel scrolling works fine).
It is also fixed by launching env SAL_USE_VCLPLUGIN=gtk libreoffice --writer
for example.
I am on Fedora 25 / Gnome DE.

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


[Libreoffice-bugs] [Bug 104227] Firebird: Crash when changing data in a table and trying to switch to next row

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104227

Buovjaga  changed:

   What|Removed |Added

   Priority|medium  |highest
 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
   Severity|normal  |critical

--- Comment #8 from Buovjaga  ---
NEW per comment 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 104235] Taskbar icons disappear with kde integration

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104235

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
Version|5.2.3.3 release |5.3.0.0.beta1
Summary|overlapping toolbars with   |Taskbar icons disappear
   |kde integration,|with kde integration
   |overlapping file menus  |
   |without |
 Ever confirmed|0   |1
   Severity|normal  |minor

--- Comment #2 from Buovjaga  ---
Well, let's keep this for the existing issue, which I confirm (the generic X
icon).

Arch Linux 64-bit, KDE Plasma 5
Version: 5.4.0.0.alpha0+
Build ID: 368de904974b18dc5a8d237e046c0ed005f7c85d
CPU Threads: 8; OS Version: Linux 4.8; UI Render: default; VCL: kde4; Layout
Engine: new; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group
Built on November 26th 2016

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


[Libreoffice-bugs] [Bug 104230] UI icons, fonts, search textarea not shown properly in default installation on Kubuntu 16.04

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104230

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #2 from Buovjaga  ---
I am a KDE user and at least the checkboxes are fixed in 5.3. I don't remember
seeing those other issues, but they might be fixed as well.
Unfortunately the Ubuntu PPA does not currently serve 5.3 beta 1, which would
include the libreoffice-kde package. You would have to build it yourself.

Setting to NEEDINFO while we wait for you to get access to 5.3 with KDE
integration.

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


[Libreoffice-bugs] [Bug 104198] Copy a column and then trying to quit Calc hangs

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104198

Buovjaga  changed:

   What|Removed |Added

   Keywords||haveBacktrace
 CC||todven...@suomi24.fi

--- Comment #3 from Buovjaga  ---
>From your list of repro / not repro, it seems gtk3 might be the determining
factor.

Try launching with
SAL_USE_VCLPLUGIN=gtk ./soffice

or

SAL_USE_VCLPLUGIN=gen ./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 104204] irritating disfunctions in the table selecting

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104204

Buovjaga  changed:

   What|Removed |Added

   Priority|medium  |low
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 OS|Windows (All)   |All
   Severity|normal  |trivial

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


[Libreoffice-bugs] [Bug 104204] irritating disfunctions in the table selecting

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104204

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #1 from Buovjaga  ---
Created attachment 129139
  --> https://bugs.documentfoundation.org/attachment.cgi?id=129139=edit
Table spanning 2 pages

I repro the losing of the selection, but you have to right-click inside a cell,
that is higher than the default.
I don't repro the non-appearance of context menu.

Arch Linux 64-bit, KDE Plasma 5
Version: 5.4.0.0.alpha0+
Build ID: 368de904974b18dc5a8d237e046c0ed005f7c85d
CPU Threads: 8; OS Version: Linux 4.8; UI Render: default; VCL: kde4; Layout
Engine: new; 
Locale: fi-FI (fi_FI.UTF-8); Calc: group
Built on November 26th 2016

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


[Libreoffice-bugs] [Bug 104178] Two installs from same download but different menu options for AutoCorrect

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104178

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||todven...@suomi24.fi
 Resolution|--- |WORKSFORME

--- Comment #5 from Buovjaga  ---
Let's close as 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 104185] Better Autoinput for functions ( or different default than ENTER)

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104185

Buovjaga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #1 from Buovjaga  ---
So what do we do after we change the default and millions of angry users
attack?

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


[Libreoffice-bugs] [Bug 104131] [META] Bugs related to VCL related text layout

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104131

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 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
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 104266] Crash in: SfxItemSet::Get(unsigned short, bool)

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104266

Xisco Faulí  changed:

   What|Removed |Added

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

--- Comment #1 from Xisco Faulí  ---
Hello,

Thank you for reporting the bug.
Unfortunately without clear steps to reproduce it, we cannot track down the
origin of the problem.
Please provide a clearer set of step-by-step instructions on how to reproduce
the problem.
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the steps are provided

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


[Libreoffice-bugs] [Bug 103975] FILEOPEN: DOCX: Incorrect page break moves content to page 2

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103975

--- Comment #10 from Commit Notification 
 ---
Justin Luth committed a patch related to this issue.
It has been pushed to "libreoffice-5-3":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=d1c06ed189e9af7871961f72acae2dfd938d71d5=libreoffice-5-3

tdf#103975 docx import: don't remove sectPr with BreakItem

It will be available in 5.3.0.1.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

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


[Libreoffice-bugs] [Bug 103975] FILEOPEN: DOCX: Incorrect page break moves content to page 2

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103975

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|target:5.4.0|target:5.4.0 target:5.3.0.1

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


[Libreoffice-bugs] [Bug 104266] Crash in: SfxItemSet::Get(unsigned short, bool)

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104266

trogdoo...@gmail.com  changed:

   What|Removed |Added

Version|unspecified |5.2.2.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 104265] New: Crash in: ImpEditEngine::GetI18NScriptType( EditPaM const &, long *)

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104265

Bug ID: 104265
   Summary: Crash in: ImpEditEngine::GetI18NScriptType(EditPaM
const &,long *)
   Product: LibreOffice
   Version: 5.2.2.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: trogdoo...@gmail.com

This bug was filed from the crash reporting server and is
br-e2570ac8-6137-4b67-91b2-6cc871f8cb69.
=

Sudden crash when having multiple Impress files open. Seemed to happen when I
ctrl+F to search for something. Files were .pptx

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


[Libreoffice-bugs] [Bug 104266] New: Crash in: SfxItemSet::Get(unsigned short, bool)

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104266

Bug ID: 104266
   Summary: Crash in: SfxItemSet::Get(unsigned short,bool)
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: trogdoo...@gmail.com

This bug was filed from the crash reporting server and is
br-d2327b70-cf33-4a67-b06c-cded4b2d0094.
=

Had multiple Impress files open, was searching using ctrl+F, files were .pptx

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


[Libreoffice-bugs] [Bug 104262] Import Corel Print House files

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104262

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||ba...@caesar.elte.hu
 Ever confirmed|0   |1
   Severity|normal  |enhancement

--- Comment #3 from Aron Budea  ---
Seems like a reasonable enhancement request.

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


[Libreoffice-bugs] [Bug 98259] [META] Keyboard shortcuts and accelerators bugs and enhancements

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98259

Buovjaga  changed:

   What|Removed |Added

 Depends on||95854


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=95854
[Bug 95854] Calc: Insert Comment doesn't let me edit existing comment
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 86899] [META] Requests for the addition of UNO commands

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86899

Buovjaga  changed:

   What|Removed |Added

 Depends on||95854


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=95854
[Bug 95854] Calc: Insert Comment doesn't let me edit existing comment
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95854] Calc: Insert Comment doesn't let me edit existing comment

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95854

Buovjaga  changed:

   What|Removed |Added

 Blocks||86899, 98259


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=86899
[Bug 86899] [META] Requests for the addition of UNO commands
https://bugs.documentfoundation.org/show_bug.cgi?id=98259
[Bug 98259] [META] Keyboard shortcuts and accelerators bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 95854] Calc: Insert Comment doesn't let me edit existing comment

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95854

Buovjaga  changed:

   What|Removed |Added

 CC||dan...@tamm-tamm.de

--- Comment #8 from Buovjaga  ---
*** Bug 103084 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 86899] [META] Requests for the addition of UNO commands

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=86899
Bug 86899 depends on bug 103084, which changed state.

Bug 103084 Summary: Keyboard shortcut for Insert comment and Edit comment 
should be the same
https://bugs.documentfoundation.org/show_bug.cgi?id=103084

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

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


[Libreoffice-bugs] [Bug 98259] [META] Keyboard shortcuts and accelerators bugs and enhancements

2016-11-29 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=98259
Bug 98259 depends on bug 103084, which changed state.

Bug 103084 Summary: Keyboard shortcut for Insert comment and Edit comment 
should be the same
https://bugs.documentfoundation.org/show_bug.cgi?id=103084

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

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


  1   2   3   4   >