A bug with `DropdownMenuItem` on dev12. A ripple ...
# compose
m
A bug with
DropdownMenuItem
on dev12. A ripple modifier is applied after the clickable one, so the onClick listener passed to the composable is never invoked
l
@Mihai Popa
m
Auch, could you please file a bug?
m
@Mihai Popa https://issuetracker.google.com/issues/157673259 this is my first time on issue tracker. I hope I haven't done anything wrong
@Mihai Popa I have a doubt about the entrance animation of the dropdownmenu. It has a scale animation from the center of its position but the material spec (and the android impl.) suggests a growing animation from the clicked point to creates a relationship between the menu and the action that generates the menu.