GNOME Bugzilla – Bug 343945
Buttons of a GtkAssistant are not accessible
Last modified: 2006-06-12 03:57:21 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
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)