[Bug 496793] Re: ctrl c ctrl v of text in edit mode crashes inkscape

2012-02-23 Thread Launchpad Bug Tracker
This bug was fixed in the package inkscape - 0.48.3-0ubuntu1 --- inkscape (0.48.3-0ubuntu1) precise; urgency=low * New upstream release (LP: #933188). Fixes several Ubuntu bugs: - inkscape fails to build with glib 2.31 (LP: #898538) - ctrl c ctrl v of text in edit mode cras

[Bug 496793] Re: ctrl c ctrl v of text in edit mode crashes inkscape

2012-02-16 Thread Launchpad Bug Tracker
** Branch linked: lp:~valavanisalex/ubuntu/precise/inkscape/fix-933188 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/496793 Title: ctrl c ctrl v of text in edit mode crashes inkscape To manage noti

[Bug 496793] Re: ctrl c ctrl v of text in edit mode crashes inkscape

2012-02-15 Thread Ted Gould
** Changed in: inkscape Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/496793 Title: ctrl c ctrl v of text in edit mode crashes inkscape To manage notifi

[Bug 496793] Re: ctrl c ctrl v of text in edit mode crashes inkscape

2012-01-12 Thread JazzyNico
Patch committed in the trunk (revision 10876) and the branch (revision 9853). Thanks, Chris! ** Changed in: inkscape Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 496793] Re: ctrl c ctrl v of text in edit mode crashes inkscape

2012-01-12 Thread ~suv
JazzyNico wrote: > Fix confirmed (…) on Windows XP and Ubuntu 11.04 (…) No regression noticed. Patch also tested and fix confirmed (no regressions noticed in quick test) with Inkscape 0.48+devel r10875, Gtk+/Quartz 2.24.8 on Mac OS X 10.5.8 Leopard (32bit). > Proposing to commit in the trunk a

[Bug 496793] Re: ctrl c ctrl v of text in edit mode crashes inkscape

2012-01-12 Thread JazzyNico
Fix confirmed with the patch on Windows XP and Ubuntu 11.04, Inkscape trunk revision 10873. No regression noticed. Proposing to commit in the trunk and branch. ** Changed in: inkscape Milestone: None => 0.48.3 ** Changed in: inkscape Assignee: (unassigned) => Chris Bainbridge (chris-bai

[Bug 496793] Re: ctrl c ctrl v of text in edit mode crashes inkscape

2012-01-12 Thread JazzyNico
** Changed in: inkscape Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/496793 Title: ctrl c ctrl v of text in edit mode crashes inkscape To manage notifications

[Bug 496793] Re: ctrl c ctrl v of text in edit mode crashes inkscape

2012-01-12 Thread ~suv
On 21/11/2011 23:28, Chris Bainbridge wrote: > The problem is that when text is copied the clipboard is cleared, but > clipboard->set_text is not called to replace it if the selected text is > empty. This results in the clipboard being NULL. This finally gave me the clue how to reproduce it on OS

[Bug 496793] Re: ctrl c ctrl v of text in edit mode crashes inkscape

2012-01-12 Thread yossi
Confirmed inscape 0.48 on OSX 10.7 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/496793 Title: ctrl c ctrl v of text in edit mode crashes inkscape To manage notifications about this bug go to: http

[Bug 496793] Re: ctrl c ctrl v of text in edit mode crashes inkscape

2011-11-21 Thread Chris Bainbridge
The problem is that when text is copied the clipboard is cleared, but clipboard->set_text is not called to replace it if the selected text is empty. This results in the clipboard being NULL. in ClipboardManagerImpl::copy tools_isactive(desktop, TOOLS_TEXT) // is TRUE _discardInternalClipboard();

[Bug 496793] Re: ctrl c ctrl v of text in edit mode crashes inkscape

2011-11-21 Thread Chris Bainbridge
** Tags added: testcase -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/496793 Title: ctrl c ctrl v of text in edit mode crashes inkscape To manage notifications about this bug go to: https://bugs.la

[Bug 496793] Re: ctrl c ctrl v of text in edit mode crashes inkscape

2011-10-06 Thread Weon Design
Encountered in Inkscape Version: 0.48.2 r9819 System: WinXP Easy way to reproduce: 1. Add a text object (F8) put a string into it e.g. "a" 2. Switch to Object Selection Mode (F1) 3. Copy (CTRL-C) that newly created text object 4. Switch to Text Edit Mode (F8) 5. Copy (CTRL-C) & Paste (CTRL-V) T

[Bug 496793] Re: ctrl c ctrl v of text in edit mode crashes inkscape

2011-07-28 Thread Andrzej
Encountered in 0.49-devel r10505. ERROR:ui/clipboard.cpp:1169:void Inkscape::UI::ClipboardManagerImpl::_onGet(Gtk::SelectionData&, guint): assertion failed: (_clipboardSPDoc != NULL) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 496793] Re: ctrl c ctrl v of text in edit mode crashes inkscape

2010-11-24 Thread Alex Valavanis
Confirmed on Ubuntu Natty with inkscape_0.48.0-1ubuntu2. Backtrace attached. I'm fairly certain that this is a duplicate of bug #421597... they have identical backtraces, and are both triggered by pasting in a text box. There is more information here about how to reproduce the bug, so I'll mark b