Semantic-ui-react: Popup: onClick handler inside a popup doesn't work in Internet Explorer 11

Created on 7 Jan 2019  路  2Comments  路  Source: Semantic-Org/Semantic-UI-React

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
[email protected]

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.

bug

Most helpful comment

@arfedulov thanks for the detailed report, PR is coming 馃帀

All 2 comments

馃憢 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.

@arfedulov thanks for the detailed report, PR is coming 馃帀

Was this page helpful?
0 / 5 - 0 ratings