Abdelrazak Younes wrote:
> There is another bug (both qt2 and qt4) with cursor that is annoying:
>
> 1) Make sure that the "Cursor follow srollbar" option is not set.
> 2) sroll with the scrollbar to some place in the document where there is
> an inset (foot for example).
> 3) click on the [foot] inset -> the document will go back to its
> previous location without opening the foot note.

Please try the attached patch.

Jürgen
Index: src/insets/insetcollapsable.C
===================================================================
--- src/insets/insetcollapsable.C	(Revision 13680)
+++ src/insets/insetcollapsable.C	(Arbeitskopie)
@@ -289,7 +289,7 @@ void InsetCollapsable::doDispatch(LCurso
 		else if (status() == Open && !hitButton(cmd))
 			InsetText::doDispatch(cur, cmd);
 		else
-			cur.noUpdate();
+			cur.undispatched();
 		break;
 
 	case LFUN_MOUSE_MOTION:

Reply via email to