View Issue Details

IDProjectCategoryView StatusLast Update
0002664OXID eShop (all versions)4.05. Performancepublic2012-12-10 13:29
Reportersarunas_valaskevicius 
PriorityurgentSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Product VersionPast development 
Target VersionFixed in Version4.5.0 revision 34568 
Summary0002664: details page loads eshop again as an image
Descriptionsomewhere 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
TagsPerformance
Theme
BrowserAll
PHP Versionany
Database Versionany

Activities

mark

2011-03-30 11:32

reporter   ~0004265

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