Allow data-toggle="dropdown" and form click events to bubble (Backport of #33442)
- remove stopPropagation from button click event
- test for delegated click events
- ensure button children can open menu
- test to ensure clicking button opens the menu
- check current element and parents
- allow dropdown form click events to bubble
Needs
-
check todo composedPath
not supported on IE -
check tests