GNOME Bugzilla – Bug 361757
ROLE_LINK doesn't have a string defined for it
Last modified: 2008-11-18 02:53:57 UTC
When one looks at the role_items list in atkobject.c, they won't find an entry ATK_ROLE_LINK. The impact of this is that getRoleName from the client will result in an empty string.
The problem applies to ROLE_INPUT_METHOD_WINDOW.
Sorry, I should say "also applies to ROLE_INPUT_METHOD_WINDOW".
Patrick, please try to fix this bug, too. I think modify atkobject.c's role_items [] to add the names for ATK_ROLE_LINK, and ATK_ROLE_INPUT_METHOD_WINDOW should fix this bug. But as GNOME 2.17/18 is already string freeze, the patch will be committed in 2.19/2.20.
Okay Harry.
(In reply to comment #3) > Patrick, please try to fix this bug, too. > I think modify atkobject.c's role_items [] to add the names for ATK_ROLE_LINK, > and ATK_ROLE_INPUT_METHOD_WINDOW should fix this bug. > > But as GNOME 2.17/18 is already string freeze, the patch will be committed in > 2.19/2.20. > Just ping'ing this one to see if it can get done for GNOME 2.20.1 and/or GNOME 2.21.1.
Created attachment 122555 [details] [review] patch