Bug 205830 - open settings when pressing ENTER
Summary: open settings when pressing ENTER
Status: RESOLVED FIXED
Alias: None
Product: systemsettings
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: System Settings Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-31 21:20 UTC by Stefan Endrullis
Modified: 2009-09-04 00:28 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Endrullis 2009-08-31 21:20:25 UTC
Version:           1.0 (using KDE 4.3.0)
OS:                Linux
Installed from:    Ubuntu Packages

When you navigate in the tree by using the keyboard it should be possible to open the corresponding settings by pressing ENTER.
Comment 1 Dotan Cohen 2009-09-02 13:35:37 UTC
I can confirm this issue. Pressing Enter when navigating the System Settings treeview does not load the appropriate component in the main window.
Comment 2 Ben Cooksley 2009-09-03 06:41:23 UTC
This is actually a bug, and will be fixed shortly.
Comment 3 Ben Cooksley 2009-09-03 06:45:33 UTC
SVN commit 1019185 by bcooksley:

Connect to correct signal so keyboard is a valid control device also.
BUG: 205830

 M  +7 -7      ClassicMode.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1019185
Comment 4 Ben Cooksley 2009-09-03 06:47:21 UTC
SVN commit 1019186 by bcooksley:

Backport commit r1019185.
Connect to correct signal so keyboard is a valid control device also.
CCBUG: 205830

 M  +1 -1      ClassicMode.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1019186
Comment 5 Dotan Cohen 2009-09-04 00:28:41 UTC
Thanks, Ben!