Bug 608967

Summary: [uiaclient-GTKs]:The Edit control in Document is not implemented yet.
Product: [Mono] UI Automation Reporter: Feng Xia Mu <fxmu>
Component: Client - UIAAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P2 - High    
Version: Unspecified   
Target Milestone: ---   
Hardware: Other   
OS: openSUSE 11.2   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Feng Xia Mu 2010-05-26 09:52:05 UTC
COMMENTS

From the accerciser we can see that the control in the document is "paragraph", so UIA client should recognize it as "Text". 

EPRO

1. Launch firefox3.5.4.
2. Click "View"-->"Page Source" on the menubar.
3. Launch UIA Explore.           
4. Expand the new launched Window on the left of UIA Explore, and expand the Custom control under it, expand the document control, under it there are many customs, select one of them.
5. In Ipy Script shell, input the following command:
    acc.Current.ControlType.ProgrammaticName

RESULTS

'ControlType.Custom'

EXPECTED RESULTS

'ControlType.Text'