|
Bugzilla – Full Text Bug Listing |
| Summary: | Keyboard navigation in the GTKFileChooser | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Clinton Gormley <clint> |
| Component: | GNOME | Assignee: | Federico Mena Quintero <federico> |
| Status: | RESOLVED UPSTREAM | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Minor | ||
| Priority: | P3 - Medium | CC: | vuntz |
| Version: | Final | Keywords: | should_go_upstream |
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | openSUSE 11.0 | ||
| URL: | See comments for multiple URLs | ||
| Whiteboard: | gnome-usability | ||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 338003 | ||
|
Description
Clinton Gormley
2008-09-27 11:26:12 UTC
Federico: should we upstream this? I'm not sure what's the status here. (2 is WONTFIX: use alt+tab) > (2 is WONTFIX: use alt+tab)
Ah excellent. But WONTFIX? As somebody who has used linux for 12 years, and suse for 8 of those, I didn't know about Alt-TAB.
It should at least be made more obious
(In reply to comment #2 from Clinton Gormley) > > (2 is WONTFIX: use alt+tab) > > Ah excellent. But WONTFIX? As somebody who has used linux for 12 years, and > suse for 8 of those, I didn't know about Alt-TAB. > > It should at least be made more obious I should at least have tried it before posting - Alt-TAB switches windows, it doesn't move focus from the Places box back to the file list. To be clear, what I'm wanting to do (and could do in 10.3) was : - Ctrl-O : open the file chooser - Alt-P : jump to Places - Down : move to the shortcut I want - TAB : back to the file list - $keys : quick find the file I want Sorry, I meant shift+tab :-) (In reply to comment #4 from Vincent Untz) > Sorry, I meant shift+tab :-) > Yeah - that doesn't work either :) Shift-Tab takes me back to the "path element" buttons above the file list, not to the file list itself. Also, if I've used quick find to select my current place, then the first shift-tab keypress just cancels the quick find, it doesn't "do what I meant to do as though I weren't in quick find", which is the same problem as in [1] Heh, okay, I misread your comment. Sorry :-) Yes, this should go upstream. Those are nice suggestions, Clinton; I'll try to get them implemented. [Hmmm, did hitting Tab to switch from Places to the file list ever work? The "add/remove" buttons were always in the way, I think...] I filed these: (1) http://bugzilla.gnome.org/show_bug.cgi?id=554476 - Mnemonics during interactive search (2) http://bugzilla.gnome.org/show_bug.cgi?id=554477 - Enter while in Places bar should take you to the file list See also http://bugzilla.gnome.org/show_bug.cgi?id=161489 about making the left/right arrow keys switch between the Places bar and the file list. (3) Enter during interactive search means "I found what I was looking for; use it and dismiss the file chooser dialog". If you want just to dismiss the little interactive window, press Esc. (4) http://bugzilla.gnome.org/show_bug.cgi?id=554480 - Oooh, nice catch. This happens if you start in a folder which is *not* bookmarked. If you then hit Alt-P, then the first item in the Places bar gets selected (i.e. "Search"), and the text entry gets the focus. > (3) Enter during interactive search means "I found what I was looking for; use
> it and dismiss the file chooser dialog". If you want just to dismiss the
> little interactive window, press Esc.
Yes, but...
We KNOW that any control key that isn't an up or down arrow isn't valid input for the interactive search, so instead of forcing the user to press ESC, wouldn't it be better exit interactive search automatically and pass that control key back to the container?
(In reply to comment #9 from Clinton Gormley) > We KNOW that any control key that isn't an up or down arrow isn't valid input > for the interactive search, so instead of forcing the user to press ESC, > wouldn't it be better exit interactive search automatically and pass that > control key back to the container? > Damn - I need to learn to read before posting :) sorry As bugs were filed upstream, closing as UPSTREAM. |