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 246351 - Accesskey for Time _z_one doesn't work.
Accesskey for Time _z_one doesn't work.
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Shell
pre-1.5 (obsolete)
Other All
: Normal minor
: ---
Assigned To: Ettore Perazzoli
Evolution QA team
Depends on:
Blocks: 242070
 
 
Reported: 2003-07-15 01:51 UTC by Jessie Li
Modified: 2013-09-10 14:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The Patch for Bug 46351 (2.38 KB, patch)
2003-12-05 04:03 UTC, carl sun
none Details | Review
the final version of patch (3.83 KB, patch)
2003-12-08 09:03 UTC, carl sun
none Details | Review

Description Jessie Li 2003-07-15 01:51:12 UTC
Steps to reproduce the problem:
1. Start evolution.
2. Click tools->settings.
3. Click Calendar and Tasks.
4. Click Alt+z.

Actual Results:
Nothing happens.

Expected Results:
After click alt+z, it should focus on Time zone.

How often does this happen? 
always.
Comment 1 carl sun 2003-12-05 04:03:49 UTC
Created attachment 43138 [details] [review]
The Patch for  Bug 46351
Comment 2 carl sun 2003-12-05 04:12:18 UTC
This bug occurs since there is a vbox which initially cannot be
focusable, there is no function to pass this focus to his children. so
the accesskey won't work.

as to my solution to this bug, I set its GTT_WIDGET_CAN_FOCUS to be true
in its constructor, then add a funtion to handle the grab_focus signal.
 
Comment 3 carl sun 2003-12-05 04:13:56 UTC
This bug occurs since there is a vbox which initially cannot be
focusable, there is no function to pass this focus to his children. so
the accesskey won't work.

as to my solution to this bug, I set its GTT_WIDGET_CAN_FOCUS to be true
in its constructor, then add a funtion to handle the grab_focus signal.
 
Comment 4 carl sun 2003-12-08 09:01:55 UTC
Hi, the final version of patch for bug 246351 is submitted. Comparing
with last version, some necessary modification on glade file is added.
Comment 5 carl sun 2003-12-08 09:03:14 UTC
Created attachment 43149 [details] [review]
the final version of patch
Comment 6 Max Kanat-Alexander 2009-08-21 03:23:40 UTC
This bug was marked RESOLVED without a resolution, which Bugzilla does not allow (and so I am fixing it). It is assumed that the bug was intended to be marked as FIXED. If the bug should have some other resolution, please change its resolution.