
IE-Patch.
Hi,
some words to Internet Explorer 6 & 7 and avatar crop module:
There is a careless mistake in the follow js-file:
.../avatarcrop/avatarcrop.js
...
onChange: showCoords,
onSelect: showCoords,
// onChange: showPreview,
});
});
...
The last comma before the comment is a syntax error in IE and will exit the whole module. Please change this in the next version.
2nd Error:
There is an design IE6 error. You can fix it in the file:
.../avatarcrop/js/jquery.Jcrop.js
// }}}
// Extend the default options {{{
var defaults = {
// Basic Settings
...
drawBorders: false,
dragEdges: false,
...
};
To false the borders will effect that IE6 displays no wrong blue field under the cropping area.
Be so kind to test your module with Internet Explorer 6 & 7.Result: Great module, works fine, good job! :-)
David Meyer
#teewitt#
Thomas Krüger
#Pakkanen#
Fabian Tempel
Review by Pakkanen [info] on February 20, 2009 - 14:34