0.27.0
Crome 62.0.3202.94 and any browser
Windows 10
If you click the point on "li" tag with class="mdc-list-item", the menu should close.
If you click the point on "li" tag with class="mdc-list-item", the menu does not close.
I think that it is an issue not to check whether the element clicked is part of its own menu in handleDocumentClick_(evt) on mdc-menu/simple/foundation.js.
I have also noticed that the mdc-simple-menu won't close if you click on a mdc-list-item element somewhere else on the page, even if it isn't part of the simple-menu.
I've fixed this in #1756.
@KayvandenHeuvel @YuoMamoru Maybe you could try my patch?
The patch looks good to me.
Same issue over here in 0.29.0. Can't click on the titles in the mdc-simple-menu. If I click at the side it works. Looks like I'm using the same HTML as in the demo (there it works).
@jordyboytjuh I believe the issue is that menu item elements cannot be anything but text, no sub-elements. A fix is required
@jordyboytjuh @aaronhudon I think this should be fixed in #1756.