Bug 513097 - PropertyGrid:characters in EditableText of TableCells can't be deleted by "Backspace" key
Summary: PropertyGrid:characters in EditableText of TableCells can't be deleted by "Ba...
Status: CONFIRMED
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: i686 openSUSE 11.1
: P3 - Medium : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-15 09:14 UTC by Feng Xia Mu
Modified: 2010-05-20 18:01 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.