Bugzilla – Bug 513097
PropertyGrid:characters in EditableText of TableCells can't be deleted by "Backspace" key
Last modified: 2010-05-20 18:01:05 UTC
Steps to reproduce: 1. Launch propertygrid.py 2. In GUI, insert some characters in the table cell next to "Behavior" --> "TabIndex" table cell, who has a "2" char in it 3. press "Backspace" key to delete chars Result: "Backspace" can't delete any character Expect Result: "Backspace" can delete the character
the bug is similar to bug 477383 - MaskedTextBox: Backspace doesn't work.