Closed kieranklaassen closed 11 years ago
Recently i update rails 3.2.6 to 3.2.11. i received wrong size of iframe window too. simply i backed jquery-rails 2.1.14 to 2.0.2. then it seems to work correctly.
For the to get the iframe to fill the page I added:
iframe{
height: 100%;
margin-top: 80px;
}
to mercury_overrides.css in my app. (this might need to be more specific for other cases)
I think there may be a related problem with modal rendering. I'm getting the following behavior in Chrome 21:
Resizing the window makes the modal display correctly.
Can anyone else attest to this?
Although I'm sure going back a version with jQuery works, I'm investigating whether something can be changed in the way modals are initialized to work around whatever changed in jQuery.
With jQuery 1.8 the iframe window is a wrong size and the link dialog also. See a project that demonstartes this here:
https://github.com/kieranklaassen/mercury_window_bug
Just go to:
http://localhost:3000/editor