GNOME Bugzilla – Bug 520470
Number keys in speed dialpad can not be grabbed by gok.
Last modified: 2016-09-30 18:33:19 UTC
Steps to reproduce: 1. Start ekiga and gok. 2. Select ekiga Dialpad in ekiga main window. 3. Select GOK UI Grab button. Expected result: Number keys in speed dial pad should be grabbed in gok. Actual result: These number keys can not be grabbed in gok.
Is it an Ekiga problem or a GOK problem?
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for. Thanks!
This bug is still reproducible. Copy this bug to Li for more investigation. Li, can you give some advice about fixing this problem?
One possible reason is there are tow label's on one button. Maybe we should set label-for/labelled-by relation between the button and one of the labels.
Thanks, Li. I tracked this problem with accerciser and found there were two labels for each button, but no one has the relationship set to corresponding button. One label name is the number, another label name is the alphabets. Personally, I'd like to suggest we set the label-for/labelled-by relation between number label and button. Copy this bug to Mike too.
Bring the bug report back to us when you'll actually know who's problem it is...
This is definitely not a zenity bug.
Similar to #511462, at least depends on the API I'd do for that. So target 3.2.
Created attachment 130167 [details] [review] Adds relationship between digit label and button Note that gtk_label_new_with_mnemonic can safely be used without using a "_" inside the label text. Patch to be checked in after the string freeze.
Sorry to post again: could someone confirm that it is ok if we use gtk_label_new_with_mnemonic *without* a "_" inside the text? http://library.gnome.org/devel/gtk/unstable/GtkLabel.html#gtk-label-set-mnemonic-widget is not so clearly for me.
You need the _ .
Is this relevant w.r.t. Caribou, or something we can close out as obsolete? (As an aside, Orca can present the number keys so the only potential a11y breakage would be for Caribou now that GOK is gone.)
NEEDINFO, as per last comment.
Closing this bug report as no further information has been provided. Please feel free to reopen this bug report if you can provide the information that was asked for in a previous comment. Thanks!