Bug 619425

Summary: [uiaclient-GTKs]:The hierarchy of the window who has two subwindows is different from accerciser.
Product: [Mono] UI Automation Reporter: Feng Xia Mu <fxmu>
Component: Client - UIAAssignee: E-mail List <mono-a11y-bugs>
Status: CONFIRMED --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P2 - High CC: mgorse
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-07-02 07:10:11 UTC
COMMENTS

The window "f-spot" who has two subwindows which are all called "Import", one "Import" window is another "Import" window's subwindow, but from the uia-explore we can see one "Import" window is under "f-spot" window, and the other one has the same level with "f-spot" window, but from accerciser, the two "Import" window has the same level and all under "f-spot" window.

REPRO

1. Lauch f-spot.
2. Click "Photo" menu
3. Invoke "Import..." menu item, the "Import" dialog is shown. 
4. Select the "Select Folder" menu item in combo box, another "Import" dialog is shown.
5. Launch uia-explore , Expand the left "F-SPot" tree on the UIA Explore, find the two "Import" dialogs.
6. Lauch accerciser, Expand the left "F-SPot" tree on the UIA Explore, check the two "Import" dialog.

RESULTS

The output of uia-explore.

"F-Spot" --------------------------------  window
  |
  ""     --------------------------------  Group
  "Import" ------------------------------  Window
"Import"  -------------------------------  Window

The output of accerciser.

f-spot-----------------------------------  Application
  |
  F-Spot --------------------------------  frame
  Import --------------------------------  dialog
  Import --------------------------------  dialog

EXPECTED RESULTS

The output that the uia-explore shows should be same as what the accerciser shows.