GNOME Bugzilla – Bug 172291
Spacebar does nothing if focus on sidebar
Last modified: 2005-05-10 12:12:56 UTC
Once bug 165120 gets committed (back)space should scroll also when the focus is on the sidebar. Probably better to scroll the page rather than the sidebar. Filing as separate bug to avoid overloading the initial implementation.
I'm not sure if I like this. Bryan?
*** Bug 303416 has been marked as a duplicate of this bug. ***
Yeah, a person shouldn't have to care where the focus is when selecting page up|down or spacebar. Now if we just don't allow the sidebar focus, then you'll lose the ability to use the arrow keys to select next or previous thumbnail; but I don't think we really designed for that anyway.
Ok, we should probably make space an action then, and register it as accel in the UI. That way it will have priority over anything else. It should be pretty simple to do if someone want to give it a try...
This turned out to be completely evil... I made it a global accel but I had to enable it only for some widgets (sidebars and view for now), otherwise space doesnt have the usual meaning on other widgets, like buttons, entry (!)....