Bug 600420

Summary: [uiaclient-GTKs]:Tab 's IsSelectionRequired Property should be true if there is at one child being selected
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-04-28 09:54:25 UTC
COMMENT

If the Tab has children and one of them is been selected all the time,the IsSelectionRequired property should be true.

REPRO

1. Launch F-Spot,select "Help"-->"About" .
2. There is "About F-Spot" dialog shows up, on which click "Credits" button,
then the "Credits" dialog appears.
3. Launch UIA Explore.           
4. Expand the "Credits" tree on the left of UIA Explore, select the Tab control.
5. In Ipy Script shell, input the following:
    acc.GetCurrentPropertyValue(SelectionPattern.IsSelectionRequiredProperty)

RESULTS

False

EXPECTED RESULTS

True