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 271379 - some trivial a11y related bugs
some trivial a11y related bugs
Status: RESOLVED FIXED
Product: GtkHtml
Classification: Other
Component: Editing
unspecified
Other All
: Normal normal
: ---
Assigned To: mengjie yu
Evolution QA team
: 271664 (view as bug list)
Depends on:
Blocks: 271192
 
 
Reported: 2005-01-18 11:03 UTC by mengjie yu
Modified: 2005-01-28 07:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Here is the patch. (7.66 KB, patch)
2005-01-18 11:08 UTC, mengjie yu
none Details | Review
Here is the new patch. (6.91 KB, patch)
2005-01-27 08:32 UTC, mengjie yu
none Details | Review

Description mengjie yu 2005-01-18 11:03:39 UTC
There are several trivial a11y related bugs in gtkhtml html-editor.

For instance, some buttons lack a11y names or access key, which made
GOK/Gnopernicus user unpleasant.

Please refer to the patch.
Comment 1 mengjie yu 2005-01-18 11:08:57 UTC
Created attachment 44582 [details] [review]
Here is the patch.
Comment 2 Harry Lu 2005-01-26 08:21:49 UTC
*** bug 271664 has been marked as a duplicate of this bug. ***
Comment 3 mengjie yu 2005-01-27 08:31:21 UTC
According to maintainer's suggestion, Change the style

AtkObject *a11y;
a11y = gtk_widget_get_accessible (widget);
atk_object_set_name (a11y, _(strings));

to :

atk_object_set_name (gtk_widget_get_accessible (widget), _(string));

Comment 4 mengjie yu 2005-01-27 08:32:56 UTC
Created attachment 44676 [details] [review]
Here is the new patch.
Comment 5 mengjie yu 2005-01-28 07:52:35 UTC
Patch committed into CVS Head.
I will also notify the translators.