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

fix for issue #164 #174

Merged
merged 1 commit into from Jun 10, 2019
Merged

fix for issue #164 #174

merged 1 commit into from Jun 10, 2019

Conversation

LiorSaadon
Copy link
Contributor

fix for: resize doesn't work for IE11 on win10 and win7

fix for: resize doesn't work for IE11 on win10 and win7
@LiorSaadon
Copy link
Contributor Author

@xieziyu can you merge this fix please ?

@xieziyu
Copy link
Owner

xieziyu commented Jun 10, 2019

@LiorSaadon
Thanks. Did you test the case if we don't handle the event when 'mouseout' or 'mouseleave' in IE?

@LiorSaadon
Copy link
Contributor Author

The problem was as i started to drag for resize on IE11 "mouseleave" was triggered and canceled my resize attempt.

After my fix it works very good, as i tested it on IE11 with windows 10 and IE11 with windows 7.

The resize stops when "mouseup" event is triggered.

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