lumapps / lumX

The first responsive front-end framework based on Angular & Google Material Design specifications
https://ui.lumapps.com
MIT License
1.96k stars 274 forks source link

fix(dropdown): fix dropdown with touch events #599

Closed gregorycat closed 6 years ago

gregorycat commented 6 years ago

Fix the dropdown in responsive mode

Test Scenario :

  1. Open Dropdown component page
  2. Change view mode for responsive mode (Nexus 5x for example)
  3. Try to open a dropdown, scroll in dropdown menu
  4. Click on a link in the dropdown menu, be sure the click/touch event is not intercept by the element dehind the menu link you've just clicked.