-
-
Notifications
You must be signed in to change notification settings - Fork 983
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
Resizing follows mouse on Chrome #901
Comments
I am also having the same issue, any help will be appreciated. |
It appears the issue has been introduced in the latest release (4.3.0) |
@reverie I'm struggling to reproduce this. Can you please add the log output. Also do you see the same issue on the example? |
Also do you have version 4.3 in both the iframe and the parent page? |
Problem was if you had an older version on the parent page. Fixed in v4.3.1 |
@davidjbradshaw Right. Version mismatch, our mistake. Thanks for looking into this. |
In 4.3.1 it will disable the problem feature, if you don't have the at least 4.3.1 on the parent |
@davidjbradshaw So issue still persists for me when I move to version 4.3.1. It was all working before but when I installed iframe-resizer again it might have caused version mismatch but now it is just NOT working again even though if I go to back version when it was working. |
What version do you have in the iframe and on the parent page?
|
In the iframe it is 4.3.1 and on parent 4.2.10. So even if I revert iframe to 4.2.10 which was working before it just doesn't work now. There is no change in parent. |
Not sure, if you put it back exactly how it was it should work. What does
the log say?
|
It worked when I kept the versions same to older one both in iframe and parent. |
This looks like a problem with your setup, rather than anything I can help
you with
|
Yeah, it worked when I kept versions the same. |
Describe the bug
Our iframe resizes based on the position of the mouse in the parent window, rather than the content of the iframe. This only happens in Chrome. (Firefox and Safari work great and as intended).
To Reproduce
Using iframe-resizer in normal configuration
From parent frame, move mouse on and out of iframe
Iframe resizes unexpectedly
Expected behavior
Iframe only resizes based on content, not outer window mouse position
Screenshots
https://user-images.githubusercontent.com/73446/104103661-5d001280-5271-11eb-9529-546df636c8bc.mp4
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: