Bugzilla – Bug 608920
[uiaclient-GTKs]:The Edit control who's role name is "entry" is not implemented yet.
Last modified: 2010-05-26 06:52:38 UTC
COMMENTS From the accerciser we can see that the unimplemented control is "Entry", so UIA client should recognize it as "Edit". EPRO 1. Launch firefox3.5.4. 2. Click "Edit"-->"Preferences" on the menubar. 3. On the "Firefoxs Preferences" dialog, select "Applications" list item in the top list. 4. Launch UIA Explore. 5. Expand the "Firefoxs Preferences" Window on the left of UIA Explore, and expand "Applications" Custom, there is a "Search" Custom, select it. 6. In Ipy Script shell, input the following command: acc.Current.ControlType.ProgrammaticName RESULTS 'ControlType.Custom' EXPECTED RESULTS 'ControlType.Edit'