GNOME Bugzilla – Bug 246351
Accesskey for Time _z_one doesn't work.
Last modified: 2013-09-10 14:02:24 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.
Created attachment 43138 [details] [review] The Patch for Bug 46351
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.
Hi, the final version of patch for bug 246351 is submitted. Comparing with last version, some necessary modification on glade file is added.
Created attachment 43149 [details] [review] the final version of patch
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.