After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 343945 - Buttons of a GtkAssistant are not accessible
Buttons of a GtkAssistant are not accessible
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.9.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2006-06-05 20:46 UTC by Dave Malcolm
Modified: 2006-06-12 03:57 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Dave Malcolm 2006-06-05 20:46:38 UTC
Version-Release number of selected component (if applicable):
gtk2-2.9.1-2 (Fedora development tree)

How reproducible:
100%

Steps to Reproduce:
1.  Ensure a11y is enabled for the session
2.  Start gtk-demo, and doubleclick on the "Assistant" demo
3.  Start at-poke or Dogtail's "sniff" utility
4.  Use the tool of step 3 to browse inside the gtk-demo app 

Actual results:
Only the pages of the app are visible, not the buttons

Expected results:
The "Cancel", "Forward" etc buttons ought to be visible to the accessibility tools

Additional info:
Similar to the (fixed) GnomeDruid bug 157936

Reported downstream for Fedora as https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=194113
Comment 1 Matthias Clasen 2006-06-12 03:57:21 UTC
2006-06-11  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkassistant.c: Add an accessible implementation in
        order to make the buttons visible to a11y tools.  (pointed out
        by David Malcolm, #343945)