Date: April 13, 2006 4:46:48 PM CST
Subject: [Bug 332660] GTK file picker as used in Firefox is not accessibile for GOK (Mozilla strips atk-bridge from GTK_MODULES)
Do not reply to this email. You can add comments to this bug at
I need help on this bug.
I tried to use gtk_widget_get_accessible to get AtkObject* of the file-picker
dialog.
But it doesn't work. The Role is INVALID.
If mozilla doesn't unset GTK_MODULES, the role of file-picker accessible is
DIALOG.
How can I get valid AtkObject* of file-picker without setting GTK_MODULES?
(If GTK_MODULES sets, mozilla a11y interface can not initialized correctly.)
Any ideas?
Thanks!
--