]> git.lyx.org Git - lyx.git/blobdiff - Status.15x
Really fix focus problem on new view.
[lyx.git] / Status.15x
index 5c380e7dfb73c66183f36f7bfdd0015640a1bc92..c76a957ba38186f06bfee4238eab809429e5b1c3 100644 (file)
@@ -220,6 +220,11 @@ EDITING
 
 * the insertion of Ctrl-Return cannot be undone
 
+* open a document full of marginal notes (other insets should also work),
+  select multiple insets from the begining twice, lyx crashed with
+    QLayout::addChildWidget: lyx::frontend::QCommandBuffer "" in wrong parent; moved to correct parent
+    Assertion triggered in void lyx::LyXText::dispatch(lyx::LCursor&, lyx::FuncRequest&) by failing check "cur.text() == this" in file src/text3.C:323
+    Abort
 
 CHANGE TRACKING
 
@@ -400,13 +405,13 @@ CREDITS:
   FIXED (JSpitzm-2006-11-06): force updateGeometry() after the panelstack has 
   been created (with Qt >= 4.2 only). A brute method, but it works.
 
-* If you open Edit>Test Style... for the first time, the choice text for
+* If you open Edit>Text Style... for the first time, the choice text for
   "Never Toggled>Size" doesn't fit in the selection box (note that in German,
   texts are a bit longer than in English). Interestingly, if you invoke the
   dialog a second time, its button sizes are adjusted to their content.
-
-  WONTFIX: This happens with qt >= 4.2 only, it does not happen with 4.1.4/4.1.5!
-  (or maybe try to add an updateGeometry() call somewhere as well; JSpitzm).
+  This happens with qt >= 4.2 only, it does not happen with 4.1.4/4.1.5!
+  
+  FIXED (2006-12-24 JSpitzm)
 
 * All label and button texts in the Qt4 dialogs are not translated.