From 655890d04d2982ea77613ca4bb669201d2b53862 Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Thu, 14 Dec 2006 06:33:27 +0000 Subject: [PATCH] record multiple window cursor problem git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16274 a592a061-630c-0410-9148-cb99ea01b6c8 --- Status.15x | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Status.15x b/Status.15x index 67c152c96b..4acf9d90e6 100644 --- a/Status.15x +++ b/Status.15x @@ -144,6 +144,12 @@ MULTIPLE WINDOWS / DOCUMENTS 2) the easy way: disable the cursor on focus out event and re-enable it at focus in event and jump the saved position (at focus out). +* (The same problem?) Start lyx, open a doc, open another window for the same + document. Now, from window A, click at paragraph X, scroll down to paragraph Y, + switch to window B, click, switch back to window A. When mouse moves, editXY() + finds the correct pit for paragraph Y, when click, editXY() finds paragraph X + and scroll back to it. (Bo, 12/14/2006) + TOOLBARS & MINIBUFFER