Editbox widget editing bug
Posted: Sun Aug 08, 2004 23:16
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().