On Mon, 05 Nov 2007 11:15:23 +0100
Abdelrazak Younes <[EMAIL PROTECTED]> wrote:

> Jürgen Spitzmüller wrote:
> > Abdelrazak Younes wrote:
> >> Could you post a status update please?
> > 
> > Here are the bugs that must be fixed for 1.5.3, IMHO:
> > 
> > 4301   cri   crash on bookmark in ERT 
> 
> This crashes only when assertion are disabled. To all package producers, 
> in particular for Windows (Uwe, Bo, Joost!) please, make sure assertion 
> are disabled in the production packages. Andre', before you comment, I 
> am talking about 1.5.x.
> 
> > 
> > => patch by Bernhard available.
> > 
> > 4317   cri   Cursor placement crash 
> 
> Same comment!!!
> 
> There's a broken cursor apparently, should not be too hard to fix.


The attached prevents the crash. But this should be made more selective
-- e.g., force update only if the selection is multi-paragraph.

- Martin
Index: Text3.cpp
===================================================================
--- Text3.cpp	(revision 21116)
+++ Text3.cpp	(working copy)
@@ -1136,7 +1136,7 @@
 			// change tracking is enabled because the paragraph metrics stays
 			// the same. In this case, we force the full update:
 			// (see http://bugzilla.lyx.org/show_bug.cgi?id=3992)
-			if (cur.buffer().params().trackChanges)
+			///if (cur.buffer().params().trackChanges)
 				cur.updateFlags(Update::Force);
 		}
 

Reply via email to