Bug 600420 - [uiaclient-GTKs]:Tab 's IsSelectionRequired Property should be true if there is at one child being selected
Summary: [uiaclient-GTKs]:Tab 's IsSelectionRequired Property should be true if there ...
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Client - UIA (show other bugs)
Version: Unspecified
Hardware: Other openSUSE 11.2
: P2 - High : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-28 09:54 UTC by Feng Xia Mu
Modified: 2010-08-25 09:09 UTC (History)
0 users

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 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