Bug 508593

Summary: PrintPreviewDialog: ToolTips are not accessible
Product: [Mono] UI Automation Reporter: Brian Merrell <bgmerrell>
Component: Winforms - GeneralAssignee: E-mail List <mono-a11y-bugs>
Status: NEW --- QA Contact: E-mail List <mono-a11y-qa>
Severity: Normal    
Priority: P4 - Low CC: cachen
Version: Release 1.0   
Target Milestone: ---   
Hardware: x86   
OS: openSUSE 11.1   
Whiteboard:
Found By: Integration Test Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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