Closed
Bug 760085
Opened 13 years ago
Closed 13 years ago
White cursor in text entry field within Find in Page
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox15+ verified, firefox16 verified, firefox17 verified)
VERIFIED
FIXED
Firefox 16
People
(Reporter: aaronmt, Assigned: Margaret)
References
Details
Attachments
(2 files)
8.27 KB,
image/png
|
Details | |
1.34 KB,
patch
|
sriram
:
review+
akeybl
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
See screenshot.
Reporter | ||
Updated•13 years ago
|
Summary: White cursor in text entry field → White cursor in text entry field within Find in Page
Updated•13 years ago
|
Reporter | ||
Updated•13 years ago
|
status-firefox16:
--- → affected
Version: unspecified → Firefox 15
Reporter | ||
Comment 1•13 years ago
|
||
Sounds like all that might be needed here is setting android:textCursorDrawable to @null on the <EditText>, and then setting android:textColor as the cursor colour
Assignee | ||
Comment 2•13 years ago
|
||
That worked. We need to get Aaron writing patches!
Assignee: nobody → margaret.leibovic
Attachment #637995 -
Flags: review?(sriram)
Comment 3•13 years ago
|
||
Comment on attachment 637995 [details] [diff] [review]
patch
Review of attachment 637995 [details] [diff] [review]:
-----------------------------------------------------------------
http://developer.android.com/sdk/api_diff/12/changes/android.R.attr.html <-- This scares me a bit.
Please test it on a gingerbread device, and if this attribute doesn't give any trouble, this patch is fine with me.
r+ with that check.
Attachment #637995 -
Flags: review?(sriram) → review+
Assignee | ||
Comment 4•13 years ago
|
||
(In reply to Sriram Ramasubramanian [:sriram] from comment #3)
> Comment on attachment 637995 [details] [diff] [review]
> patch
>
> Review of attachment 637995 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> http://developer.android.com/sdk/api_diff/12/changes/android.R.attr.html <--
> This scares me a bit.
> Please test it on a gingerbread device, and if this attribute doesn't give
> any trouble, this patch is fine with me.
> r+ with that check.
Tested on Gingerbread, and it works fine :)
This bug only exists on ICS, so we don't need to worry about the change actually doing something on older versions, we just need to make sure it doesn't cause problems.
Comment 5•13 years ago
|
||
Right, it would be there only on ICS.
I was worried that Android would crash on seeing an "unknown" attribute, which it does at times.
Assignee | ||
Comment 6•13 years ago
|
||
Target Milestone: --- → Firefox 16
Assignee | ||
Comment 7•13 years ago
|
||
Comment on attachment 637995 [details] [diff] [review]
patch
[Approval Request Comment]
Bug caused by (feature/regressing bug #): follow-up to find in page (bug 695172)
User impact if declined: cursor isn't visible on ICS
Testing completed (on m-c, etc.): just landed on inbound
Risk to taking this patch (and alternatives if risky): low-risk style change
String or UUID changes made by this patch: n/a
Attachment #637995 -
Flags: approval-mozilla-aurora?
Comment 8•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 9•13 years ago
|
||
Comment on attachment 637995 [details] [diff] [review]
patch
[Triage Comment]
Low risk style follow-up for a newly uplifted FN15 feature.
Attachment #637995 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 10•13 years ago
|
||
Reporter | ||
Updated•13 years ago
|
Status: RESOLVED → VERIFIED
status-firefox17:
--- → verified
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
•