]> git.lyx.org Git - features.git/commitdiff
Mark multiple window cursor problem as WONTFIX
authorBo Peng <bpeng@lyx.org>
Fri, 15 Dec 2006 03:35:52 +0000 (03:35 +0000)
committerBo Peng <bpeng@lyx.org>
Fri, 15 Dec 2006 03:35:52 +0000 (03:35 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16276 a592a061-630c-0410-9148-cb99ea01b6c8

Status.15x

index 4acf9d90e679c82a53ff70fc3142cba855e0f25e..767895eb842bef144a7076d8494c283131fc80d9 100644 (file)
@@ -144,12 +144,6 @@ 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
 
@@ -357,7 +351,17 @@ WONT FIX (for 1.5.0)
   TocBackend update at each keystroke. Unless we manage to update a specific
   TocItem, this will be a WONTFIX for 1.5.0.
 
+* 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)
+  Bo 2006-12-14: a resize is needed when switching between windows due to the 
+  shared rows() structure. This triggers a full update and fit the screen to
+  text cursor. A proper fix is not possible without the separation of rows()
+  from buffer.
 
+  
 **********************************************************************
 
 CREDITS: