Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

md-menu #119

Closed
jelbourn opened this issue Feb 27, 2016 · 17 comments
Closed

md-menu #119

jelbourn opened this issue Feb 27, 2016 · 17 comments
Assignees
Labels
feature This issue represents a new feature or feature request rather than a bug or bug fix new component This issue is tracking a new component to be added to the library

Comments

@jelbourn
Copy link
Member

Blocked on both #113

@jelbourn jelbourn added the feature This issue represents a new feature or feature request rather than a bug or bug fix label Feb 27, 2016
@jelbourn jelbourn added this to the before beta milestone Feb 27, 2016
@jelbourn jelbourn changed the title mdMenu md-menu Feb 27, 2016
@jelbourn jelbourn added the new component This issue is tracking a new component to be added to the library label Feb 27, 2016
@kara kara self-assigned this May 10, 2016
@jelbourn jelbourn removed the blocked label May 25, 2016
@jelbourn jelbourn modified the milestones: alpha.6, before beta May 25, 2016
@jelbourn
Copy link
Member Author

jelbourn commented May 25, 2016

First step for alpha.6:

  • design doc
  • proof-of-concept w/ a11y

@fxck
Copy link
Contributor

fxck commented May 31, 2016

@kara can you post the design doc here once it's done, please?

@fxck fxck mentioned this issue Jun 10, 2016
@jelbourn jelbourn modified the milestones: alpha.6, alpha.7 Jun 27, 2016
@kara
Copy link
Contributor

kara commented Jul 6, 2016

@willfarrell
Copy link

Noticed <md-menu-divider></md-menu-divider> was not in the design doc. Are there plans to include it?

@jelbourn jelbourn modified the milestone: alpha.7 Nov 1, 2016
@quanterion
Copy link
Contributor

Also what about plans to include check boxes inside menu?

@riankol
Copy link

riankol commented Nov 24, 2016

I noticed md-menu is not longer an 'Initial version', but the 'custom off-set support' is not implemented yet. Can you give me any indication when this is expected to be implemented?
Also I would like to use a md-menu-divider. This is not in the design doc, like willfarrell mentioned above. Did you already decide if (and if so, when) a md-menu-divider will be implemented?

@jelbourn
Copy link
Member Author

@riankol can you file a separate feature request for that?

@quanterion the menu isn't meant for item selection, but for performing actions. md-select will be used for selection.

I'm closing this issue since most of the core menu behavior is done; remaining features can be tracked via their own issues.

@mhmo91
Copy link

mhmo91 commented Dec 8, 2016

@jelbourn What if i want the menu to be clicked open on hover? are u planning such a feature? It's really important for desktop UX.
thanks

@fxck
Copy link
Contributor

fxck commented Dec 8, 2016

it's clunky, but I think you could do this

<button [md-menu-trigger-for]="menu" #menuTrigger="mdMenuTrigger" (mouseenter)="menuTrigger.openMenu()">
   <md-icon>more_vert</md-icon>
</button>

closing is another story

@mhmo91
Copy link

mhmo91 commented Dec 8, 2016

@fxck it didn't work, n threw an error " self._MdMenu_21_3.context.openMenu is not a function ..."

@alsami
Copy link

alsami commented Dec 8, 2016

You'd be helped reading the docs so you know how to trigger the menu manually:
https://github.com/angular/material2/tree/master/src/lib/menu

@ghost
Copy link

ghost commented Mar 15, 2017

Any plans on implementing cascading menus, is it on the roadmap ?

@lnardai
Copy link

lnardai commented May 15, 2017

In this document(linked above in this thread), at the end, they are mentioning a TODO, and there is this entry:

Roadmap and timeline
The basic functionality should be completed in time for alpha.7. Extras like "offset" may be deferred until later.

TODO:
Cascading menu support

https://docs.google.com/document/d/1cSUrY2WAqSN8ePldLLqrEVkk2BkYbPB2fysC6brvj4Q/preview

Sadly, this is a blocker for us in switching to material2.

@jelbourn
Copy link
Member Author

@crisbeto is starting work on the nested menus this week

@clement-hollander
Copy link

Any update on this ?

@jelbourn
Copy link
Member Author

#5493

andrewseguin pushed a commit to andrewseguin/components that referenced this issue Oct 15, 2018
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature This issue represents a new feature or feature request rather than a bug or bug fix new component This issue is tracking a new component to be added to the library
Projects
None yet
Development

No branches or pull requests

10 participants