Semantic-Org / Semantic-UI

Semantic is a UI component framework based around useful principles from natural language.
http://www.semantic-ui.com
MIT License
51.07k stars 4.96k forks source link

Popup should still be accessible after using touchscreen #7118

Open alittwin opened 11 months ago

alittwin commented 11 months ago

Steps

  1. Click on a button with popup using touchscreen.
  2. Hover on a button with popup using mouse.

Expected Result

Mouse hover is still working.

Actual Result

Mouse hover stops working.

Version

2.5.0

JSfiddle: https://jsfiddle.net/nuke0qwm/8/

Additional info: I first discovered this bug when trying to use addTouchEvents: false. Please make sure that the bug doesn't reproduce with this flag too.