Bug 603160 - Table control should support GridItem/TableItem pattern
Summary: Table control should support GridItem/TableItem pattern
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Client - AT-SPI (show other bugs)
Version: Unspecified
Hardware: Other Other
: P5 - None : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-06 08:24 UTC by Ray Wang
Modified: 2010-05-06 08:24 UTC (History)
2 users (show)

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 Ray Wang 2010-05-06 08:24:19 UTC
PROBLEM STATEMENT:
According to MSDN[0[, Table suppose to support Grid, Grid Item, Table, Table Item patterns, but in the managed client AT, GridItem and TableItem does not supported.

REPRODUCE:
1. Run F-Spot
2. Click "Edit" and then click "Manage Extensions"
3. Start UIA-Explorer
4. Find out the "Table" control entry under "Extensions Manager" window control from left pane.
5. put "acc.GetCurrentPattern (GridItemPattern.Pattern)" in the middle ironpython shell

RESULTS:
you got "Operation is not valid due to the current state of the object" error

EXPECTED RESULTS:
it supports to support Grid, GridItem, Table, TableItem patterns

COMMENT:
[0] http://msdn.microsoft.com/en-us/library/ms750574.aspx