mozilla-mobile / android-components

⚠️ This project moved to a new repository. It is now developed and maintained at: https://github.com/mozilla-mobile/firefox-android
https://github.com/mozilla-mobile/firefox-android
Mozilla Public License 2.0
2.02k stars 474 forks source link

[Bug] Incorrect PopupWindow position for Android <=6 devices #9463

Closed codrut-topliceanu closed 3 years ago

codrut-topliceanu commented 3 years ago

For https://github.com/mozilla-mobile/fenix/issues/17092

We've found several devices running older android versions (6 and lower) showing the overflow menu (BrowserMenu) from TopSites and TabsTray in the wrong location. Example:

The problem seems to lie with PopupWindow.showAtAnchorLocation from BrowserMenu.kt.

┆Issue is synchronized with this Jira Task

codrut-topliceanu commented 3 years ago

Closing this as it will be fixed on Fenix side.