Status.15x, add lyx note selection bug

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16181 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2006-12-05 05:28:12 +00:00
parent a79b8b5888
commit 41bd1e5fc2

View File

@ -160,6 +160,11 @@ EDITING
* edit->text style->capitalize/lower/upper case doesn't work due to change
tracking-related changes.
* insert->note->lyx note, enter a few chars, collapse the note. Copy the note
several times (three lines?), use mouse to select. Lyx crashes with
Assertion triggered in void lyx::LyXText::dispatch(lyx::LCursor&, lyx::FuncRequest&) by failing check "cur.text() == this" in file src/text3.C:143
NOTE: this is unrelated to the button face-lift patch.
CHANGE TRACKING