From: Abdelrazak Younes Date: Sun, 24 Dec 2006 18:17:44 +0000 (+0000) Subject: update. X-Git-Tag: 1.6.10~11446 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=42aac5b28cebf5166f2d0669596011ba12013dc1;p=features.git update. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16393 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/Status.15x b/Status.15x index c76a957ba3..f3e23147df 100644 --- a/Status.15x +++ b/Status.15x @@ -183,13 +183,6 @@ EDITING * Create a document with an empty table; mark the whole table; insert a minipage in order to have the table inside a minipage => crash -* Create a new document; enter a few chars; press return; from the - environments combo box on the top left corner select anything, e.g., 'Part'; - try to enter text => you can't! - MG: This must be a GUI problem; when using keyboard shortcuts (Alt-P-...), - the problem does not occur; it does not matter whether the cursor is in the last line - JSpitzm: The problem is that the workarea doesn't get focus after the combo selection. - * Open "de_Intro.lyx"; mark first word ("Einführung"); invoke "ert-insert" => seg fault On Linux, valgrind reports: @@ -660,3 +653,13 @@ CREDITS: disappears after closing and reopening the panel. FIXED (Enrico 2006-12-22) +* Create a new document; enter a few chars; press return; from the + environments combo box on the top left corner select anything, e.g., 'Part'; + try to enter text => you can't! + MG: This must be a GUI problem; when using keyboard shortcuts (Alt-P-...), + the problem does not occur; it does not matter whether the cursor is in the last line + JSpitzm: The problem is that the workarea doesn't get focus after the combo selection. + + FIXED (Abdel 2006-12-24): centralWidget() was not the WorkArea due to the new TabBar + support. + \ No newline at end of file