Bug 619425 - [uiaclient-GTKs]:The hierarchy of the window who has two subwindows is different from accerciser.
Summary: [uiaclient-GTKs]:The hierarchy of the window who has two subwindows is differ...
Status: CONFIRMED
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-07-02 07:10 UTC by Feng Xia Mu
Modified: 2010-08-31 13:34 UTC (History)
1 user (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 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.