Bugzilla – Bug 508593
PrintPreviewDialog: ToolTips are not accessible
Last modified: 2009-07-02 03:17:13 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