Page 1 of 1

Editbox widget editing bug

Posted: Sun Aug 08, 2004 23:16
by nfz
The Editbox does not check the status of its ReadOnly property when keystrokes are sent to the widget. When the ReadOnly property is true the user can still add to the contents of the edit box. The delete and backspace work properly since the handlers do check the ReadOnly property. I submitted a patch that corrects the problem in onKeyDown() and onCharacter().

Editbox widget editing bug

Posted: Mon Aug 09, 2004 08:34
by CrazyEddie
Thanks I'll get this put in today probably. I recently added the check to delete and backspace, I must have missed this :oops:

I'll check the multi-line edit box as well, since this is probably the same :roll:

CE.