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 246355 - Accesskey for Add button can't work.
Accesskey for Add button can't work.
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Shell
pre-1.5 (obsolete)
Other All
: Normal normal
: ---
Assigned To: carl sun
Evolution QA team
Depends on:
Blocks: 242070
 
 
Reported: 2003-07-15 02:42 UTC by Jessie Li
Modified: 2004-09-29 20:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for bug 46355 (4.06 KB, patch)
2003-12-09 08:38 UTC, carl sun
none Details | Review

Description Jessie Li 2003-07-15 02:42:32 UTC
Steps to reproduce the problem:
1. Start evolution.
2. Click Tools->Settings.
3. Click SunONE Accounts.
4. Click Alt+A to add a new account.

Actual Results:
Alt+A can't work.

Expected Results:
Alt+A should act as clicking Add button.

How often does this happen? 
always.
Comment 1 carl sun 2003-12-09 08:38:12 UTC
Created attachment 43162 [details] [review]
patch for bug 46355
Comment 2 carl sun 2003-12-09 08:42:43 UTC
Reasons:
  the style of widget of config-control-table which is the container
of add_button, is not set as "can_focus", and the acesskey definition
conflict exists.

Solution:
  set the style as GTK_CAN_FOCUS, and don't use stock button.