Has anyone had problems with Quick Upload plugin and Internet Explorer?
When I upload a picture with Quick Upload and try to inser the image to the text, it inserts the picture outside of the textarea and to the top of the webpage.
The plugin works fine with Google Chrome.
Fixed the problem.
The problem was the admin skin defaults to IE7 standards.
I added the X-UA-Compatible meta tag for IE and it fixed the problem. Now the admin page defaults to IE9 standards:
<meta http-equiv="X-UA-Compatible" content="IE=edge" />