GNOME Bugzilla – Bug 684984
No focus rendering for Icon Views in SELECTION_NONE mode
Last modified: 2012-09-27 17:41:36 UTC
Gnome-boxes uses an IconView in SELECTION_NONE mode, which means the selection is never rendered. This works ok as clicking should immediately launch. However, with the current code it also means that the focus rectangle is never rendered so keyboard navigation, while working, is not very useful. In fact, keyboard navigation is also broken in the normal mode if you move around without changing the selection (hold down ctrl), as it then only shows the focus rect when inside the selected icon.
Created attachment 225273 [details] [review] iconview: Render focus even in non-selected items This is needed for the SELECTION_NONE mode where nothing is ever selected, but its also needed for CTRL-<key> keynav that moves the focus without changing the selection.
Comment on attachment 225273 [details] [review] iconview: Render focus even in non-selected items Looks right to me.
Attachment 225273 [details] pushed as ecd84fa - iconview: Render focus even in non-selected items