Open GoogleCodeExporter opened 9 years ago
Problem of Image solved.
Use below code in updateOverlays() function of diff.js.
if (image.offsetTop && image.offsetLeft) { // this check is needed for IE
filter.style.marginTop = "-" + image.offsetHeight + "px";;
filter.style.marginLeft = image.offsetLeft + "px";
}
if(existingDivs.length == 0 ){
image.parentNode.appendChild(filter, image);
}
Original comment by praful.p...@gmail.com
on 17 Jul 2013 at 10:50
Original issue reported on code.google.com by
praful.p...@gmail.com
on 16 Jul 2013 at 10:54Attachments: