|
Bugzilla – Full Text Bug Listing |
| Summary: | [uiaclient-GTKs]:The child of Data Item is recognized as edit and custom | ||
|---|---|---|---|
| Product: | [Mono] UI Automation | Reporter: | Feng Xia Mu <fxmu> |
| Component: | Client - UIA | Assignee: | E-mail List <mono-a11y-bugs> |
| Status: | NEW --- | QA Contact: | E-mail List <mono-a11y-qa> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | ||
| Version: | Unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | openSUSE 11.2 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
COMMENTS From the accerciser, the control is recognized as table cell, and its children and descendants are also recognized as table cell also, so I think the counterpart in the uia-explore should be in accord with what we see in accerciser. EPRO 1. Launch F-Spot, click "Edit" --> "Manage Extensions" on the menu bar. 2. Launch UIA Explore. 3. Expand the "Extension Manager" Window on the left of UIA Explore, and expand the children of this window until find the Table control , under Table there is DataItem control,expand all the controls under dataItem. 4. Observe the structure under DataItem RESULTS DataItem |----Edit |----Custom |----Custom |----Custom |----Edit EXPECTED RESULTS DataItem |----DataItem |----DataItem |----DataItem |----DataItem |----DataItem