[Libreoffice-bugs] [Bug 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-11-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

 CC||paoloste...@gmail.com

--- Comment #61 from Roman Eisele b...@eikota.de ---
*** Bug 57108 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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-11-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

   Hardware|Other   |x86-64 (AMD64)
 OS|All |Mac OS X (All)
 Whiteboard|BSA, bibisectrequest|BSA target:3.4.6
   ||target:4.0.0
   Assignee|libreoffice-b...@lists.free |tlillqv...@suse.com
   |desktop.org |

--- Comment #62 from Roman Eisele b...@eikota.de ---
Some meta data cleanup:
tag “bibisectrequest” can be removed; added missing target:xxx tags; corrected
Platform; assigned to Tor, who did the most important work for fixing 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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-11-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #60 from Roman Eisele b...@eikota.de ---
VERIFIED as FIXED
with LOdev 4.0.0.0.alpha0+ (Build ID: 32315e; pull time: 2012-11-13 00:32:26)
on Mac OS X 10.6.8 (Intel):
sorting slides by drag and drop in the slide sorter and/or in the left panel
labelled “Slides” now works again like in older LibreOffice versions; also the
data corruption and crashes seem to be gone (at least I can no longer reproduce
it by the simple steps listed in comment #11).

Thank you, Tor, Michael, et. 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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

--- Comment #58 from Tor Lillqvist tlillqv...@suse.com ---
Michael: The core surprising point that Lubos's patch wasn't aware of was that
all the drag-and-drop happens during the call to
pSlideSorterViewShell-StartDrag(); that returns only after the whole
drag-and-drop operation has finished.

For now, I fixed it in master by just reverting the patch for MacOSX only:

commit 192a0eb2beccee5349c3c7b60208aa95eb985f35
Author: Tor Lillqvist t...@iki.fi
Date:   Wed Nov 7 15:50:21 2012 +0200

fdo51023: Revert e4450c54aee85b295b933e91d207fd8220c01107 for Mac OS X

See bug for discussion. Basically, the root cause to the problem is
that on the Mac, all the drag-and-drop action happens during the call
to pSlideSorterViewShell-StartDrag() in the Initialize method. Thus
no wonder that mpDragAndDropContext is null in the ProcessDragEvent()
as it has not been initialized yet, and is in fact initialised
pointlessly only after the drag-and-drop already has finished.

Reverted just for Mac OS X and ifdefified in a straightforward even if
ugly fashion.

Change-Id: Icfb62fb24a5c72fda39c8bcea125267c99ecf624

 .../controller/SlsSelectionFunction.cxx|   42 
 1 files changed, 42 insertions(+), 0 deletions(-)

-- 
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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-11-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

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

--- Comment #59 from Michael Meeks michael.me...@novell.com ---
Thanks Tor - should work for now - it'd be nice to cleanup the Mac abstraction
in some deep future I imagine.

Pushed to -3-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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

--- Comment #57 from Michael Meeks michael.me...@novell.com ---
Boudry: thanks for your input - but please -never- clutter a single focused bug
with an unrelated issue - please file a new bug for your problem.

Tor - any cycles to debug this and/or get a stack trace from the constructor
and Initialize methods on Mac so others can jump in ?

Thanks ! :-)

-- 
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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-11-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

--- Comment #56 from Boudry vincent.bou...@in2p3.fr ---
(In reply to comment #53)
 I debugged this during the flight home and found out the root cause to the
 problem (but not how to fix it): On the Mac, all the drag-and-drop action
 happens during the call to pSlideSorterViewShell-StartDrag() in the
 Initialize method. Thus no wonder that mpDragAndDropContext is null in the
 ProcessDragEvent() as it has not been initialized yet, and is in fact
 initialised only after the drag-and-drop already has finished.
 
 I have a vague feeling that the same thing might happen on Windows, too, but
 will have to build me a fresh Windows build to verify. (I vaguely remember
 seeing something similar happening back in the days while working on the GTK
 port to Windows.)

(probably not the best way to report but that's the occasion:)
Now that this seems related to the drag and drop function on mac, there is
another issue that has been annoying me on the mac version for quite a while
(i.e. I think all 3.5 and 3.4 version are concerned):
one should wait a while (~1 second) when moving a border of any shape to have
the proper behavior. Otherwise a click on the handle and move immediately, the
complete object is moved.

-- 
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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-11-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

--- Comment #55 from PaulR csettpi...@gmail.com ---
New to LibreOffice (OpenOffice user for many years) I first posted this the
other day in Ask LibreOffice.
Using Version 3.6.2.2 (Build ID: da8c1e6) on a MacAir running Mac OS X Lion
10.7.5 I cannot re-organize Impress slides by any method described in Help:
Slide Sorter, Slide pane in Outline, etc. Occasionally a slide will move but
only to the front of the slide deck. Occasionally the moved slide will replace
another one. Usually after enough attempts LibreOffice crashes.

I have now discovered the workaround posted: attempting to move a slide beyond
the active window, then bringing it back into the window produces the thumbnail
(which previously did not render). With the thumbnail visible I can drop the
slide into position. This appears to work in Slide Sorter, or the Normal view
also.

This is a copy of the Comment posted today for bug 41996 which seems to be
superseded by this bug.

If you need more info I'm csettpi...@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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-10-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

--- Comment #54 from Tor Lillqvist tlillqv...@suse.com ---
(Nope, does not happen 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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-10-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

--- Comment #53 from Tor Lillqvist tlillqv...@suse.com ---
I debugged this during the flight home and found out the root cause to the
problem (but not how to fix it): On the Mac, all the drag-and-drop action
happens during the call to pSlideSorterViewShell-StartDrag() in the Initialize
method. Thus no wonder that mpDragAndDropContext is null in the
ProcessDragEvent() as it has not been initialized yet, and is in fact
initialised only after the drag-and-drop already has finished.

I have a vague feeling that the same thing might happen on Windows, too, but
will have to build me a fresh Windows build to verify. (I vaguely remember
seeing something similar happening back in the days while working on the GTK
port to 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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

--- Comment #48 from Tor Lillqvist tlillqv...@suse.com ---
For what it's worth, I can't get any drag-and-drop to work, in Impress or
Writer, in a master build on the Mac currently...

-- 
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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

--- Comment #49 from Roman Eisele b...@eikota.de ---
(In reply to comment #48)
 For what it's worth, I can't get any drag-and-drop to work, in Impress or
 Writer, in a master build on the Mac currently...

It works for me on Mac OS X 10.6.8 (Intel) with the master build
LOdev 3.7.0.0.alpha0+ (build ID: 370m0(Build:0); pull time: 2012-10-25
06:12:34)
from
  
http://dev-builds.libreoffice.org/daily/MacOSX-Intel@27-OSX_10.7.0-gcc_4.2.1_llvm/master/

but only as well or as badly as reported here:
DD of text snippets in Writer seems to work well;
DD of slides in Impress works only partly (see commend #10),
and if I continue, the corruption happens (see comment #11).

-- 
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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

--- Comment #50 from Tor Lillqvist tlillqv...@suse.com ---
Ha, I spoke too soon, it must have been some weird temporary glitch; simple dd
in Writer *does* work normally for me. And I indeed can reproduce the slide
re-ordering problem. Will now try to see if reverting the patch helps.

-- 
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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

--- Comment #51 from Tor Lillqvist tlillqv...@suse.com ---
Yes, after git revert e4450c54aee85b295b933e91d207fd8220c01107 drag-and-drop in
the slide sorter seems to work fine... Over to Lubos;)

-- 
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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-10-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

--- Comment #52 from Tor Lillqvist tlillqv...@suse.com ---
Looked into it with Lubos a bit and I now have a fair idea what to look for and
where to debug... will do that in the coming days. (Lubos has no Mac.)

-- 
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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-10-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

--- Comment #46 from Roman Eisele b...@eikota.de ---
(In reply to comment #44)
 No - we already found the commit in question (assuming Roman's range is
 right - and it looks very plausible)

I am quite sure about the range (and everybody can, at least on Mac OS X, check
it himself/herself: just download 3.5.3.2 and 3.5.4.1 from
   http://downloadarchive.documentfoundation.org/libreoffice/old/
and test if you, like me, can reproduce the issue in 3.5.4.1, but not in
3.5.3.2).

The only little question which I, as a layman, see is if the problem was really
caused (only) by commit e4450c54aee85b295b933e91d207fd8220c01107, or if another
commit could be involved (too).

Of course, I don’t see any other commit in that range which could be involved
(all other commits related to Impress look innocent, e.g.
009776a16410024a9437847af065d2160b434f30); but only a code expert can really
judge this. So, if there are any doubts about the question if
e4450c54aee85b295b933e91d207fd8220c01107 is really the (only) guilty one,
our Impress experts should check the list of all commits (ca.120?) in that
range.

-- 
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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-10-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

--- Comment #47 from Lubos Lunak l.lu...@suse.cz ---
Has somebody actually built a version with the patch reverted to confirm it is
really triggering the problem? The change should not have any other effects
other than fixing the bug it fixed, so either it's not that, or something
somewhere else is broken (race condition, 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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-10-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

--- Comment #45 from Julien Nabet serval2...@yahoo.fr ---
(In reply to comment #44)
  Would a bibisect help?
 
 No - we already found the commit in question (assuming Roman's range is
 right - and it looks very plausible) - thanks ! now it's either fix that
 commit or revert it.
Would a Valgrind trace help to understand why this commit gives this bug?
Perhaps the commit is ok in itself but triggers a buggy part of code.

-- 
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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-10-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

--- Comment #37 from Roman Eisele b...@eikota.de ---
(In reply to comment #36)
 Please make 3.4.6 available again for download until this bug is resolved

Please see
  http://downloadarchive.documentfoundation.org/libreoffice/old/
for *all* old LibreOffice versions, including 3.4.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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-10-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

--- Comment #38 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
Lifecycle 3.5 is terminated, so 3.5 MAB is no longer useful.
Comparing this one with other bugs this definitively is not a blocker.
This bug is rated as HardHack on
http://wiki.documentfoundation.org/HardHacks#Current_Hard_Hacks, so let's
hope the best

@Sergio Ballestrero:
http://wiki.documentfoundation.org/BugReport#General_information item 4
If yyou think http://downloadarchive.documentfoundation.org/libreoffice/old/
should be mentioned more prominent in download hints please submit a separate
WWW bug!

-- 
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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-10-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

   Severity|blocker |critical
 Blocks|37361   |

-- 
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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-10-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Blocks||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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-10-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

Version|3.5.4 release   |3.5.4 RC1

--- Comment #39 from Roman Eisele b...@eikota.de ---
New research results:

This bug appears *first* in LibreOffice 3.5.4.1
(= RC1, build ID: 7306755-f4f605c-738527d-1cf4bc1-9930dc8).

It is *not* in LibreOffice 3.5.3.2
(Build ID: 235ab8a-3802056-4a8fed3-2d66ea8-e241b80):
in all 3.5.x versions until and including 3.5.3.2, slide sorting still works
(mostly ;-) correctly, both in the slide sorter and in the left panel, when I
test with attachment 63289.

So this bug was not (as I always wrongly assumed: sorry for not testing this
earlier!) introduced somewhere in the 3.5 development process, but precisely
between the branching of 3.5.3 and the first RC build of 3.5.4.1. This should
it make much easier to find the root of this regression.


@ Thorsten Behrens, Rodo, Muthu Subramanian, and maybe others:

Could you please check the (not too lengthy) list of commits between the
branching of 3.5.3 and the first RC of of 3.5.4.1? Somewhere there in the
committs made to the 3.5/3.5.4 branch must be the root of this regression;
and if you can identify it there, it should be possible to fix it on the
3.6.x and Master branches.

Thank you very much!

-- 
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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-10-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

--- Comment #40 from Michael Meeks michael.me...@novell.com ---
Wow - Roman - that is some fantastic research ! thanks so much for narrowing it
down so far :-) !

-- 
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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-10-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

--- Comment #41 from Michael Meeks michael.me...@novell.com ---
Created attachment 68794
  -- https://bugs.freedesktop.org/attachment.cgi?id=68794action=edit
git diff -u libreoffice-3.5.3.2..libreoffice-3.5.4.1 -- sd

The commit range indeed shows a change to the DD code:

commit e4450c54aee85b295b933e91d207fd8220c01107
Author: Luboš Luňák l.lu...@suse.cz
Date:   Fri May 11 20:33:23 2012 +0200

avoid recursion that can mess up DND setup (fdo#41996)

The way too smart ctor for the DND handler started drag immediately,
causing a race condition that could recurse to setting a handler
again before the first one was actually set, thus immediately again
causing the DND to be stopped, and then possibly later again started,
depending on how the race condition turned out. Use delayed initialization
to avoid this.

-- 
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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-10-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

Michael Meeks michael.me...@novell.com changed:

   What|Removed |Added

 CC||l.lu...@suse.cz

--- Comment #42 from Michael Meeks michael.me...@novell.com ---
Lubos - rumour is that this hard-hack / MAB is nearby your fix for bug#41996.

-- 
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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-10-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

--- Comment #43 from Joel Madero jmadero@gmail.com ---
Would a bibisect help?

-- 
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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-10-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

--- Comment #44 from Michael Meeks michael.me...@novell.com ---
 Would a bibisect help?

No - we already found the commit in question (assuming Roman's range is right -
and it looks very plausible) - thanks ! now it's either fix that commit or
revert it.

-- 
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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-10-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

Sergio Ballestrero sergio.ballestr...@gmail.com changed:

   What|Removed |Added

 CC||sergio.ballestr...@gmail.co
   ||m

--- Comment #36 from Sergio Ballestrero sergio.ballestr...@gmail.com ---
Please make 3.4.6 available again for download until this bug is resolved

-- 
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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-10-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Whiteboard|BSA |BSA, bibisectrequest

--- Comment #35 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
Added bibisectrequest, not sure whether that really will help, more for
training of bibisecting staff ;-)

-- 
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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-09-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

   Assignee|jmadero@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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-09-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

Joel Madero jmadero@gmail.com changed:

   What|Removed |Added

 AssignedTo|libreoffice-b...@lists.free |jmadero@gmail.com
   |desktop.org |
 CC||jmadero@gmail.com

--- Comment #33 from Joel Madero jmadero@gmail.com 2012-09-20 14:00:06 
UTC ---
Changed QA person just so that I can easily query. Hoping to get a fix
committed soon. Thanks for the thorough bug report

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-09-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

 CC||yeschingak...@gmail.com

--- Comment #32 from Roman Eisele b...@eikota.de 2012-09-19 16:31:37 UTC ---
*** Bug 53621 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

Simon Phipps libreoffice.webm...@spamgourmet.com changed:

   What|Removed |Added

 CC||libreoffice.webmink@spamgou
   ||rmet.com

--- Comment #29 from Simon Phipps libreoffice.webm...@spamgourmet.com 
2012-09-18 17:07:26 UTC ---
*** Bug 53249 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

--- Comment #30 from Simon Phipps libreoffice.webm...@spamgourmet.com 
2012-09-18 17:09:40 UTC ---
(In reply to comment #29)
 *** Bug 53249 has been marked as a duplicate of this bug. ***

Note that 53249 has a test case attached which apparently also manifests on
Linux.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

 OS/Version|Mac OS X (All)  |All

--- Comment #31 from Roman Eisele b...@eikota.de 2012-09-18 17:24:49 UTC ---
(In reply to comment #30)
 Note that 53249 has a test case attached which apparently also manifests on
 Linux.

- Therefore changed Platform to All (even if not reproducible on Windows, we
need to use all, if reproducible both on Mac OS and Linux).

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

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

Reiner Anselm rans...@gwdg.de changed:

   What|Removed |Added

   Severity|critical|blocker
 CC||rans...@gwdg.de

--- Comment #28 from Reiner Anselm rans...@gwdg.de 2012-09-13 07:11:49 UTC ---
I would suggest to mark this bug as a blocker: Due to this bug, you cannot do a
presentation in a productive environment  with Impress on a Mac as this time.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-09-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=54580

--- Comment #27 from Roman Eisele b...@eikota.de 2012-09-06 14:59:25 UTC ---
The new bug report Bug 54580 – “Clicking Slide Thumbnail of Non-Focused Window
Causes Rearrange/Crash” is nearly related to the present one (but NOT an exact
duplicate, so please don’t mark bug 54580 as a duplicate for now, until we have
more insight into the roots of both bugs!).

It contains of two parts:
1) “Clicking on a slide thumbnail in the left pane when LibreOffice does
   not have window focus causes the selected slide to shuffle to the top
   of the deck (become slide number one).”

IMHO this could be related to the broken drag-and-drop of slides in the present
bug report; I mean, both issues could have the same underlying problem.

2) “Now that we have rearranged slides, we can click on the thumbnails for
   the two non-rearranged slides as many times as we want, but any attempts
   at clicking on the rearranged slide (slide 3 cum 1) will cause
   LibreOffice to crash.”

IMHO this is the same crash as the one reported in the present bug report,
because the log files created for the crashes are all more or less identical.

So 1) seems nearly related to the present bug report, and 2) identical.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-08-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

--- Comment #26 from mprove mpr...@acm.org 2012-08-31 10:16:39 UTC ---
Mouse wheel scrolling is also not working - might be a related issue.

The latest version of OpenOffice.org (3.4.1) does not have this bug. Hence an
ugly work-around is to open the presentation with OOo, rearrange the slides,
and continue with LO. This is silly. 

Where is the download for LO 3.4??

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-08-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

mprove mpr...@acm.org changed:

   What|Removed |Added

   Priority|high|highest
 CC||mpr...@acm.org

--- Comment #25 from mprove mpr...@acm.org 2012-08-30 11:41:48 UTC ---
This regression is nasty and a nogo for Impress. Working on presentations
becomes impossible. Therefore I have increased the importance to highest.

The bug is still present in LO 3.6.1.2.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-08-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

 CC||theom...@gmail.com

--- Comment #24 from Alex Thurgood ipla...@yahoo.co.uk 2012-08-19 10:08:57 
UTC ---
*** Bug 53628 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

Denny lum...@gmail.com changed:

   What|Removed |Added

Version|3.5.4 release   |3.6.0.4 release

--- Comment #21 from Denny lum...@gmail.com 2012-08-16 16:00:48 UTC ---
Issue still existent in 3.6 release.

- slide move animation doesn't show slide (frame), just a black sqare when
moving a slide
- moved slide still always ends up being the first slide, 
exception:
 - when it is moved at the end of one row of slides and you move the cursor
outside the slide sorter panel. Then the animation and placement works correkt
for the last position in that row.

!!! 
- slide content of moved slide replaces the content of the slide where it is
dropped.

Tested on openSUSE Linux (with openSUSE provided 3.6 packages): slide sorting
is working as expected.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

Roman Eisele b...@eikota.de changed:

   What|Removed |Added

Version|3.6.0.4 release |3.5.4 release

--- Comment #22 from Roman Eisele b...@eikota.de 2012-08-16 16:38:58 UTC ---
(In reply to comment #21)
 Issue still existent in 3.6 release.

Thank you very much for testing again! However, please do not update the
Version field: the Version field should always contain the FIRST version which
is known to contain the bug, and NOT the last one. Thank you ;-)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-08-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

--- Comment #23 from Michael Meeks michael.me...@novell.com 2012-08-16 
16:59:01 UTC ---
 Thank you very much for testing again! However, please do not update
 the Version field: the Version field should always contain the FIRST
 version which is known to contain the bug, and NOT the last one.

You know - I never understood how this policy works. How can you easily see a
list of bugs that have been re-tested vs. a recent version to see if the issue
is still there ? :-) but I guess I should ask on the mailing-list.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-07-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

--- Comment #18 from Roman Eisele b...@eikota.de 2012-07-24 10:40:39 PDT ---
Created attachment 64604
  -- https://bugs.freedesktop.org/attachment.cgi?id=64604
Log fr crash after some slides drag’n’drop with Norbert's debug version of LibO
3.6.0.2+

(In reply to comment #14)
 Also - a build with debugging symbols is always going to produce a better
 trace; I assume we have these for Mac, any chance you could try one if it's
 easy to reproduce ?

@Michael Meeks
and other developers:
thanks to Norbert's debug version of LibO 3.6.0.2+, I have tested this again
and hope that the attached log file for the crash helps to track down the
issue. Again, the crash happened after I opened my simple sample file for this
bug (attachment 63289) and dragged slides forth and back in the Slides panel
(I did not use the Slide sorter).


In addition, there are some very interesting messages in the _console_. After
the first drag-and-drop action (slide 1 dragged after slide 4), the console
printed 120 (!!!) times:

24.07.12 12:22:20[0x0-0xa60a6].org.libreoffice.script[2081]   
warn:legacy.osl:2081:1:/Volumes/Raid0/g_core/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx:1848:
OSL_ASSERT: mpDragAndDropContext

Every following drag action caused the same line to be printed again, each
time, for about 100 times or so.

Finally, after the last drag-and-drop action, here are the last four lines
which LibO printed to the console (the first one is the same as above, but the
2nd slightly differs, and the 3rd and the 4th one look very interesting):

24.07.12 12:25:52[0x0-0xa60a6].org.libreoffice.script[2081]   
warn:legacy.osl:2081:1:/Volumes/Raid0/g_core/sd/source/ui/slidesorter/controller/SlsSelectionFunction.cxx:1848:
OSL_ASSERT: mpDragAndDropContext

24.07.12 12:25:53[0x0-0xa60a6].org.libreoffice.script[2081]   
warn:legacy.osl:2081:1:/Volumes/Raid0/g_core/sd/source/ui/slidesorter/controller/SlsCurrentSlideManager.cxx:247:
OSL_ASSERT: rpDescriptor.get() != NULL

24.07.12 12:25:53[0x0-0xa60a6].org.libreoffice.script[2081]   
/Volumes/Raid0/g_core/solver/unxmacxi.pro/inc/boost/smart_ptr/shared_ptr.hpp:428:
failed assertion `px != 0'

24.07.12 12:25:54com.apple.launchd.peruser.501[98]   
([0x0-0xa60a6].org.libreoffice.script[2081]) Job appears to have crashed: Abort
trap
24.07.12 12:25:55ReportCrash[2170]Saved crash report for soffice[2081]
version 3.6.0.2 (???) to
/Users/eiselemalina/Library/Logs/DiagnosticReports/soffice_2012-07-24-122554_Kore.crash


Hope it helps to fix this issue!

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-07-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

--- Comment #19 from Michael Meeks michael.me...@novell.com 2012-07-24 
12:43:43 PDT ---
Hi Roman - thanks so much for your work getting a trace with debugging symbols,
however - I suspect you need to run soffice.bin under a debugger to get what we
need out of those symbols. If they 'worked' I would expect to see detailed file
+ line-number information for each method in the call-trace; I suspect the
generic crash app doesn't provide that.


Either way, this looks thankfully unrelated to the a11y problems though. Looks
like a normal slideshow issue - where the cult of uncontrolled asynchronicity
tends to lead to poorly lifecycle-managed callbacks - combined (ironically)
with poor interactive performance ;-)

Thanks !

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-07-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

--- Comment #20 from Roman Eisele b...@eikota.de 2012-07-24 14:07:25 PDT ---
(In reply to comment #19)
 Hi Roman - thanks so much for your work getting a trace with debugging 
 symbols,
 however - I suspect you need to run soffice.bin under a debugger to get what 
 we
 need out of those symbols. If they 'worked' I would expect to see detailed 
 file
 + line-number information for each method in the call-trace; I suspect the
 generic crash app doesn't provide that.

Good to know -- I would have expected much more detailed information myself,
but thought that LibO just does not provide it. BTW: *Which* debugger would do
the trick, and is there somewhere some kind of guidance *how* to run
soffice.bin under that debugger (on MacOS X, of course)?

 Either way, this looks thankfully unrelated to the a11y problems though. Looks
 like a normal slideshow issue -

Good news! So I hope some developer, e.g. Thorsten, who is both a Impress and a
MacOS X expert, will look into this issue soon?! ;-)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 CC||LibreOffice@bielefeldundbus
   ||s.de
Summary|EDITING: Drag-and-drop  |EDITING: Drag-and-drop
   |slide sorting broken on Mac |slide always moves slide to
   |OS X, leading to data   |first position, leading to
   |corruption and crashes  |data corruption and
   ||sometimes CRASH

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51023] EDITING: Drag-and-drop slide always moves slide to first position, leading to data corruption and sometimes CRASH

2012-07-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51023

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 CC||howlsatfullmo...@gmail.com

--- Comment #17 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-07-09 04:16:32 PDT ---
*** Bug 51871 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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