mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
update.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16393 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
246e06c331
commit
42aac5b28c
17
Status.15x
17
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.
|
||||
|
Loading…
Reference in New Issue
Block a user