Bug 589989

Summary: DomainUpDown: ReadOnly Property Has No Effects
Product: [Mono] Mono: Class Libraries Reporter: Neville Gao <ngao>
Component: Windows.FormsAssignee: Mono Bugs <mono-bugs>
Status: VERIFIED FIXED QA Contact: Mono Bugs <mono-bugs>
Severity: Normal    
Priority: P5 - None CC: cachen, calberto.cortez
Version: 2.6.x   
Target Milestone: ---   
Hardware: x86-64   
OS: Ubuntu   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on:    
Bug Blocks: 468504    

Description Neville Gao 2010-03-20 14:29:34 UTC
PROBLEM STATEMENT:

On this platform, read-only DomainUpDown can still be edited.


REPRO:

1. Check out
svn://anonsvn.mono-project.com/source/trunk/uia2atk/test/samples/winforms/domainupdown.py.
2. Run the sample.
3. In the second, read-only DomainUpDown control, type some words.


RESULTS:

Control is edited.


EXPECTED RESULTS:

Control should not be edited.
Comment 1 calen chen 2010-03-22 06:21:14 UTC
this bug also appears on openSUSE11.2-32bit
Comment 2 Carlos Alberto Cortez 2010-04-13 16:13:18 UTC
What I'm getting using trunk is that you are not actually editing, but doing a search, based on the key you pressed and the first letter of the items. Is that what you are observing?
Comment 3 Neville Gao 2010-04-22 07:40:23 UTC
Carlos, it indeed performs as what you see. This has been fixed and verified. Thanks. I'm closing it.