Closed
Bug 1202247
Opened 10 years ago
Closed 10 years ago
Text selection action bar uses old 3-dot menu icon
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox43 verified, fennec43+)
VERIFIED
FIXED
Firefox 43
People
(Reporter: mcomella, Assigned: mcomella)
References
Details
Attachments
(2 files)
STR
1) Open a web page
2) Long press to select text
Expected: action bar has Material (round) 3-dot menu icon
Actual: action bar uses old (square) 3-dot menu icon
I thought we removed the asset so perhaps it's using something built into Android.
Originally implemented in bug 1148550, which landed in 43 (tracking).
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → michael.l.comella
Assignee | ||
Comment 1•10 years ago
|
||
There's a menu_light drawable [1] (argh!) which is used in the GeckoActionBar.Button.MenuButton [2] style, which is used in the action bar layout [3].
[1]: https://mxr.mozilla.org/mozilla-central/source/mobile/android/base/resources/drawable-xhdpi/menu_light.png
[2]: https://mxr.mozilla.org/mozilla-central/source/mobile/android/base/resources/values/styles.xml?rev=94a35ea51e6a#731
[3]: https://mxr.mozilla.org/mozilla-central/source/mobile/android/base/resources/layout/actionbar.xml?rev=426fabc9a7fa#26
Assignee | ||
Comment 2•10 years ago
|
||
Assignee | ||
Comment 3•10 years ago
|
||
I don't think this applies to GB devices because they don't have a soft menu button.
Assignee | ||
Comment 4•10 years ago
|
||
Bug 1202247 - Use new menu asset in action bar & remove old assets. r=mhaigh
Attachment #8659413 -
Flags: review?(mhaigh)
Assignee | ||
Comment 5•10 years ago
|
||
Comment on attachment 8659413 [details]
MozReview Request: Bug 1202247 - Use new menu asset in action bar & remove old assets. r=liuche
Bug 1202247 - Use new menu asset in action bar & remove old assets. r=mhaigh
I wasn't able to test this on GB because I don't have a device with a soft menu
key, but I'm pretty sure that's because they don't exist.
Assignee | ||
Comment 6•10 years ago
|
||
Comment on attachment 8659413 [details]
MozReview Request: Bug 1202247 - Use new menu asset in action bar & remove old assets. r=liuche
Bug 1202247 - Use new menu asset in action bar & remove old assets. r=liuche
I wasn't able to test this on GB because I don't have a device with a soft menu
key, but I'm pretty sure that's because they don't exist.
Attachment #8659413 -
Attachment description: MozReview Request: Bug 1202247 - Use new menu asset in action bar & remove old assets. r=mhaigh → MozReview Request: Bug 1202247 - Use new menu asset in action bar & remove old assets. r=liuche
Attachment #8659413 -
Flags: review?(mhaigh) → review?(liuche)
Updated•10 years ago
|
Attachment #8659413 -
Flags: review?(liuche) → review+
Comment 7•10 years ago
|
||
Comment on attachment 8659413 [details]
MozReview Request: Bug 1202247 - Use new menu asset in action bar & remove old assets. r=liuche
https://reviewboard.mozilla.org/r/18817/#review16927
I don't see you removing the drawable resource menu_light, and these styles are the only places where they're used. However, I still see menu_light in mxr. Will you remove those drawables?
Assignee | ||
Comment 8•10 years ago
|
||
https://reviewboard.mozilla.org/r/18817/#review16927
Yeah, meant to do that.
Comment 10•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 43
Updated•5 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
•