Closed
Bug 785473
Opened 13 years ago
Closed 13 years ago
Work - Audit non working keyboard shortcuts in Metro Firefox
Categories
(Firefox for Metro Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bbondy, Assigned: mbrubeck)
References
()
Details
(Whiteboard: feature=work [completed-elm])
Attachments
(2 files, 1 obsolete file)
|
4.54 KB,
patch
|
sfoster
:
review+
|
Details | Diff | Splinter Review |
|
8.52 KB,
patch
|
sfoster
:
review+
|
Details | Diff | Splinter Review |
In Metro Firefox not all keyboard shortcuts are working.
We need to audit the important keyboard shortcuts that are not working and fix them.
| Reporter | ||
Updated•13 years ago
|
Whiteboard: metro-preview
Comment 1•13 years ago
|
||
some I've noticed that don't work:
ctrl-r to reload
ctrl-t to open tab
| Reporter | ||
Comment 2•13 years ago
|
||
ctrl+t works except when the new tab page is shown.
| Reporter | ||
Updated•13 years ago
|
Assignee: nobody → netzen
| Reporter | ||
Updated•13 years ago
|
Assignee: netzen → nobody
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → mbrubeck
Component: General → Keyboard Navigation
Hardware: x86_64 → All
| Assignee | ||
Comment 3•13 years ago
|
||
Removing this meta-bug from tracking; the dependent bugs are either fixed on elm or will not be ready for the preview build.
Whiteboard: metro-preview
Updated•13 years ago
|
Component: Keyboard Navigation → General
Product: Firefox → Firefox for Metro
| Assignee | ||
Updated•13 years ago
|
Whiteboard: [metro-mvp] → [metro-mvp][LOE:1]
| Assignee | ||
Updated•13 years ago
|
Whiteboard: [metro-mvp][LOE:1] → [metro-mvp][LOE:1][metro-it1]
| Assignee | ||
Updated•13 years ago
|
Whiteboard: [metro-mvp][LOE:1][metro-it1] → [metro-mvp][LOE:1][metro-it1][metro-it2]
| Assignee | ||
Comment 4•13 years ago
|
||
We should file a separate bug about adding better user feedback when a bookmark has been added or deleted.
Attachment #691003 -
Flags: review?(sfoster)
| Assignee | ||
Comment 5•13 years ago
|
||
Oops, uploaded the wrong patch.
Attachment #691003 -
Attachment is obsolete: true
Attachment #691003 -
Flags: review?(sfoster)
Attachment #691005 -
Flags: review?(sfoster)
| Assignee | ||
Comment 6•13 years ago
|
||
There were so many of these I stopped trying to split them into separate patches. This patch adds:
Escape - stop page loading
Ctrl-R - reload
Ctrl-Shift-R - force reload
Ctrl-Home - load home page
Ctrl-Plus - zoom in
Ctrl-Minus - zoom out
/ - find in page
F3 - find next
Ctrl-G - find next
Shift-F3 - find prev
Ctrl-Shift-G - find prev
Ctrl-F4 - close tab
Ctrl-PageUp - prev tab
Ctrl-PageDn - next tab
It also removes some shortcuts that were unused or that didn't match desktop.
With this patch plus our existing keyboard shortcuts, we support all of the core keyboard shortcuts from desktop Firefox except for a few that depended on the Alt key (see bug 790486) or on features we don't currently have in Metro.
Attachment #691006 -
Flags: review?(sfoster)
| Assignee | ||
Comment 7•13 years ago
|
||
See the dependency list for some additional missing shortcuts that have been filed as separate bugs, like bug 819146 and bug 820530.
Comment 8•13 years ago
|
||
Comment on attachment 691005 [details] [diff] [review]
part 1: "add bookmark" (Ctrl-D)
Review of attachment 691005 [details] [diff] [review]:
-----------------------------------------------------------------
Confirmed, looks good to me.
Attachment #691005 -
Flags: review?(sfoster) → review+
Comment 9•13 years ago
|
||
Comment on attachment 691006 [details] [diff] [review]
part 2: misc keyboard shortcuts
Review of attachment 691006 [details] [diff] [review]:
-----------------------------------------------------------------
(Tested in immersive/metro mode in my vaio duo)
✔ Escape - stop page loading
✔ Ctrl-R - reload
✔ Ctrl-Shift-R - force reload
✔ Ctrl-Home - load home page
X Ctrl-Plus - zoom in - this didn't work for me?
X Ctrl-Minus - zoom out - this didn't work for me?
✔ / - find in page
✔ 3 - find next
✔ Ctrl-G - find next
✔ Shift-F3 - find prev
✔ Ctrl-Shift-G - find prev
✔ Ctrl-F4 - close tab
✔ Ctrl-PageUp - prev tab (ctrl-tab also works)
✔ Ctrl-PageDn - next tab (shift-ctrl-tab also works)
I see the key binding there for zoom in/out but I got no zooming on any page I visited? I can r+ if we want to treat this as a separate bug
Otherwise this looks awesome - its going to be a real help to have this stuff landed.
Attachment #691006 -
Flags: review?(sfoster) → review-
| Assignee | ||
Comment 10•13 years ago
|
||
Comment on attachment 691006 [details] [diff] [review]
part 2: misc keyboard shortcuts
(In reply to Sam Foster [:sfoster] from comment #9)
> I see the key binding there for zoom in/out but I got no zooming on any page
> I visited?
Yeah, zooming is currently broken in Metro Fx because of bug 766142 and dependencies. (Like pinch zoom, keyboard zoom tries to use the "browser.scale" property that is currently implemented only for e10s remote content.) In a separate bug we could change these keyboard shortcuts to use desktop-style fullZoom in the meantime, just for testing/dogfooding.
Attachment #691006 -
Flags: review- → review?(sfoster)
Updated•13 years ago
|
Attachment #691006 -
Flags: review?(sfoster) → review+
| Assignee | ||
Comment 11•13 years ago
|
||
https://hg.mozilla.org/projects/elm/rev/23032f335e04
https://hg.mozilla.org/projects/elm/rev/df59355959c2
Whiteboard: [metro-mvp][LOE:1][metro-it1][metro-it2] → [metro-mvp][LOE:1][metro-it1][metro-it2][completed-elm]
| Assignee | ||
Updated•13 years ago
|
| Assignee | ||
Comment 12•13 years ago
|
||
With bug 790486 fixed we will be able to add:
Alt-Left: Back
Alt-Right: Forward
Alt-D: Focus location bar
Alt-Enter (in location bar): Open URL in new tab
Updated•13 years ago
|
Keywords: feature
Summary: Audit non working keyboard shortcuts in Metro Firefox → Work - Audit non working keyboard shortcuts in Metro Firefox
Whiteboard: [metro-mvp][LOE:1][metro-it1][metro-it2][completed-elm] → feature=work [completed-elm]
| Assignee | ||
Comment 13•13 years ago
|
||
Resolving bugs in the Firefox for Metro product that are fixed on the elm branch. Sorry for the bugspam. Search your email for "bugspam-elm" if you want to find and delete all of these messages at once.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
OS: Windows 8 Metro → Windows 8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•