Closed
Bug 868230
Opened 12 years ago
Closed 8 years ago
Map gamepad X button to show/hide tabs tray
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bnicholson, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
patch
|
cwiiis
:
review+
|
Details | Diff | Splinter Review |
The tabs panel is a commonly used part of our UI, so it would be nice to have a button dedicated to opening it. This maps X (the OUYA U button) to toggle the tabs tray.
Reporter | ||
Comment 1•12 years ago
|
||
Attachment #744911 -
Flags: review?(chrislord.net)
Comment 2•12 years ago
|
||
Comment on attachment 744911 [details] [diff] [review]
Map gamepad X button to toggle tabs tray
Review of attachment 744911 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good with first comment addressed. Note that ibarlow had designs where this function was mapped to the left/right triggers, so you may want to talk to him, but I like this mapping and something is better than nothing.
::: mobile/android/base/BrowserApp.java
@@ +911,4 @@
> return;
>
> mTabsPanel.show(panel);
> + mTabsPanel.requestFocus();
Given that we request focus when showing, do we need to push focus back to the LayerView or the about:home widget when we hide?
@@ +1611,5 @@
> String profile = GeckoProfile.findDefaultProfile(this);
> return (profile != null ? profile : "default");
> }
> +
> + public void toggleTabs() {
Good call on moving that here, makes more sense.
Attachment #744911 -
Flags: review?(chrislord.net) → review+
Reporter | ||
Updated•9 years ago
|
Assignee: bnicholson → nobody
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•