This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 473
Dynamically set menu direction in MenuBuilder #2916
Labels
Milestone
Comments
sblatz
added
🐉 Fenix
Feature needed for Fenix
<menu>
Component: concept-menu, browser-menu, browser-menu2
labels
May 2, 2019
What are you trying to do? The UP/DOWN behavior seems to work for the top/bottom toolbar. |
@pocmo I have a menu button towards the bottom of the screen that I want to expand upwards. When I set the direction to "UP" it still goes Down. Perhaps what I really want, though, is a menu builder that dynamically chooses which to use based on its proximity to the top or bottom of the screen (though that is likely much harder than this fix) |
sblatz
changed the title
Menu direction is not respected in MenuBuilder
Dynamically set menu direction in MenuBuilder
May 31, 2019
Looks like we may want to change the Perhaps we could pass in |
Blocking three fenix issues: mozilla-mobile/fenix#2162 & mozilla-mobile/fenix#986 & mozilla-mobile/fenix#2825 |
This was referenced May 31, 2019
Amejia481
added a commit
to Amejia481/android-components
that referenced
this issue
Jun 5, 2019
Amejia481
added a commit
to Amejia481/android-components
that referenced
this issue
Jun 5, 2019
Amejia481
added a commit
to Amejia481/android-components
that referenced
this issue
Jun 5, 2019
Amejia481
added a commit
to Amejia481/android-components
that referenced
this issue
Jun 7, 2019
Amejia481
added a commit
to Amejia481/android-components
that referenced
this issue
Jun 7, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I set the the browser menu direction of a
MenuBuilder
to beUP
it is not respected. It seems like onlyDOWN
(the default param) is ever set.┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: