[Libreoffice-bugs] [Bug 81923] EDITING: Copy/Paste/Undo can cause crash

2015-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81923

Michael Stahl mst...@redhat.com changed:

   What|Removed |Added

 Attachment #104058|application/octet-stream|text/plain
  mime type||

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


[Libreoffice-bugs] [Bug 81923] EDITING: Copy/Paste/Undo can cause crash

2014-11-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81923

Bryan Quigley gquigs+b...@gmail.com changed:

   What|Removed |Added

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

--- Comment #6 from Bryan Quigley gquigs+b...@gmail.com ---


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

-- 
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 81923] EDITING: Copy/Paste/Undo can cause crash

2014-08-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81923

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

   Priority|highest |high

--- Comment #5 from Björn Michaelsen bjoern.michael...@canonical.com ---
(This is an automated message.)

LibreOffice development currently prioritizes bugs with the so called MAB (most
annoying bugs) -- as this bug has not run through that process (including
writing a short rationale for this bug being a candidate and other who are
watching the tracker bug silently approving that rationale etc.) its priority
is set to high. Note this is effectively no change in the urgency assigned to
this bug, as we are currently not making a difference between high and highest
and severity is untouched.

You can find out more about MABs and how the process works by contacting
libreoffice qa on irc:

 http://webchat.freenode.net/?channels=libreoffice-qa

The QA wiki page also gives you hints on how to get in contact with the team
(if IRC fails you, your next best choice is the mailing list):

 https://wiki.documentfoundation.org/QA

-- 
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 81923] EDITING: Copy/Paste/Undo can cause crash

2014-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81923

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

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |critical
   Priority|medium  |highest
 CC||philip...@hotmail.com
Summary|EDITING Copy/Paste/Undo can |EDITING: Copy/Paste/Undo
   |cause crash |can cause crash
 Ever confirmed|0   |1

--- Comment #3 from Jay Philips philip...@hotmail.com ---
Confirmed in 4.2.7 and master on Linux Mint. This reminds me of bug 81806.

-- 
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 81923] EDITING: Copy/Paste/Undo can cause crash

2014-08-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81923

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

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


[Libreoffice-bugs] [Bug 81923] EDITING Copy/Paste/Undo can cause crash

2014-07-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81923

Algot Runeman algot.rune...@verizon.net changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from Algot Runeman algot.rune...@verizon.net ---
Test System:
Kubuntu 14.4 (KDE 4.13.2)
LibreOffice 4.2.0.2

I attempted to select just the text from the long cell below Joe Selects
Option A by putting the cursor at the beginning of the cell text and using the
cursor keys (down arrow) while holding the shift key. I was unable to select
beyond Sheila

Starting with the cursor at the beginning of the cell, and using
Ctrl+Shift+End, visually highlighted only the left justfied text, but not the
lines with the right justified values.

However, The entire cell text went into the clipboard and I was able to paste
all the cell text into the second column, second cell down. That text, I could
then undo and paste and undo and paste repeatedly (I stopped after ten
repetitions). No crash.

I am guessing that This kind of paste was the desired behavior. Pasting the
whole table into one of the cells does not make sense to me. Could the issue
then be one of trying to paste a whole table back into one cell with some kind
of buffer problem resulting?

Bryan, Can you please attempt to confirm the intent of the copy/paste and see
if your system works like mine?

-- 
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 81923] EDITING Copy/Paste/Undo can cause crash

2014-07-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81923

Bryan Quigley gquigs+b...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #2 from Bryan Quigley gquigs+b...@gmail.com ---
There are likely a few bugs/odd behaviour here. Some are described in the other
bug in the summary[37156].

That Select All selects the whole table as opposed to just what's in that cell.
  The crash is reproducible by just selecting the table with the Mouse/Shift.

Can you please attempt to confirm the intent of the copy/paste and see if your 
system works like mine?  / desired behavior
The intent/desire of my copy/paste was to try to find/reproduce a bug 37156. 
Instead it crashed for me.  But yes, I do not have any issues if I actually
copy the contents of single cells around.

-- 
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