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 79952 - click too many times to change Accelerator Key in "Keybindings Editor"
click too many times to change Accelerator Key in "Keybindings Editor"
Status: VERIFIED INCOMPLETE
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
2.0.x
Other Linux
: Normal normal
: ---
Assigned To: gtktreeview-bugs
Luis Villa
Depends on: 80590
Blocks:
 
 
Reported: 2002-04-26 13:23 UTC by He Qiangqiang
Modified: 2011-02-04 16:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description He Qiangqiang 2002-04-26 13:23:53 UTC
1. from menu, launch "Keybindings Editor"
2. try to click on "<Shift><Ctrl>t" or "Down", you'll find you need at
least two or three clicks to get the prompt to "Type a new accelerator...",
especially when you click one then click another.
Comment 1 Havoc Pennington 2002-05-01 16:19:00 UTC
This worked for a while then broke again. I think it's the tree view's
fault, it keeps changing underneath us in some way. ;-)
Maybe it's eggcellrendererkeys though. Anyway, trying to get kris and
jrb to have a look.
Comment 2 Kristian Rietveld 2002-05-01 16:53:00 UTC
The EggCellRendererKeys has GtkCellRendererText as parent class. The
CellRendererText is an editable renderer, because of this the
GtkTreeView uses a special selection behaviour. Basically the row
needs to be selected before an editable cell can be put in edit mode,
that means you need at least 2 clicks:
- select the row
- click on the editable cell renderer in the selected row
Comment 3 Kristian Rietveld 2002-05-01 22:24:30 UTC
[specifying version so it appears in my query ...]
Comment 4 Kristian Rietveld 2002-05-02 19:40:55 UTC
Reassigning bugs to new component owner. Sorry for the flood.
Comment 5 Kristian Rietveld 2003-05-22 21:24:45 UTC
Needs the mode thing. Might require API. Adjusting bug as appropriate.
Comment 6 Christian Neumair 2004-07-20 16:25:49 UTC
Works for me with GNOME 2.6 keybinding editor (having no clue how it was fixed).
Does it work for you as well?

regs,
 Chris
Comment 7 Matthias Clasen 2004-07-20 17:40:33 UTC
yes, seems to work now.