Gnats 5148: Typing values in slots lead to out of order numbers. RiverWare 6.1 Prerel -- 1-05-2012. RwCellQLineEdit debug output as a result of typing (quickly) "123 " in the current cell in the Open Slot Dialog (for which an incell edit had not yet been active, e.g. as a result of double-clicking). In the 6.1 release, "123" does correctly appear in the cell. (Note that if this sequence is done slowly, periodic paint events are generated to implement the BLINKING CURSOR). RwCellQLineEdit ctor-a [#2] RwCellQLineEdit::event ParentAboutToChange RwCellQLineEdit::event WinIdChange RwCellQLineEdit::event ParentChange RwCellQLineEdit::event Polish RwCellQLineEdit::event Move RwCellQLineEdit::event Resize RwCellQLineEdit::event Show RwCellQLineEdit::schedEditStartFixupTimer RwCellQLineEdit::event ChildAdded RwCellQLineEdit::event ShowToParent RwCellQLineEdit::event FocusIn RwCellQLineEdit::event ShortcutOverride RwCellQLineEdit::event KeyPress RwCellQLineEdit::keyPressEvent [#2] Cnt: 1 '1' (49) Hex (31) RwCellQLineEdit::cancelEditStartFixupTimer RwCellQLineEdit::event ChildRemoved RwCellQLineEdit::event ChildInsertedRequest RwCellQLineEdit::event PolishRequest RwCellQLineEdit::event Resize RwCellQLineEdit::event Paint RwCellQLineEdit::event Paint RwCellQLineEdit::event Enter RwCellQLineEdit::event MouseMove RwCellQLineEdit::event KeyRelease RwCellQLineEdit::event ShortcutOverride RwCellQLineEdit::event KeyPress RwCellQLineEdit::keyPressEvent [#2] Cnt: 2 '2' (50) Hex (32) RwCellQLineEdit::event Paint RwCellQLineEdit::event KeyRelease RwCellQLineEdit::event ShortcutOverride RwCellQLineEdit::event KeyPress RwCellQLineEdit::keyPressEvent [#2] Cnt: 3 '3' (51) Hex (33) RwCellQLineEdit::event Paint RwCellQLineEdit::event KeyRelease RwCellQLineEdit::event ShortcutOverride RwCellQLineEdit::event CloseSoftwareInputPanel RwCellQLineEdit::event FocusOut RwCellQLineEdit::event Hide RwCellQLineEdit::event HideToParent RwCellQLineEdit::event MouseMove RwCellQLineEdit::event Leave NOTE: Destruction of the allocated RwCellQLineEdit instances doesn't occur until the open slot dialog is closed. ---