Semantic-UI-React
Semantic-UI-React copied to clipboard
Event click is blocked when dropdown open
Bug Report
Steps
- Create list item , per item have a dropdown and a button
- Click last dropdown
- Scroll down bottom
- Click the button => don't fire event
Expected Result
Event button work
Actual Result
Menu is closed and event button don't work
Link my code https://codesandbox.io/s/competent-yonath-jm6n5t?file=/src/index.js
Version
2.1.4
Testcase
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you've completed all the fields in the issue template so we can best help.
We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
@minhtien17495 please see the spec that presumes that the click
event will happen only if the mouse button is released on the same element. This is not a SUIR-specific bug. This is how you've made your app.
@tourman Thank your help . I have changed my UX . The dropdown menu will automatically upward if the dropdown is located at the bottom.