Closed
Bug 1063177
Opened 10 years ago
Closed 10 years ago
"+" button overlaps text in long search suggestions
Categories
(Firefox for Android Graveyard :: Search Activity, defect, P1)
Tracking
(firefox35 verified)
VERIFIED
FIXED
Firefox 35
Tracking | Status | |
---|---|---|
firefox35 | --- | verified |
People
(Reporter: Margaret, Assigned: Margaret, Mentored)
References
Details
Attachments
(1 file)
2.22 KB,
patch
|
bnicholson
:
review+
|
Details | Diff | Splinter Review |
To fix this, we need to tweak this layout:
http://mxr.mozilla.org/mozilla-central/source/mobile/android/search/res/layout/search_suggestions_row.xml
Probably this shouldn't be a FrameLayout. I would try making it a LinearLayout and see if that fixes things.
Assignee | ||
Comment 1•10 years ago
|
||
Actually, I'm just going to fix this myself :)
Assignee: nobody → margaret.leibovic
Whiteboard: shovel-ready [lang=xml][good first bug]
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8484558 -
Flags: review?(bnicholson)
Comment 3•10 years ago
|
||
Comment on attachment 8484558 [details] [diff] [review]
Don't let plus button overlap search suggestion text
Review of attachment 8484558 [details] [diff] [review]:
-----------------------------------------------------------------
::: mobile/android/search/res/layout/search_suggestions_row.xml
@@ +9,5 @@
> android:background="@drawable/search_card_background"
> android:paddingTop="0dp"
> android:paddingBottom="0dp"
> android:descendantFocusability="blocksDescendants"
> android:orientation="horizontal">
Heh, funny that we already had an orientation for a FrameLayout.
Attachment #8484558 -
Flags: review?(bnicholson) → review+
Assignee | ||
Comment 4•10 years ago
|
||
(In reply to Brian Nicholson (:bnicholson) from comment #3)
> Comment on attachment 8484558 [details] [diff] [review]
> Don't let plus button overlap search suggestion text
>
> Review of attachment 8484558 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> ::: mobile/android/search/res/layout/search_suggestions_row.xml
> @@ +9,5 @@
> > android:background="@drawable/search_card_background"
> > android:paddingTop="0dp"
> > android:paddingBottom="0dp"
> > android:descendantFocusability="blocksDescendants"
> > android:orientation="horizontal">
>
> Heh, funny that we already had an orientation for a FrameLayout.
Yeah, I think this was actually a LinearLayout originally, and I think I made it a FrameLayout when the button was different. In any case, it's sorted out now! :)
https://hg.mozilla.org/integration/fx-team/rev/46dfee14106a
https://github.com/mozilla/fennec-search/commit/3ec58963443ea6963abec1aeb4af9a80048aaea4
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 35
Comment 6•10 years ago
|
||
Verified as fixed in build 35.0a1 (2014-10-02);
Device: Motorola Razr (Android 4.1.2).
Status: RESOLVED → VERIFIED
status-firefox35:
--- → 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
•