Closed
Bug 972327
Opened 11 years ago
Closed 11 years ago
'Refresh' and 'Bookmark' buttons are hidden from the url bar; appear on menu-tap
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox27 unaffected, firefox28 unaffected, firefox29 unaffected, firefox30- verified, fennec30+)
VERIFIED
FIXED
Firefox 30
Tracking | Status | |
---|---|---|
firefox27 | --- | unaffected |
firefox28 | --- | unaffected |
firefox29 | --- | unaffected |
firefox30 | - | verified |
fennec | 30+ | --- |
People
(Reporter: cos_flaviu, Assigned: wesj)
References
Details
(Keywords: reproducible)
Attachments
(1 file)
1.03 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Environment:
Device: Asus Transformer Tab (Android 4.0.3);
Build: Nightly 30.0a1 (2014-02-13);
Steps to reproduce:
1. Launch fennec;
2. Verify if 'refresh' and 'bookmark' buttons are displayed.
Expected result:
'Refresh', 'Bookmark' and 'Options' buttons are displayed on the right side of the url bar.
Actual result:
Only the 'Options' button is displayed.
'Refresh' and 'Bookmark' buttons are displayed only after tapping on the 'Options' button.
Note:
This bug is tablet specific.
Reporter | ||
Updated•11 years ago
|
status-firefox27:
--- → unaffected
status-firefox28:
--- → unaffected
status-firefox29:
--- → unaffected
status-firefox30:
--- → affected
Updated•11 years ago
|
Reporter | ||
Comment 1•11 years ago
|
||
Last good revision: 1e9f169c9715 (2014-02-06)
First bad revision: dedf12c4e805 (2014-02-07)
Pushlog:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=1e9f169c9715&tochange=dedf12c4e805
Flags: needinfo?(flaviu.cos)
Updated•11 years ago
|
Keywords: reproducible
Reporter | ||
Updated•11 years ago
|
Keywords: regressionwindow-wanted
Comment 2•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=8d7c0ce1b376&tochange=e3b700ce10fc
f69c9b69caab Wes Johnston — Bug 961954 - Lazy load main menu. r=mfinkle
Keywords: regressionwindow-wanted
Summary: 'Refresh' and 'Bookmark' buttons are hidden from the url bar → 'Refresh' and 'Bookmark' buttons are hidden from the url bar; appear on menu-tap
Updated•11 years ago
|
tracking-firefox30:
--- → ?
Updated•11 years ago
|
Keywords: regressionwindow-wanted
Updated•11 years ago
|
Assignee: nobody → wjohnston
tracking-fennec: ? → 30+
Assignee | ||
Comment 4•11 years ago
|
||
I'm debating what to do here a little, but a big part of me wants to just explicitly add these items to the actionbar on tablets.
This is the alternative, just initialize the menu on tablet devices. Its simple and we can land it now to fix the regression.
Attachment #8376045 -
Flags: review?(mark.finkle)
Comment 5•11 years ago
|
||
Comment on attachment 8376045 [details] [diff] [review]
Patch 1
This seems safe enough for now.
Attachment #8376045 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 6•11 years ago
|
||
Comment 7•11 years ago
|
||
Backed out in https://hg.mozilla.org/integration/fx-team/rev/56172f02c23b for not actually building.
Updated•11 years ago
|
Flags: needinfo?(wjohnston)
Comment 8•11 years ago
|
||
(In reply to Wesley Johnston (:wesj) from comment #4)
> Created attachment 8376045 [details] [diff] [review]
> Patch 1
>
> I'm debating what to do here a little, but a big part of me wants to just
> explicitly add these items to the actionbar on tablets.
>
> This is the alternative, just initialize the menu on tablet devices. Its
> simple and we can land it now to fix the regression.
I get the following error trying to build with this patch:
/home/wag/mozilla/mozilla2/mobile/android/base/BrowserApp.java:896: cannot find symbol
symbol : variable Window
location: class org.mozilla.gecko.BrowserApp
onCreatePanelMenu(Window.FEATURE_OPTIONS_PANEL, null);
^
Assignee | ||
Comment 9•11 years ago
|
||
Yeah. I'd been working on two different patches for this bug and that was in the second :)
https://hg.mozilla.org/integration/fx-team/rev/2f13d537fd49
Flags: needinfo?(wjohnston)
Comment 10•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 30
Reporter | ||
Comment 11•11 years ago
|
||
Verified as fixed in build Nightly 30.0a1 (2014-02-20);
Device: Google Nexus 7 (Android 4.4.2).
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
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
•