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

[7.3.0] Fixed destroy in IE 11 #77

Merged
merged 1 commit into from May 26, 2017
Merged

Conversation

zsavajji
Copy link
Contributor

Description

Replaced the deletion of innerHTML with a loop, cause the deletion would also empty the content of the saved elements in IE, which resulted in empty DOM after the destruction of the Scrollbar element.

Maybe there's a better way to do it, but this restores functionality in IE10/11.

Last but not least, SCREW IE!

Copy link
Owner

@idiotWu idiotWu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You just need to submit changes in src/. npm run dist script is only used for releasing new versions ;)

@zsavajji
Copy link
Contributor Author

Ok, removed dist!

@idiotWu
Copy link
Owner

idiotWu commented May 26, 2017

Much thanks! Will release 7.3.1 soon.

@idiotWu idiotWu merged commit 29749dd into idiotWu:develop May 26, 2017
@zsavajji
Copy link
Contributor Author

Yay!

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

Successfully merging this pull request may close these issues.

None yet

2 participants