Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Popup: onClick handler inside a popup doesn't work in Internet Explorer 11 #3365

Closed
arfedulov opened this issue Jan 7, 2019 · 2 comments
Closed
Labels

Comments

@arfedulov
Copy link

Bug Report

In Internet Explorer 11 the following is happening. When element placed inside a popup its onClick handler doesn't fire if Popup has on='focus'. If Popup's on property set to any other value onClick handler works as intended.

In Chrome and Firefox onClick handler works in all cases.

Steps

Open https://arfedulov.github.io/test/SUIRTest/. Click on buttons inside each popup.

Expected Result

You should see alert message in all three cases.

Actual Result

In Chrome and Firefox you see alert message after clicking on any of three buttons. But in Internet Explorer 11 you see the message only in two cases.

Version

Internet Explorer 11.0.9600.17631
semantic-ui-react@0.84.0

Testcase

Example here https://arfedulov.github.io/test/SUIRTest/.
Exactly the same code here https://codesandbox.io/s/1rnom7m5oj. But I couldn't open this link in IE.

@welcome
Copy link

welcome bot commented Jan 7, 2019

👋 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.

@layershifter layershifter changed the title onClick handler inside a popup doesn't work in Internet Explorer 11 Popup: onClick handler inside a popup doesn't work in Internet Explorer 11 Jan 31, 2019
@layershifter
Copy link
Member

@arfedulov thanks for the detailed report, PR is coming 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants