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

Version 5.0.4 does not work in IE11 #87

Closed
Leonidnei opened this issue Feb 7, 2016 · 4 comments
Closed

Version 5.0.4 does not work in IE11 #87

Leonidnei opened this issue Feb 7, 2016 · 4 comments
Assignees
Labels

Comments

@Leonidnei
Copy link

We have some application using aurelia-dialog.

Recently we updated aurelia-dialog from 5.0.3 to 5.0.4 and now it works in Chrome but not in IE.
The dialog is opened but buttons (OK/Cancel) are not clickable and also most of html input fields are not editable.

@plwalters plwalters added the bug label Feb 8, 2016
@piwnik
Copy link

piwnik commented Feb 8, 2016

I have same issue on Chrome, Opera, Edge, seems ai-dialog-overlay is over ai-dialog-container. Higher ai-dialog-container zIndex is ignored

@plwalters plwalters self-assigned this Feb 8, 2016
@plwalters
Copy link
Contributor

@piwnik I'm testing right now and trying to figure out why this changed in the latest will let you know.

@plwalters
Copy link
Contributor

@Leonidnei Can you test changing the pointer-events: initial to pointer-events: auto in the dialog.css file in your jspm_packages folder? I've pushed up a fix for this just want to confirm it works for you as well.

@Leonidnei
Copy link
Author

I tested and it worked fine, thanks.

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

3 participants