Bug 513097

Summary: PropertyGrid:characters in EditableText of TableCells can't be deleted by "Backspace" key
Product: [Mono] UI Automation Reporter: Feng Xia Mu <fxmu>
Component: Winforms - GeneralAssignee: E-mail List <mono-a11y-bugs>
Status: CONFIRMED --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P3 - Medium    
Version: Release 1.0   
Target Milestone: ---   
Hardware: i686   
OS: openSUSE 11.1   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Feng Xia Mu 2009-06-15 09:14:07 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
Comment 1 Feng Xia Mu 2009-06-15 09:15:05 UTC
the bug is similar to bug 477383  - MaskedTextBox: Backspace doesn't work.