View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002664 | OXID eShop (all versions) | 4.05. Performance | public | 2011-03-29 12:47 | 2012-12-10 13:29 |
Reporter | sarunas_valaskevicius | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | Past development | ||||
Fixed in Version | 4.5.0 revision 34568 | ||||
Summary | 0002664: details page loads eshop again as an image | ||||
Description | somewhere in details page loading (javascript?) there is an image loaded with src="http://eshop/" which causes whole eshop page to be fetched again. I could not quickly find the place in template, but it shows up in chrome's warnings and resource pages. possibly it is loaded by js | ||||
Tags | Performance | ||||
Theme | |||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||
|
This is from Cloud Zoom! cloud-zoom.1.0.2.js Line 170: $mouseTrap = jWin.parent().append(format("<div class='mousetrap' style='background-image:url(\".\");z-index:999;position:absolute;width:%0px;height:%1px;left:%2px;top:%3px;\'></div>", sImg.outerWidth(), sImg.outerHeight(), 0, 0)).find(':last'); Fix could be to use an transparent 1x1 pixel image |