Closed
Bug 821311
Opened 12 years ago
Closed 12 years ago
PBM - Search suggestion text illegible
Categories
(Firefox for Android Graveyard :: Theme and Visual Design, defect)
Tracking
(firefox20 verified)
VERIFIED
FIXED
Firefox 20
Tracking | Status | |
---|---|---|
firefox20 | --- | verified |
People
(Reporter: aaronmt, Assigned: sriram)
References
Details
Attachments
(2 files)
74.15 KB,
image/png
|
Details | |
3.65 KB,
patch
|
bnicholson
:
review+
|
Details | Diff | Splinter Review |
Not sure if another theming bug already will cover this or not; see screenshot.
--
Nightly (12/13)
Comment 1•12 years ago
|
||
Sriram - Is this a dupe of the Persona text bug, or is it different?
Assignee: nobody → sriram
Assignee | ||
Comment 2•12 years ago
|
||
Changed the TextView to GeckoTextView and set the private mode when inflated.
Attachment #692053 -
Flags: review?(bnicholson)
Comment 3•12 years ago
|
||
Comment on attachment 692053 [details] [diff] [review]
Patch
Review of attachment 692053 [details] [diff] [review]:
-----------------------------------------------------------------
::: mobile/android/base/awesomebar/AllPagesTab.java
@@ +602,5 @@
> + GeckoTextView promptText = (GeckoTextView) mSuggestionsOptInPrompt.findViewById(R.id.suggestions_prompt_title);
> + promptText.setText(getResources().getString(R.string.suggestions_prompt, mSearchEngines.get(0).name));
> +
> + Tab tab = Tabs.getInstance().getSelectedTab();
> + if (tab != null && tab.isPrivate())
I hate these superfluous null checks...we should maybe try a Try push without them since Talos no longer does session restores (which I believe is why you needed to add these checks to begin with).
Attachment #692053 -
Flags: review?(bnicholson) → review+
Assignee | ||
Comment 4•12 years ago
|
||
Assignee | ||
Comment 5•12 years ago
|
||
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 20
Comment 7•12 years ago
|
||
Firefox 20.0a1 (2012-11-19)
Device: Galaxy Nexus
OS: Android 4.1.1
This is not reproducible on latest Nightly. Marking bug as Verified Fixed.
Status: RESOLVED → VERIFIED
Updated•12 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
•