Closed
Bug 1197979
Opened 8 years ago
Closed 8 years ago
Tools > Logins menu item is not visible
Categories
(Firefox for Android Graveyard :: Logins, Passwords and Form Fill, defect)
Firefox for Android Graveyard
Logins, Passwords and Form Fill
Tracking
(firefox42 fixed, firefox43 verified, fennec42+)
VERIFIED
FIXED
Firefox 43
People
(Reporter: mfinkle, Assigned: ally)
References
Details
Attachments
(1 file, 1 obsolete file)
1.31 KB,
text/plain
|
mfinkle
:
review+
lizzard
:
approval-mozilla-aurora+
|
Details |
We manually controlled the menu visibility in code, using the AppConstants.NIGHTLY_BUILD flag. We left this code in place when we removed the nightly flag, but we re-used a | visible | variable that didn't do what we thought. In fact, we should have just used | true | since we always want the menu item visible. That said, the better approach was to remove the code from BrowserApp and just let the menu be visible by default, which is what the menu XML will do
Updated•8 years ago
|
tracking-fennec: --- → ?
Assignee | ||
Comment 1•8 years ago
|
||
Since you loathe rb..
Attachment #8652557 -
Flags: review?(mark.finkle)
Reporter | ||
Comment 2•8 years ago
|
||
Comment on attachment 8652557 [details] [diff] [review] loginsMissingToolsMenuItem Can you try just removing the line of code? The menu should be visible by default since we don't explicitly set visible to false anywhere.
Reporter | ||
Updated•8 years ago
|
Attachment #8652557 -
Flags: review?(mark.finkle) → review-
Reporter | ||
Updated•8 years ago
|
tracking-fennec: ? → 42+
Assignee | ||
Comment 3•8 years ago
|
||
Attachment #8652557 -
Attachment is obsolete: true
Attachment #8653610 -
Flags: review?(mark.finkle)
Reporter | ||
Updated•8 years ago
|
Attachment #8653610 -
Flags: review?(mark.finkle) → review+
Comment 5•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/8236022b63e6
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 43
Comment 6•8 years ago
|
||
Reproduced the issue on 22-08 build, verified as fixed using Nexus 4 (Android 5.1) on latest Nightly (2015-08-31).
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 8•8 years ago
|
||
Comment on attachment 8653610 [details]
loginsMissingToolsMenuItem
Approval Request Comment
[Feature/regressing bug #]: about:logins, login manager on mobile
[User impact if declined]: users will have difficulty getting to the login manager
[Describe test coverage new/current, TreeHerder]: robocop tests
[Risks and why]: minimal, menu item show/hide
[String/UUID change made/needed]: none
Flags: needinfo?(ally)
Attachment #8653610 -
Flags: approval-mozilla-aurora?
Comment on attachment 8653610 [details]
loginsMissingToolsMenuItem
Approved for uplift to aurora. Login menu items are useful!
Attachment #8653610 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•3 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
•