-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[Bug]: 3 dot menu icons in Bookmarks are displayed as close ("X") icons #26093
Comments
Hi @czlucius ! Thanks for your report! |
There is no issue for history. The "x" button will delete a single history entry. This is a recent regression from the for bookmarks from #25937. |
As mentioned above, there was no issue with history, the described issue is only on bookmarks, and I was able to reproduce it on the latest Nightly 104.0a1 (2022-07-20) build. The 3 dot menu is replaced by the "X" with the context menu function. |
The issue also occurs on Firefox Beta 105.0b1. Device used:
|
Just got this issue on the release build. I don't recall it being a problem before, so I guess this bug just made it through to ship with no one stopping it -- and this'll be affecting a lot more people now.
Does this mean that the Fenix team are updating UI views without even knowing what uses them? |
@Mugurell fenix/app/src/main/java/org/mozilla/fenix/library/history/viewholders/HistoryListItemViewHolder.kt Line 37 in 6ad8737
Hence, ic_close is not needed in library_site_item.xml , and it can use ic_menu to ensure that the bookmark menu (or any other menu that uses the LibrarySiteItemView will have a 3 dot icon instead of a close icon.
|
I shall make a PR on this. |
An override for History already exists in `HistoryListItemViewHolder`, so no global override for this icon is needed.
The attached PR solves the issue, and allows History to keep its close icon. |
Verified as fixed on the latest Nightly 106.0a1 (2022-08-30T17:07:53.356749) build. |
Steps to reproduce
Expected behaviour
Each element should have a 3 dot menu at its right
Actual behaviour
The elements have a "x" icon which implements the same functionality as the 3 dot menu. As there are other options other than clearing items in the bookmarks (e.g. Share), this would confuse users.
Device name
Samsung Galaxy S20 FE 5G
Android version
Android 12
Firefox release type
Firefox Nightly
Firefox version
104.0a1 (Build #2015892963), e9de331+ AC: 104.0.20220718174753, 8c96b863dc GV: 104.0a1-20220718132938 AS: 93.6.0
Device logs
No response
Additional information
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: