Bug 508593 - PrintPreviewDialog: ToolTips are not accessible
Summary: PrintPreviewDialog: ToolTips are not accessible
Status: NEW
Alias: None
Product: UI Automation
Classification: Mono
Component: Winforms - General (show other bugs)
Version: Release 1.0
Hardware: x86 openSUSE 11.1
: P4 - Low : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-01 03:32 UTC by Brian Merrell
Modified: 2009-07-02 03:17 UTC (History)
1 user (show)

See Also:
Found By: Integration Test
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 Brian Merrell 2009-06-01 03:32:49 UTC
PROBLEM STATEMENT

The PrintPreviewDialog has an accessible tool bar with several buttons on it.
The first seven buttons on the left, including the toggle button, but none of the tooltips have accessibles on the desktop.

REPRO

1.  Run Accerciser
2.  Run uia2atk/test/samples/printpreviewdialog.py and click on the "PrintPreviewDialog" button.
3.  In Accerciser's left pane browse to and expand the 'ipy' application accessible and the 'tool bar' accessible of the printpreviewdialog.py (ipy) application.
4.  Move the mouse over one of the buttons on the printpreviewdialog.py application that has a tooltip (with our without activating the PrintPreviewDialog dialog).
5.  Attempt to locate a tooltip accessible child of the printpreviewdialog.py 'ipy' application.  Usually tooltips are direct descendants of the application.

RESULTS

There doesn't appear to be an accessible for the tooltip

EXPECTED RESULTS

A tooltip accessible should appear when the tooltip appears on the application