DavidIQ / ReIMG

phpBB extension for resizing posted images on the client side using JavaScript and a selection of lightbox-style libraries.
https://www.davidiq.com
GNU General Public License v2.0
12 stars 4 forks source link

Internet Explorer 9 will not load images in standards mode. #8

Closed slickplaid closed 13 years ago

slickplaid commented 13 years ago

Referencing this post: http://www.phpbb.com/customise/db/mod/reimg_image_resizer/support/reimg_in_internet_explorer_9_rc-t_90262-p_212878#p212878 and this link: https://github.com/DavidIQ/phpBB-ReIMG-Image-Resizer/tree/2.0.0

The link is 404'd and I don't see branch 2.0.0 any longer. Do you have a specific commit which fixes this? If you don't, I would be more than happy to debug, fork, and issue a pull request to fix if you don't have the time and it hasn't been addressed.

Just wanted to check with you first before taking the time to find the bug.

Thanks, slickplaid

Also, IE9 version 9.0.8112.16421 was used to verify this issue.

DavidIQ commented 13 years ago

The reason the 2.0.0 tree is no longer valid is because it has been merged to master. As for IE9 the fix lies here: https://github.com/DavidIQ/phpBB-ReIMG-Image-Resizer/raw/master/root/reimg/reimg.js Wether this will work with non-2.0.0 ReIMG has not been determined.

slickplaid commented 13 years ago

Thank you for your response. I'll check into it tomorrow.

Do you have a non-minified version of the script and what lines were changed or at least information on what you did to fix the issue?

Thanks, slickplaid

DavidIQ commented 13 years ago

Un-minified is here: https://github.com/DavidIQ/phpBB-ReIMG-Image-Resizer/commit/2ff80233d8a62c8ad32961e849c8d6956e62f8a8