Closed
Bug 1066033
Opened 10 years ago
Closed 10 years ago
Use orange text selection handles in search bar
Categories
(Firefox for Android Graveyard :: Search Activity, defect)
Tracking
(firefox36 verified)
VERIFIED
FIXED
Firefox 35
Tracking | Status | |
---|---|---|
firefox36 | --- | verified |
People
(Reporter: Margaret, Assigned: Margaret)
References
Details
Attachments
(1 file)
1.42 KB,
patch
|
wesj
:
review+
|
Details | Diff | Splinter Review |
A bit of polish for the search activity.
It would also be nice to use orange as the highlight color for the action bar, but I'm not sure how to do that.
Assignee | ||
Comment 1•10 years ago
|
||
Wes, do you know how I can change the color of the action bar highlight as well?
Also, I just made copies of the xhdpi resources in fennec-search so that it will still build, but `grunt export` won't export them since they already exist in mozilla-central.
Attachment #8487877 -
Flags: review?(wjohnston)
Comment 2•10 years ago
|
||
Comment on attachment 8487877 [details] [diff] [review]
Use orange text selection handles in search bar
Review of attachment 8487877 [details] [diff] [review]:
-----------------------------------------------------------------
I assume the highlight is http://developer.android.com/reference/android/widget/TextView.html#attr_android:textColorHighlight
We set that in our theme for Fennec, so it applies to everything.
Updated•10 years ago
|
Attachment #8487877 -
Flags: review?(wjohnston) → review+
Assignee | ||
Comment 3•10 years ago
|
||
(In reply to Wesley Johnston (:wesj) from comment #2)
> Comment on attachment 8487877 [details] [diff] [review]
> Use orange text selection handles in search bar
>
> Review of attachment 8487877 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> I assume the highlight is
> http://developer.android.com/reference/android/widget/TextView.
> html#attr_android:textColorHighlight
>
> We set that in our theme for Fennec, so it applies to everything.
Are you suggesting I should remove that from this TextView? I found I needed to add that myself at one point, but perhaps that was for the standalone search activity.
Assignee | ||
Comment 4•10 years ago
|
||
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 35
Comment 6•10 years ago
|
||
Text selection handles in search results are blue. Is this as expected?
Assignee | ||
Comment 7•10 years ago
|
||
(In reply to Flaviu Cos, QA [:flaviu] from comment #6)
> Text selection handles in search results are blue. Is this as expected?
Yes, this is because this is a WebView, so we're just using the defaults that are there. Perhaps it could be worth filing a separate bug to update this, but I don't know that it's really important, since we may eventually move away from the WebView.
Comment 8•10 years ago
|
||
Verified as fixed in build 36.0a1 2014-11-17;
Device: Asus Transformer Tab (Android 4.0.3).
Status: RESOLVED → VERIFIED
status-firefox36:
--- → verified
Updated•7 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
•